/*--------------------FONT BOYUTU--------------------*/
function changeSize($elm, $size, $class_name) {document.getElementById($elm).className = $class_name + '_' + $size;}	
function closePage(){window.opener=self;window.close();	return false}	
function openPopupWindow($url, $width ,$height){window.open($url,'','resizable=yes,status=yes,width='+$width+',height='+$height)}
function osLOGIN(t){return !(t.username.value=='Rumuz' || t.username.value=='' || t.password.value=='Þifre' || t.password.value=='')}

jQuery(document).ready(function(){
		
		jQuery("#uhtasiyici div:nth-child(4), #uhtasiyici div:nth-child(8), #uhtasiyici div:nth-child(13), #uhtasiyici div:nth-child(16), #uhtasiyici div:nth-child(20), #uhtasiyici div:nth-child(24), #uhtasiyici div:nth-child(27), #uhtasiyici div:nth-child(31), #uhtasiyici div:nth-child(35)").removeClass("ufakhaber").addClass("nomargin");
			
		jQuery(".uhresim").css('opacity', 0.85);

		 jQuery(".ufakhaber, .nomargin").hover(
			  function () {
				 jQuery(this).css({backgroundImage: 'url(/i/ag_uh2.png)'});
				 jQuery("img", this).css('opacity', 1);
			  }, 
			  function () {
				 jQuery(this).css({backgroundImage: 'url(/i/ag_uh1.png)'});
				 jQuery("img", this).css('opacity', 0.85);
			  }
			);

		jQuery(".haberbaslik").corner("round 5px");


		jQuery('#yorumalani').show();
		jQuery('#ackapa').click(function() {
			jQuery('#yorumalani').slideToggle(400);
			return false;
		});
		
		jQuery('#digeryazilar_alani').show();
		jQuery('#ackapadiger').click(function() {
			jQuery('#digeryazilar_alani').slideToggle("fast");
			return false;
		});
});