function htmlert(message){

	var remoteHTML = '<html><head><title>CMCD - Visual Symbols Library</title></head><body leftmargin="0" topmargin="0" marginheight="0" marginwidth="0" link="#FFCC66" alink="#FF9900" vlink="#FF6600" bgcolor="#FFFFFF"><table cellspacing="0" cellpadding="0" border="0"><tr><td width="15" height="70"><img src="img/c.gif" width="15" height="70" border="0"></td><td width="350"><img src="img/title_popup_alert.gif" width="350" height="70" border="0" alt="Log In"></td></tr><tr><td colspan="2" height="10"><img src="img/c.gif" width="365" height="10" border="0"></td></tr></table>'
+ 
'<table cellspacing="0" cellpadding="0" border="0" width="365"><tr bgcolor="#E5E5E5"><td width="15" height="1" bgcolor="#FFFFFF"><img src="img/c.gif" width="15" height="10" border="0"></td>		<td width="10"><img src="img/c.gif" width="10" height="1" border="0"></td><td><img src="img/c.gif" width="330" height="1" border="0"></td><td><img src="img/c.gif" width="10" height="1" border="0"></td></tr>	<tr bgcolor="#E5E5E5"><td bgcolor="#FFFFFF"><img src="img/c.gif" width="15" height="1" border="0"></td><td><img src="img/c.gif" width="10" height="1" border="0"></td><td><span style="font: 11px arial,helvetica,sans-serif; color:#FF6600;"><b>' 
+ message + 
'</b></span></td><td><img src="img/c.gif" width="10" height="1" border="0"></td></tr><tr bgcolor="#E5E5E5"><td height="10" bgcolor="#FFFFFF"><img src="img/c.gif" width="15" height="1" border="0"></td><td><img src="img/c.gif" width="10" height="1" border="0"></td><td>&nbsp;</td><td><img src="img/c.gif" width="10" height="1" border="0"></td></tr><tr><td></td><td colspan=2>&nbsp;<br><a href="#" onClick="window.close()" style="font: bold 12px arial,helvetica,sans-serif; color:#CC6600; text-decoration: none;"><B>Close Window</B></a></td></tr></table></form></body></html>';

	largewin = open("","largewin","resizable=1,toolbar=0,location=0,directories=0,status=0,menubar=0,scrollbars=1,copyhistory=0,width=400,height=400");

	with (largewin.document) {
		open();
		write(remoteHTML);
		close();
	}
}
