<!--
x = parseInt(window.screen.width) / 2 - 400;
y = parseInt(window.screen.height) / 2 - 350;

function centeredWin1() {
CW=window.open('http://businesscenter.ccbill.com/demos/RegionalPricing_demo03b.html','NewWin','toolbar=no,menubar=no,location=no,resizable=no,status=no,width=808,height=608,scrollbars=no')
CW.moveTo(x,y);
}
// -->