//=========================================================
//Functions to popups
//=========================================================
	function popWindow(file,width,height,scroll,sizable)
		{window.open(file,'','toolbar=no,location=no,directories=no,status=no,menubar=no,scrollbars=' + scroll + ',resizable=' + sizable + ',width=' + width + ',height=' + height + ',left=10,top=10');}
