// 17:31 22/01/03

var ph,pw; //GLOBAL
function ow(page,ph,pw){
window.open(page,'','height='+ph+',width='+pw+',toolbar=0,menubar=0,scrollbars=0,resizable=0,location=0,directories=0,status=0');
}

// eof