/*
 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/finestra/tanca3.gif"
	CLOSEup 		= "imatges/finestra/tanca1.gif"
	CLOSEovr 		= "imatges/finestra/tanca2.gif"
	MINIdwn 		= "imatges/finestra/nopix.gif"
	MINIup 			= "imatges/finestra/nopix.gif"
	MINIovr 		= "imatges/finestra/nopix.gif"
	NONEgrf 		= "imatges/finestra/nopix.gif"
	CLOCKgrf		= "imatges/finestra/clock.gif"
	titHTML 	    	= "<font size=1 face='Verdana' color='FFFFFF'>&nbsp;Transports Guixà, S.L."
	titWIN			= "&nbsp;Transports Guixà, S.L."
	winBORDERCOLOR   	= "#000000"
	winBORDERCOLORsel	= "#000000"
	winBGCOLOR    		= "#CB8E29"
	winBGCOLORsel 		= "#CB8E29"
	mywin = openchromeless(theURL, wname, W, H, NONEgrf, CLOSEdwn, CLOSEup, CLOSEovr, MINIdwn, MINIup, MINIovr, CLOCKgrf, titHTML, titWIN, winBORDERCOLOR, winBORDERCOLORsel, winBGCOLOR, winBGCOLORsel)
}
