function createChromeless()
{
		/////////////////////////////////////////////
		//This are the attributes you can customize//
		/////////////////////////////////////////////
		var B = "/email.html";        // URL
		var Y = "InterKorea";                 // title
		var K = "/img/titlebar.gif";             // titlebarImage
		var L = 25;                                            // titlebarHeight
		var E = "Arial";                                       // titleFont
		var I = 10;                                            // titleSize
		var N = "#F0F0F0";                                     // titleColor
		var C = false;                                         // scrollbars
		var h = 600;                                           // width (w)   
		var r = 450;                                           // height (h)
		var o = true;                                          // centered
		var m = 10;                                            // xPos
		var e = 10;                                            // yPos
		var l = "#59657B";                                     // borderColor
		var e_= 5;                                             // borderSize
		var s = "/img/minimizar.gif";            // minimizeBottom
		var s_= "/img/cerrar.gif";               // closeBottom

		myChromeless = new ChromelessWindow(B,Y,K,L,E,I,N,C,h,r,o,m,e,l,e_,s,s_);
}
createChromeless()