function tempStart() {
	$('.yeniEklenenler a').click(function() { var ID= $(this).attr('open');  $('.yeniEklenenlerTab').hide(); $('#'+ID).show(); });
	$('.gf_select').css('maxWidth','700px');

}


