function doPrint(){
newWindow = open('/en_US/Print.html', null, 'menubar=no, toolbar=no, location=no, scrollbars=yes, resizable=yes, status=yes, width=850, height=700');
if (newWindow.opener == null){
newWindow.opener = self;
}
}

