<!--
function openCartWindow() {
 window.open('','paypal','width=500,height=300,toolbar=0,location=0,directories=0,menuBar=0,scrollbars=1,resizable=1');
 }

//-->