// JavaScript Document


function slidelink(){

	
if (whichimage==1)
window.location="index.php?product_id=1"
else if (whichimage==2)
window.location="index.php?product_id=2"
else if (whichimage==3)
window.location="index.php?product_id=3"
else if (whichimage==4)
window.location="index.php?product_id=4"
else if (whichimage==5)
window.location="index.php?product_id=5"
else if (whichimage==0)
window.location="index.php?product_id=6"
}


var slideimages=new Array()
function slideshowimages()
{
     for (i=0;i<slideshowimages.arguments.length;i++){
         slideimages[i]=new Image()
         slideimages[i].src=slideshowimages.arguments[i]

    }
}

