	<!--- Hide script from old browsers
	function OpenNewWindow(WindowPicture)
	{
	NewWindow=window.open("","NewOne", 'resizable=0,location=0,directories=0,status=0,menubar=0,scrollbars=0,toolbar=0,width=780,height=500,left=0,top=0');
	NewWindow.document.write ("<HTML><HEAD><TITLE>");
	NewWindow.document.write ("Μεγέθυνση");
	NewWindow.document.write ("</TITLE></HEAD>");
	NewWindow.document.write ("<P ALIGN=CENTER>");
  	NewWindow.document.write ("<BODY BGCOLOR='black'>");
	NewWindow.document.write ("<A HREF='JavaScript:this.close()'><IMG border='0' SRC=");
	NewWindow.document.write (WindowPicture);
	NewWindow.document.write ("></A>");
	NewWindow.document.write ("<BR>");
  	NewWindow.document.write ("<B><FONT SIZE='3'  FACE='ARIAL' COLOR='#ffffff'>");
	NewWindow.document.write ("Κάντε κλικ στην εικόνα για να κλείσει το παράθυρο");
  	NewWindow.document.write ("</FONT></B>");
  	NewWindow.document.write ("</BODY></HTML>");
	NewWindow.document.close();
	NewWindow.focus()

	}
	// end hiding from old browsers -->