function addcart(vendor, code, price, type) {
  if(type=="PDF"){
	type = "PDF+Practice+Exam";
  }
  else if(type=="TE"){
    type = "Visual+Test+Simulator";
  }
  else if(type=="PDFTE"){
    type = "PDF+and+Visual+Test+Simulator";
  }
  else if(type=="PDFS"){
    type = "PDF+Saving+Pack";
  }
  else if(type=="TES"){
    type = "Visual+Test+Saving+Pack";
  }
  url = "https://www.paypal.com/cart/add=1&lc=EN&business=ASKM5Z75EZGSC&item_name=ITPASSZONE+"+code+"+"+type+"&amount="+price+"&image_url=https%3A//securehost92.hrwebservices.net/~itpassz/image/p_logo.jpg&return=http://www.itpasszone.com/thankyou.php&cancel_return=http%3A//www.itpasszone.com/";
  window.open(url,'cartwin','width=600,height=400,scrollbars,location,resizable,status');
}

function addcartj(vendor, code, price, type) {
  if(type=="PDF"){
	type = "PDF+Practice+Exam";
  }
  else if(type=="TE"){
    type = "Visual+Test+Simulator";
  }
  else if(type=="PDFTE"){
    type = "PDF+and+Visual+Test+Simulator";
  }
  else if(type=="PDFS"){
    type = "PDF+Saving+Pack";
  }
  else if(type=="TES"){
    type = "Visual+Test+Saving+Pack";
  }
  url = "https://www.paypal.com/cgi-bin/webscr?cmd=_cart&add=1&lc=JP&business=ASKM5Z75EZGSC&item_name=ITPASSZONE+"+code+"+"+type+"+Japanese+Version&currency_code=JPY&amount="+price+"&image_url=https%3A//securehost92.hrwebservices.net/~itpassz/image/p_logo.jpg&return=http://www.itpasszone.com/thankyou.php&cancel_return=http%3A//www.itpasszone.com/";
  window.open(url,'cartwin','width=600,height=400,scrollbars,location,resizable,status');
}

function addcarte(vendor, code, price, type) {
  if(type=="PDF"){
	type = "PDF+Practice+Exam";
  }
  else if(type=="TE"){
    type = "Visual+Test+Simulator";
  }
  else if(type=="PDFTE"){
    type = "PDF+and+Visual+Test+Simulator";
  }
  else if(type=="PDFS"){
    type = "PDF+Saving+Pack";
  }
  else if(type=="TES"){
    type = "Visual+Test+Saving+Pack";
  }
  url = "https://www.paypal.com/cgi-bin/webscr?cmd=_cart&add=1&lc=JP&business=ASKM5Z75EZGSC&item_name=ITPASSZONE+"+code+"+"+type+"+English+Version&currency_code=JPY&amount="+price+"&image_url=https%3A//securehost92.hrwebservices.net/~itpassz/image/p_logo.jpg&return=http://www.itpasszone.com/thankyou.php&cancel_return=http%3A//www.itpasszone.com/";
  window.open(url,'cartwin','width=600,height=400,scrollbars,location,resizable,status');
}


function cart(){
  url = "https://www.paypal.com/cart/display=1&business=ASKM5Z75EZGSC";
  window.open(url,'cartwin','width=600,height=400,scrollbars,location,resizable,status');
}

function cartj(){
  url = "https://www.paypal.com/cart/display=1&lc=JP&business=ASKM5Z75EZGSC";
  window.open(url,'cartwin','width=600,height=400,scrollbars,location,resizable,status');
}

