
function wndopen(p1){
		var mo;
    	mo = window.open(p1,"window","toolbar=no,menubar=no,scrollbars=yes,resizable=yes, width=560,height=530");
		mo.focus();
    }