	function openLiveEditWindow(url, title, height, width)
	{
		//var win1=window.open(url, "ajax", title, "width="+width+"px,height="+height+"px,resize=1,scrolling=1,center=1");
		var W = window.open(url, title, "width="+width+",height="+height+",toolbar=no,status=no,scrollbars=yes,resizable=yes,menubar=no,location=no,dependent=yes");
	}

	function pageReload() {
		window.location.reload();
	}
