var lastOpen=-1;
var menuCount=8;
var closeDelay=500;
var shutDownId=0;
function shutDown(){for (i=0;i<menuCount;i++){if (i!=lastOpen){document.getElementById('dropmenu'+i).style.visibility="hidden";}}}
function bonusMenuShow(no){clearTimeout(shutDownId);for (i=0;i<menuCount;i++){document.getElementById('dropmenu'+i).style.visibility="hidden";}document.getElementById('dropmenu'+no).style.visibility="visible";}
function bonusMenuHide(no){lastOpen=no;shutDownId=setTimeout("shutDown()",closeDelay);}
function bonusMenuStay(no) {lastOpen=no;clearTimeout(shutDownId);}
function bonusMenuLeave(no) {lastOpen=-1;shutDownId=setTimeout("shutDown()",closeDelay);}

function MM_jumpMenu(targ,selObj,restore){ //v3.0
  eval(targ+".location='"+selObj.options[selObj.selectedIndex].value+"'");
  if (restore) selObj.selectedIndex=0;
}

function mo(obj,md){ //layer menu mouseover color changer
if (md==1){obj.style.backgroundColor='#FFFFFF';}else{obj.style.backgroundColor='';}}

function gothere(url){
if (url.substr(0,3)=='js:') {
tjs=url.substr(3,url.length-3)+'()';
toward=setTimeout(tjs,0);
}
else {document.location.href=''+url+'';}
}


function isubebasvuru() {
window.open('http://www.garanti.com.tr/subesiz/basvuru/basvuru.html');
}