browser_name = navigator.appName;
browser_version = parseFloat(navigator.appVersion); 

if (browser_name == "Netscape" && browser_version >= 3.0) { roll = 'true'; }
else if (browser_name == "Microsoft Internet Explorer" && browser_version >= 4.0) { roll = 'true'; }
else { roll = 'false'; }

if (roll == 'false') 
        { document.write('<CENTER><TABLE width=600 align=center><TR><TD align=center><font face="Arial" size="2"><b>Kullandığınız İnternet Gezgininiz bu sayfada kullanılan java teknolojisini desteklemiyor.</b></TD></TR></TABLE></CENTER>'); } 

     function msover(img,ref) { if (roll == 'true') { document.images[img].src = ref; } }
     function msout(img,ref)  { if (roll == 'true') { document.images[img].src = ref; } }

function Zoom(pic, en, boy) {
	var params = "screenX=5,screenY=5,Top=5,Left=5,width="+en+",height="+boy;
	jszoom = window.open("", "Dummy", params);
	jszoom.document.open("text/html");
	jszoom.document.writeln("<html>");
	jszoom.document.writeln("<head>");
	jszoom.document.writeln("<title>Pencere - Window</title>");
	jszoom.document.writeln("<head>");
	jszoom.document.writeln("<body bgcolor='#FFFFFF' leftmargin=0 topmargin=0 marginheight=0 marginwidth=0>");
	jszoom.document.writeln("<table border=0 align=center cellspacing=0 cellpadding=0>");
	jszoom.document.writeln(" <tr>");
	jszoom.document.writeln("   <td align=center valign=top><img src='resim/"+pic+"' border=0></td></tr>");
	jszoom.document.writeln(" </tr>");
	jszoom.document.writeln("</table>");
	jszoom.document.writeln("</body>");
	jszoom.document.writeln("</html>");
	jszoom.focus();
}
