
	<!--- Hide script from old browsers
function OpenNewWindow(cPicture,nWidth,nHeight,cMessage,nBorder)
	{
	NewWindow=window.open("","NewOne","HEIGHT="+nHeight+",WIDTH="+nWidth+",scroll=auto,scrollbars=auto,resizable=auto,top=5,left=20");
	NewWindow.document.write ("<HTML><HEAD><TITLE>");
	NewWindow.document.write ("</TITLE></HEAD>");
	NewWindow.document.write ("<BODY topmargin='0' leftmargin='0' BGCOLOR='#ffffff'>");
	NewWindow.document.write ("<P ALIGN=CENTER>");
	NewWindow.document.write ("");

	NewWindow.document.write ("</FONT>");
	NewWindow.document.write ("<a href='javascript:window.close()'><IMG SRC=");
	NewWindow.document.write (cPicture);

	NewWindow.document.write (" border='0'></a><br>");
	NewWindow.document.write (cMessage);
	NewWindow.document.write ("</P>");
	NewWindow.document.write ("</BODY></HTML>");
	NewWindow.document.write ("</BODY></HTML>");
	NewWindow.document.close();
	return false;
	}

	// end hiding from old browsers -->


function preloadImages() {
	if (document.images) {

	}
}




