<!-- hide javascript 
function popUp(pPage, x, y) {
var winOpts = 'resizable=yes,scrollbars=no,width='+x+',height='+y; 
popUpWin = window.open(pPage,'popWin',winOpts);
} 
//-->

