function newWindow (URLNav,_width,_height){
	//myLightWindow.deactivate();
//	myLightWindow = new lightwindow();
    myLightWindow.activateWindow({
        href: URLNav,
        title: '',
		author: '',
		type:"page",
        width: _width,
        height: _height
    });
}