function openIT(theURL,W,H, wname, nombre, fondo, fondo_roll) {
	CLOSEdwn 		= "img/close_dwn.gif";
	CLOSEup 		= "img/close_up.gif";
	CLOSEovr 		= "img/close_ovr.gif";
	MINIdwn 		= "img/mini_dwn.gif";
	MINIup 			= "img/mini_up.gif";
	MINIovr 		= "img/mini_ovr.gif";
	NONEgrf 		= "img/none.gif";
	CLOCKgrf		= "img/clock.gif";
	titHTML 	    	= "<font face=verdana size=1>&nbsp;" + nombre + "</font>";
	titWIN			= "&nbsp;" + nombre;
	winBORDERCOLOR   	= "#000000";
	winBORDERCOLORsel	= "#555555";
	winBGCOLOR    		= fondo;
	winBGCOLORsel 		= fondo_roll;
	mywin = openchromeless(theURL, wname, W, H, NONEgrf, CLOSEdwn, CLOSEup, CLOSEovr, MINIdwn, MINIup, MINIovr, CLOCKgrf, titHTML, titWIN, winBORDERCOLOR, winBORDERCOLORsel, winBGCOLOR, winBGCOLORsel);
}
