
function OpenEditWindow(viewid,xml)
{
	if(xml==-1){
	  opendialog("ok",dialogurl,"There is no linked page available.<BR>","350px","175px")
	}else{
		if(window.showModalDialog(backofficeurl+"&"+xml,null,"dialogwidth=1280px;dialogheight=500px;location=no;menubar=no;resizable=yes;scroll=yes;status=no;titlebar=no;toolbar=no;close=no;help:no;") == 'save')
			document.location.reload();
	}
}