
function msgopen(p1){
		var mo;
    	mo = window.open(p1,"window","toolbar=no,menubar=no,scrollbars=yes,width=450,height=400");
		mo.focus();
    }