<!--


function printPage(){
if (document.getElementById("wClose"))	{
  document.getElementById("wPrint").style.visibility="hidden"; 
  document.getElementById("wClose").style.visibility="hidden"; 
  window.print();
  document.getElementById("wPrint").style.visibility="visible"; 
  document.getElementById("wClose").style.visibility="visible"; 
}
if (document.getElementById("wPrint")) {
  document.getElementById("wPrint").style.visibility="hidden"; 
  window.print();
  document.getElementById("wPrint").style.visibility="visible"; 
  }
  
}


function openIti() {
  window.moveTo(0,0); 

  if (navigator.appName == "Microsoft Internet Explorer") {
    window.resizeTo(screen.availWidth,screen.availHeight); 
  } 

  if (navigator.appName == "Netscape") { 
    window.outerHeight = screen.availHeight; window.outerWidth = screen.availWidth; 
  } 
  window.open('','itiTour','toolbar=yes,scrollbars=yes,menubar=no,top=0,left=0,screenX=0,titlebar=yes,alwaysRaised=yes');
}  

function popupWin() {
  window.open('','terms','height=500, width=500, toolbar=no,scrollbars=yes,menubar=no,top=10,left=10, titlebar=yes,alwaysRaised=yes');
} 

function menuBetutu() {
  window.open('menuBebek.html','menu','height=246, width=305, toolbar=no, scrollbars=no, menubar=no, top=60, left=90, screenX=90, screenY=60, titlebar=no, alwaysRaised=yes');
} 
  
//-->  
