	function showProperties(xContentID)
	{
		showModalDialog('/cms/pvcms_props.asp?lan=nl&cid=' + xContentID,'','dialogHeight:650px;dialogWidth:800px;status:0;resize:0;scroll:0;');
//		window.parent.document.location = '//localhost/boomkwekerij-frijns.nl.18/?cid=' + xContentID;
	}	
	
	function showLanguageProperties(xContentID,lan )
	{
		showModalDialog('/cms/pvcms_language_props.asp?language='+lan+'&contentid=' + xContentID,'','dialogHeight:450px;dialogWidth:600px;status:0;resize:0;scroll:0;');
	}	

	function showNewDialog(xContentID )
	{
		
		newContentID = showModalDialog('pvcms_new.asp','','dialogHeight:400px;dialogWidth:500px;status:0;resize:0;scroll:0;title:0;');
		if (newContentID!='0') {showProperties(newContentID);}
//		window.parent.document.location = '//localhost/boomkwekerij-frijns.nl.18/?cid=' + xContentID;
	}	

		function showEditor(cid,lan) 
		{
			showModalDialog('/cms/pvcms_editor.asp?lan=' + lan + '&cid=' + cid,'','dialogHeight:670px;dialogWidth:980px;status:0;resizable:0;scroll:0;');
			//document.location = document.location;
		}

		function showFileList()
		{
			showModalDialog('/cms/pvcms_file_list.asp','','dialogHeight:600px;dialogWidth:800px;status:0;resize:0;scroll:0;');
		}	

		function showFileDetails(fname)
		{
			showModalDialog('/cms/pvcms_file_details.asp?filename='+fname,'','dialogHeight:450px;dialogWidth:600px;status:0;resize:0;scroll:0;');
		}	

		function showCMSPanel(cid,lan) 
		{
			showModalDialog('/cms/pvcms_panel.asp','','dialogHeight:700px;dialogWidth:980px;status:0;resize:0;scroll:0;');
			//document.location = document.location;
		}

		function showUMSPanel(cid,lan) 
		{
			showModalDialog('/ums/pvums_user_list.asp','','dialogHeight:700px;dialogWidth:980px;status:0;resize:0;scroll:0;');
			//document.location = document.location;
		}
	
	function jumpTo(Obj)
	{
		var img = new Image();
		img.src= '/jumpto.asp?'+Obj.href;
	}

	function PrintPage(ContentID)
	{
		var img = new Image();
		img.src= '/PrintPage.asp?'+ContentID;
	}
