function openIT(theURL,W,H,X,Y, wname,title,windowTitle) {
	CLOSEdwn 		= "/submarine/compo/others/dhtmlPopup/images/close_dwn.gif"
	CLOSEup 		= "/submarine/compo/others/dhtmlPopup/images/close_up.gif"
	CLOSEovr 		= "/submarine/compo/others/dhtmlPopup/images/close_ovr.gif"
	MINIdwn 		= "/submarine/compo/others/dhtmlPopup/images/mini_dwn.gif"
	MINIup 			= "/submarine/compo/others/dhtmlPopup/images/mini_up.gif"
	MINIovr 		= "/submarine/compo/others/dhtmlPopup/images/mini_ovr.gif"
	NONEgrf 		= "/submarine/compo/others/dhtmlPopup/images/none.gif"
	CLOCKgrf		= "/submarine/compo/others/dhtmlPopup/images/clock.gif"
	titHTML 	    	= "<font face=Arial size=1 color=#407AA6><b>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"+title+"</b></font>"
	titWIN			= "&nbsp"+windowTitle
	winBORDERCOLOR   	= "#336699"
	winBORDERCOLORsel	= "#336699"
	winBGCOLOR    		= "#EEF3F7"
	winBGCOLORsel 		= "#EEF3F7"
	return openchromeless(theURL, wname, W, H, X, Y, NONEgrf, CLOSEdwn, CLOSEup, CLOSEovr, MINIdwn, MINIup, MINIovr, CLOCKgrf, titHTML, titWIN, winBORDERCOLOR, winBORDERCOLORsel, winBGCOLOR, winBGCOLORsel)
}