function openIT() {
	theurl="oferta_dia.asp"
	wname ="CHROMELESSWIN"
	W=589;
	H=220;
	windowCERRARa 		= "../imag/close_a.gif"
	windowCERRARd 		= "../imag/close_d.gif"
	windowCERRARo 		= "../imag/close_o.gif"
	windowTIT 	    	= "<font face=verdana size=1 color=white>&nbsp; Oferta Destacada</font>"
	windowBORDERCOLOR   	= "#000000"
	windowBORDERCOLORsel	= "#2697C8"
	windowTITBGCOLOR    	= "#204FC0"
	windowTITBGCOLORsel 	= "#ABDCF2"
	openchromeless(theurl, wname, W, H, windowCERRARa, windowCERRARd, windowCERRARo, windowTIT, windowBORDERCOLOR, windowBORDERCOLORsel, windowTITBGCOLOR, windowTITBGCOLORsel)
}

