function tabCreate(n){
  this.length=n;
  for (var i=1;i<=n;i++){
    this[i]=""; 
  }
  return this;
}

var i;

function rHorBan() {
  i=Math.floor(7*Math.random()+1);
  crtBan="<a href=" + hBanLink[i] + "><img src=/ban/h/" + hBanName[i] + ".jpg width=466 height=58 border=0></a>";
  return crtBan;
}

function rVerBan() {
  i=Math.floor(1*Math.random()+1);
  crtBan="<a href=" + vBanLink[i] + "><img src=/ban/v/" + vBanName[i] + ".jpg width=68 height=372 border=0></a>";
  return crtBan;
}

// ajout BS : 15/09/2005
function JS_GoToCatalog(lang,category,boutique) {

    document.location="http://boutique.monnaiedeparis.com/is-bin/INTERSHOP.enfinity/WFS/Monnaie-Front-Site/en_US/-/EUR/ViewStandardCatalog-Browse?CategoryName=" + category;
}
function JS_GoToCatalogProduct(lang,product,boutique) {

    document.location="http://boutique.monnaiedeparis.com/is-bin/INTERSHOP.enfinity/WFS/Monnaie-Front-Site/en_US/-/EUR/ViewProductDetail-Start?ProductRef=" + product+"@Monnaie-Front";
}

// ajout BS 03/10/2005 page collectionner
function JS_GoToSearch() {

    document.location="http://boutique.monnaiedeparis.com/is-bin/INTERSHOP.enfinity/WFS/Monnaie-Front-Site/en_US/-/EUR/ParametricSearchMask-Start";
}


hBanName=new tabCreate(7);
hBanLink=new tabCreate(7);
hBanName[1]="ban1";
hBanLink[1]="/collectionneurs/med.htm";
hBanName[2]="ban2";
hBanLink[2]="/collectionneurs/mc.htm";
hBanName[3]="ban3";
hBanLink[3]="http://boutique.monnaiedeparis.com/is-bin/INTERSHOP.enfinity/WFS/Monnaie-Front-Site/en_US/-/EUR/ViewProductDetail-Start?ProductRef=10081234060000@Monnaie-Front";
hBanName[4]="ban4";
hBanLink[4]="http://boutique.monnaiedeparis.com/is-bin/INTERSHOP.enfinity/WFS/Monnaie-Front-Site/en_US/-/EUR/ViewStandardCatalog-Browse?CatalogCategoryID=buTZEzvy3hIAAAEkH94MnPap&Root=true";
hBanName[5]="ban5";
hBanLink[5]="http://boutique.monnaiedeparis.com/is-bin/INTERSHOP.enfinity/WFS/Monnaie-Front-Site/en_US/-/EUR/ViewStandardCatalog-Browse?CatalogCategoryID=2WnZEzvy_I8AAAEkbgsMnPap&Root=true";
hBanName[6]="ban6";
hBanLink[6]="http://boutique.monnaiedeparis.com/is-bin/INTERSHOP.enfinity/WFS/Monnaie-Front-Site/en_US/-/EUR/ViewStandardCatalog-Browse?CatalogCategoryID=iMHZEzvy6b8AAAEkDOQMnPas&Root=true";
hBanName[7]="ban7";
hBanLink[7]="http://boutique.monnaiedeparis.com/is-bin/INTERSHOP.enfinity/WFS/Monnaie-Front-Site/en_US/-/EUR/BrowseCatalog-Start?CategoryName=1603";

vBanName=new tabCreate(1);
vBanLink=new tabCreate(1);
vBanName[1]="ban1";
vBanLink[1]="/newsletter/index.htm";
