<!--
var win= null;
function popUp(URL, id, w, h ) {
var winl = (screen.width-w)/2;
var wint = (screen.height-h)/2;
day = new Date();
eval("page" + id + " = window.open(URL, '" + id + "', 'toolbar=0,scrollbars=1,location=0,statusbar=1,menubar=0,resizable=0,width='+w+',height='+h+',left = '+winl+',top = '+wint);");
}
//  -->


// this script is used by all brand's websites. please do not modify