<!--- Hide script from old browsers
function OpenNewWindow(WindowPicture,WindowParameters){
	NewWindow=window.open("","NewOne", WindowParameters);
	NewWindow.document.write ("<html><head><title>");
	NewWindow.document.write ("BYLEI");
	NewWindow.document.write ("</title></head>");
	NewWindow.document.write ("<body leftmargin='0' topmargin='0' marginwidth='0' marginheight='0'>");
	NewWindow.document.write ("<A HREF='JavaScript:this.close()'><img src=");
	NewWindow.document.write (WindowPicture);
	NewWindow.document.write (" border='0'></A>");
	NewWindow.document.write ("</body></html>");
	NewWindow.document.close();
	return false;
}
// end hiding from old browsers -->