<!--
function openhtml(theURL,theTitle) {
	wname = "SLIGHTBOY"
	W = 550;
	H = 580;
	windowCERRARa 		= "img/close_a.gif"
	windowCERRARd 		= "img/close_d.gif"
	windowCERRARo 		= "img/close_o.gif"
	windowNONEgrf 		= "img/none.gif"
	windowCLOCK		= "img/clock.gif"
	windowREALtit		= "::: ×îÐÂ¸üÐÂ :::....."
	windowTIT 	    	= "<font face=verdana size=1>&nbsp;&nbsp;::: "+theTitle+ " :::.....</font>"
	windowBORDERCOLOR   	= "#000000"
	windowBORDERCOLORsel	= "#AF5050"
        winBGCOLOR    		= "#EDEBEB"
	openchromeless(theURL, wname, W, H, windowCERRARa, windowCERRARd, windowCERRARo, windowNONEgrf, windowCLOCK, windowTIT, windowREALtit , windowBORDERCOLOR, windowBORDERCOLORsel, winBGCOLOR)
}
//-->
<!--
function newin(width,height,url,name) {
msgWindow=window.open(url,name,'statusbar=no,scrollbars=yes,status=yes,resizable=yes,width='+width+',height='+height)
}
// -->
