function Inscrit(){

alert('Votre panier a bien \u00e9t\u00e9 modifi\u00e9.')

}



function addto (form) { //add to cart but stay on the same page

  var entry=form;

  var a=0;

  boundry = new Array(entry.elements.length);

  boundry[0]=0;

   for(x=1;x<entry.elements.length;x++){

	if(entry.elements[0].name==entry.elements[x].name)

         {

           a++;

           boundry[a]=x;

         }

   }   



j=0;

for(i=0;i<=a;i++) {

  j=boundry[i];

// check to see if you are using <select>

if(isNaN(entry.elements[j+1].length)){

     var description=escape(entry.elements[j+1].value);

  } else {

     var opindex=entry.elements[j+1].selectedIndex;

     var description=escape(entry.elements[j+1].options[opindex].text);

  }

  var ind=j+2;

  while(entry.elements[ind].name==entry.elements[ind-1].name)

  {

     opindex=entry.elements[ind].selectedIndex;

     description = description+" "+entry.elements[ind].options[opindex].text;

     ind++;

  }

  store_name=entry.elements[ind].value;

  product_name=entry.elements[ind].name;

  quantity=entry.elements[j].value;

  price=entry.elements[j+1].name;



  var num=parseInt(entry.elements[j].value)

  if(!isNaN(num) && num>=0 )

  {

  document.cookie ="libr"+store_name+"+"+description+ "+" + product_name + "=" + quantity +
"+" + "" +"+"+ price +"; path=/"+"";
  }       

 }

 Inscrit()

}

function  addtocart(form,page){ //add to cart and go to a new page
addto(form)
location.href=page;
}

function setform(form,page){
var formname=form;
formname.method='GET';
formname.action=page;
}

//  ajout Louis popup redimensionnable
// Script Source: CodeLifter.com
// Copyright 2003
// Do not remove this notice.

// SETUPS:
// ===============================

// Set the horizontal and vertical position for the popup

PositionX = 100;
PositionY = 100;

// Set these value approximately 20 pixels greater than the
// size of the largest image to be used (needed for Netscape)

defaultWidth  = 410;
defaultHeight = 660;

// Set autoclose true to have the window close automatically
// Set autoclose false to allow multiple popup windows

var AutoClose = true;

// Do not edit below this line...
// ================================
if (parseInt(navigator.appVersion.charAt(0))>=4){
var isNN=(navigator.appName=="Netscape")?1:0;
var isIE=(navigator.appName.indexOf("Microsoft")!=-1)?1:0;}
var optNN='scrollbars=no,width='+defaultWidth+',height='+defaultHeight+',left='+PositionX+',top='+PositionY;
var optIE='scrollbars=no,width=400,height=600,left='+PositionX+',top='+PositionY;
function popImage(imageURL,imageTitle){
if (isNN){imgWin=window.open('','',optNN);}
if (isIE){imgWin=window.open('about:blank','',optIE);}
with (imgWin.document){
writeln('<html><head><title>Loading...</title><style>body{margin:0px;}</style>');writeln('<sc'+'ript>');
writeln('var isNN,isIE;');writeln('if (parseInt(navigator.appVersion.charAt(0))>=4){');
writeln('isNN=(navigator.appName=="Netscape")?1:0;');writeln('isIE=(navigator.appName.indexOf("Microsoft")!=-1)?1:0;}');
writeln('function reSizeToImage(){');writeln('if (isIE){');writeln('window.resizeTo(100,100);');
writeln('width=100-(document.body.clientWidth-document.images[0].width);');
writeln('height=100-(document.body.clientHeight-document.images[0].height);');
writeln('window.resizeTo(width,height);}');writeln('if (isNN){');       
writeln('window.innerWidth=document.images["George"].width;');writeln('window.innerHeight=document.images["George"].height;}}');
writeln('function doTitle(){document.title="'+imageTitle+'";}');writeln('</sc'+'ript>');
if (!AutoClose) writeln('</head><body bgcolor=000000 scroll="no" onload="reSizeToImage();doTitle();self.focus()">')
else writeln('</head><body bgcolor=000000 scroll="no" onload="reSizeToImage();doTitle();self.focus()" onblur="self.close()">');
writeln('<img name="George" src='+imageURL+' style="display:block"></body></html>');
close();		
}}

//  End ajout Louis popup redimensionnable 

//  ajout Louis rollover img commande

function imgRoll(pic1,pic2) {
  if (document.images)  {
        document.images[pic1].src = eval(pic2 + ".src");
  }
}
if (document.images)
		{
commander1 = new Image();
commander1.src = "imnav/com1.gif";
commander2 = new Image();
commander2.src = "imnav/com2.gif";

parcourir1 = new Image();
parcourir1.src = "imnav/parcourir1.gif";
parcourir2 = new Image();
parcourir2.src = "imnav/parcourir2.gif";

chercher1 = new Image();
chercher1.src = "imnav/chercher1.gif";
chercher2 = new Image();
chercher2.src = "imnav/chercher2.gif";

ok1 = new Image();
ok1.src = "imnav/ok1.gif";
ok2 = new Image();
ok2.src = "imnav/ok2.gif";
        }

//-->
//  end ajout Louis rollover img commande
