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

