document.write('<DIV align="center">');
document.write('<a href="javascript:OpenHint()" target="_self">');
document.write('<b><FONT COLOR="#C40000" size="3">About</FONT></b></a></DIV>');

	function OpenHint() 
	{
		var url = "/about.gif";
		textWindow = window.open(url, 'text', 'height=330,width=520,locationbar=no,menubar=no,resizable=no,scrollbars=no,status=no,toolbar=no' );
		if(textWindow) 
		{
			textWindow.focus();
		}
	}