<!--
var text = "       YETKİNEL Danışmanlık ve Bilgisayar Sistemleri                 "
            function scroller() 
            {
                window.status = text
                text = text.substring(1, text.length) + text.substring(0, 1)
                setTimeout("scroller()", 150)
            }
 










function emaille(){
window.open("","pencere","width=430,height=230,toolbar=no,menubar=no,resizable=no,scrollbars=no,status=no,left=0,top=0");
}





function MM_openBrWindow(theURL,winName,features) { //v2.0
  window.open(theURL,winName,features);
}

function MM_jumpMenu(targ,selObj,restore){ //v3.0
  eval(targ+".location='"+selObj.options[selObj.selectedIndex].value+"'");
  if (restore) selObj.selectedIndex=0;
}



			function blink_on() 
			{
				blinker.style.color="black";
				timerOne=setTimeout("blink_off()", 1000);
			}		
			function blink_off() 
			{
				blinker.style.color="red";
				timerTwo=setTimeout("blink_on()", 1000);
			}
			//blink_off();


//-->