
function cart (wintype)
{
  var nwl = (screen.width-720)/2;
  var nwh = (screen.height-100)/2;
  popUp=window.open(wintype, 'Revolushirt.de: Produkt View', 'toolbar=no,location=no,directories=no,status=yes,menubar=no,scrollbars=yes,resizable=no,width=770,height=700,left='+nwl+',top='+nwh+'');
  popUp.window.focus();
}


function info(wintype)
{
  var nwl = (screen.width-500)/2;
  var nwh = (screen.height-500)/2;
  popUp=window.open(wintype, 'Revolushirt.de: Shipping', 'toolbar=no,location=no,directories=no,status=yes,menubar=no,scrollbars=yes,resizable=no,width=740,height=450,left='+nwl+',top='+nwh+'');
  popUp.window.focus();
}


function info1(wintype)
{
  var nwl = (screen.width-500)/2;
  var nwh = (screen.height-500)/2;
  popUp=window.open(wintype, 'Revolushirt.de: Shipping', 'toolbar=no,location=no,directories=no,status=yes,menubar=no,scrollbars=no,resizable=no,width=740,height=450,left='+nwl+',top='+nwh+'');
  popUp.window.focus();
}

function Product (wintype)
{
  var nwl = (screen.width-720)/2;
  var nwh = (screen.height-500)/2;
  popUp=window.open(wintype, 'Revolushirt.de: Produkt Viewer', 'toolbar=no,location=no,directories=no,status=no,menubar=no,scrollbars=no,resizable=no,width=650,height=350,left='+nwl+',top='+nwh+'');
  popUp.window.focus();
}

function sizing (wintype)
{
  var nwl = (screen.width-500)/2;
  var nwh = (screen.height-500)/2;
  popUp=window.open(wintype, 'Revolushirt.de: Shipping', 'toolbar=no,location=no,directories=no,status=yes,menubar=no,scrollbars=no,resizable=no,width=770,height=430,left='+nwl+',top='+nwh+'');
  popUp.window.focus();
}


function sizing2 (wintype)
{
  var nwl = (screen.width-500)/2;
  var nwh = (screen.height-500)/2;
  popUp=window.open(wintype, 'Revolushirt.de: Shipping', 'toolbar=no,location=no,directories=no,status=yes,menubar=no,scrollbars=no,resizable=no,width=770,height=497,left='+nwl+',top='+nwh+'');
  popUp.window.focus();
}