function zoom(ne)
{
	var width=500;
	var height=500;
	var left=(screen.width-width)/0;
	var top=(screen.height-height)/0;
	var features="width="+width+",height="+height+",left="+left+",top="+top+",scrollbars=no";
	var url=ne.src;
	url=""+klasor+"/big"+url.substr(url.lastIndexOf("/"));	
	zoomwin=window.open("","zoomwin",features);
	zoomwin.document.write("<html><head><title>ALTINDAS TEKSTİL</title>");
	zoomwin.document.write("<script language='javascript'>");
	zoomwin.document.write("function winload(){");
	zoomwin.document.write("window.resizeTo(document.getElementById('im').width + 11,document.getElementById('im').height + 50);");
	zoomwin.document.write("window.moveTo((screen.width-document.getElementById('im').width)/2,(screen.height-document.getElementById('im').height)/2 - 10);");
	zoomwin.document.write("}");
	zoomwin.document.write("</script>");
	
        zoomwin.document.write("<script language='Javascript1.2'>");
        //zoomwin.document.write("function zanzan(){");

        zoomwin.document.write("<!--");
        zoomwin.document.write("var message='selam';");
        zoomwin.document.write("function click(e) {");
        zoomwin.document.write("if (document.all) {");
        zoomwin.document.write("if (event.button == 2) {");
        zoomwin.document.write("alert(message);");
        zoomwin.document.write("return false;");
        zoomwin.document.write("}");
        zoomwin.document.write("}");
        zoomwin.document.write("if (document.layers) {");
        zoomwin.document.write("if (e.which == 3) {");
        zoomwin.document.write("alert(message);");
        zoomwin.document.write("return false;");
        zoomwin.document.write("}");
        zoomwin.document.write("}");
        zoomwin.document.write("}");
        zoomwin.document.write("if (document.layers) {");
        zoomwin.document.write("document.captureEvents(Event.MOUSEDOWN);");
        zoomwin.document.write("}");
        zoomwin.document.write("document.onmousedown=click;");
        zoomwin.document.write("// -->");
        //zoomwin.document.write("}");
        zoomwin.document.write("</script>");

	zoomwin.document.write("</head><body onload='winload()' style='margin:0px;'><table border='0' cellpadding='0' cellspacing='0' width='100%' height='%100'><tr><td align='center' valign='middle'>");
	zoomwin.document.write("<img onclick='zanzan()' id='im' src='"+url+"'>");
	zoomwin.document.write("</td></tr></table></body></html>");
	zoomwin.document.close();
	zoomwin.focus();
}

