function MM_reloadPage(init) { 
  if (init==true) with (navigator) {if ((appName=="Netscape")&&(parseInt(appVersion)==4)) {
    document.MM_pgW=innerWidth; document.MM_pgH=innerHeight; onresize=MM_reloadPage; }}
  else if (innerWidth!=document.MM_pgW || innerHeight!=document.MM_pgH) location.reload();
}
MM_reloadPage(true);

function ChangeTitle(TTitle,LLocation) {
document.baslik.SetVariable("titleno", TTitle);
document.icerik.location=LLocation;
}

function resac(NAME){
res=window.open('','','width=100, height=100, status=no, resizable=yes, scrollbars=no, toolbar=no');
res.document.write('<html><head><title>.: ADIM TRAVEL - Tourism & Travel Agency ( Bir Adım İleri ) :.</title>'+ '\n' +
'<META http-equiv=Content-Type content="text/html; charset=windows-1254">'+ '\n' +
'<META http-equiv=Content-Type content="text/html; charset=iso-8859-9">'+ '\n' +
'<SCRIPT src="_java/default.js"></SCRIPT>'+ '\n' +
'</head>'+ '\n' +
'<body bgcolor="#F3F5F4" leftmargin="0" topmargin="0" marginwidth="0" marginheight="0">'+
'<table width="100%" height="100%"><tr><td align="center">'+ 
'<a href="#" onClick="window.close();"><img onload="restore()" name="tusi" src="'+NAME+'" border="0" alt="pencereyi kapatmak için resme tıklayın."></a>'+
'</td></tr></table>'+ '\n' +
'</body></html>'+ '\n' +
'<script>'+ '\n' +
'function restore() {'+ '\n' +
'window.resizeTo(200,200);'+ '\n' +
'hH=200-document.body.clientHeight;'+ '\n' +
'wW=200-document.body.clientWidth;'+ '\n' +
'window.resizeTo(document.body.scrollWidth+wW,document.body.scrollHeight+hH);'+ '\n' +
'}'+ '\n' +
'</script>'); 
}