// Custom JS file - iPublications Webshop

$(document).ready(function(){

  $("img.afschermen").parent().find(".label-klein").remove();
  $("img.afschermen").parent().find("img#prijslabel").remove();
  if($("img.afschermen").length < 1)
  {
    $("img.prijslabel").show();
  }


});

  function __DoOrder(){
	$("li#BMAMIC").remove();
	$("li#BMPAYPL").remove();
  }


/*
function __ProductToCart(artikel,aantal,prijs){
  alert('Artikel: ' + artikel + ', Aantal: ' + aantal + ', Prijs: ' + prijs);
  // alert('__ProductToCart()');
}
function __ViewProductCat(){
  alert('__ViewProductCat()');
}
function __ViewProduct(){
  alert('__ViewProduct()');
}
function __RegisterAccount(){
  alert('__RegisterAccount()');
}
function __ShowCart(){
  alert('__ShowCart()');
}
function __ViewFactuurlijst(){
  alert('__ViewFactuurlijst()');
}
function __ClearCart(){
  alert('__ClearCart()');
}
function __ViewAccount(){
  alert('__ViewAccount()');
}
*/

