function d() {}
function big(img,en)
{
	var m = "/", lm = img.src.lastIndexOf(m);
	if( lm>0)
	{
		var path=img.src.substring(0, lm),
			imgfile = img.src.substring(lm),
			alt = img.alt,
			imgurl=path+"/zooms"+imgfile;
		var w=img.width*4, h=img.height*4+30;
		var zw=window.open("","zw",
			"resizable=yes,toolbars=no,scrollbars=no,width="+w+",height="+h);
		zw.moveTo(10,10);
		zw.document.open();
		if (en==null)
			zw.document.write("<html><head><title>ΙΚΩΝ - Εισαγωγείς & Διανομείς Εσωρούχων</title><meta http-equiv=\"Content-Type\" content=\"text/html; charset=windows-1253\"><link rel=\"stylesheet\" href=\"../styles/general.css\" type=\"text/css\"></head><body bgcolor=#212121><center>\n");
		else
			zw.document.write("<html><head><title>IKON - Importers & Distributors of Fine Lingerie</title><meta http-equiv=\"Content-Type\" content=\"text/html; charset=windows-1253\"><link rel=\"stylesheet\" href=\"../styles/general.css\" type=\"text/css\"></head><body bgcolor=#212121><center>\n");
		if (en==null)
			zw.document.write("<br><br><img border=0 src=\"../Gr/images/logo_popup.gif\" alt=\"ΙΚΩΝ - Εισαγωγείς & Διανομείς Εσωρούχων\" align=\"right\"><br><br><br><br>");
		else
			zw.document.write("<br><br><img border=0 src=\"../En/images/logo_popup.gif\" alt=\"IKON - Importers & Distributors of Fine Lingerie\" align=\"right\"><br><br><br><br>");
		zw.document.write("<div style=\"background-color:#212121\"><img border=0 src=\"" + imgurl+ "\" alt=\""+alt+"\" onerror=\"this.src='"+img.src+"'\" onload=\"window.resizeTo(this.width+80,this.height+260);\" style=\"margin:10px 0px;\"></div>");
		zw.document.write("\n<br><a class=\"text\">" + alt +  "</a>");
		if (en==null)
			zw.document.write("\n<br><a class=\"closewindow\" href=\"javascript:window.close()\">κλείσιμο παραθύρου</a>");
		else
			zw.document.write("\n<br><a class=\"closewindow\" href=\"javascript:window.close()\">close window</a>");
		zw.document.write("</center></body></html>");
		zw.document.close();
		zw.focus();
	}
}