
function wopen (url) {
	var mw = window.open (url, "mwcms", "height=500,width=700,toolbar=no,resizable=yes,status=yes");
};

function dwopen (type,cmd) {
  var mw = window.open ("get.php?t="+type+"&cmd="+cmd, "mw", "height=300,width=500,resizable=yes,status=yes,scrollbar=yes"); 
};

