function ventana2(url,w,h,title) 
	{
	theURL=url
	wname ="CHROMELESSWIN"
	W=w;
	H=h;
	windowCERRARa 		= "images/close_a_2.gif" //onClick
	windowCERRARd 		= "images/close_d_2.gif" //normalmente
	windowCERRARo 		= "images/close_o_2.gif" //onMouseOver
	windowNONEgrf 		= "images/trans.gif" //imagen de fondo, transparente
	windowCLOCK			= "images/clock_2.gif"
	windowREALtit		= "&nbsp; UNIOM - Mensajería instantánea profesional." //titulo de la ventana de la barra de tareas
	windowTIT 	    	= '<font face=verdana size=1 color=#FFFFFF>&nbsp; '+title+'</font>' //titulo que aparece en la barra de titulo de la ventana
	windowBORDERCOLOR   	= "#FE5006" //color del borde
	windowBORDERCOLORsel	= "#FE824D" //color del borde de la ventana al arrastrar
	windowTITBGCOLOR    	= "#FE5006" //color de fondo del titulo de la ventana
	windowTITBGCOLORsel 	= "#FE824D" //color de fondo del titulo de la ventana al arrastrar
	openchromeless(theURL, wname, W, H, windowCERRARa, windowCERRARd, windowCERRARo, windowNONEgrf, windowCLOCK, windowTIT, windowREALtit , windowBORDERCOLOR, windowBORDERCOLORsel, windowTITBGCOLOR, windowTITBGCOLORsel)
	}
