/*
 CHROMELESS WINDOWS v.30
 (c) Gabriel Suchowolski power[z]one
 Distributed under the terms of the GNU Library General Public License
*/
function openIT(theURL,W,H, wname) {
	CLOSEdwn 		= "imatges/bt_close.gif"
	CLOSEup 		= "imatges/bt_close2.gif"
	CLOSEovr 		= "imatges/bt_close3.gif"
	MINIdwn 		= "imatges/nopix.gif"
	MINIup 			= "imatges/nopix.gif"
	MINIovr 		= "imatges/nopix.gif"
	NONEgrf 		= "imatges/nopix.gif"
	CLOCKgrf		= "imatges/clock.gif"
	titHTML 	    	= "<font size=1 face='Tahoma' color='#FFFFFF'>&nbsp;<b>.: L U I S O - Formulario de Contacto"
	titWIN			= "Luiso - Formulario de contacto"
	winBORDERCOLOR   	= "#F2F2F2"
	winBORDERCOLORsel	= "#FFFFFF"
	winBGCOLOR    		= "#006699"
	winBGCOLORsel 		= "#0073AA"
	mywin = openchromeless(theURL, wname, W, H, NONEgrf, CLOSEdwn, CLOSEup, CLOSEovr, MINIdwn, MINIup, MINIovr, CLOCKgrf, titHTML, titWIN, winBORDERCOLOR, winBORDERCOLORsel, winBGCOLOR, winBGCOLORsel)
}