/*
 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/bt_close3.gif"
	CLOSEup 		= "imatges/finestra/bt_close.gif"
	CLOSEovr 		= "imatges/finestra/bt_close2.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='Tahoma'>&nbsp;<b>Serveis Linguistics Penedès"
	titWIN			= "Serveis Linguistics Penedès"
	winBORDERCOLOR   	= "#ABCF96"
	winBORDERCOLORsel	= "#E9F2E3"
	winBGCOLOR    		= "#E9F2E3"
	winBGCOLORsel 		= "#D3E6C8"
	mywin = openchromeless(theURL, wname, W, H, NONEgrf, CLOSEdwn, CLOSEup, CLOSEovr, MINIdwn, MINIup, MINIovr, CLOCKgrf, titHTML, titWIN, winBORDERCOLOR, winBORDERCOLORsel, winBGCOLOR, winBGCOLORsel)
}
