
var message="";
function clickIE() {if (document.all) {(message);return false;}}
function clickNS(e) {if 
(document.layers||(document.getElementById&&!document.all)) {
if (e.which==2||e.which==3) {(message);return false;}}}
if (document.layers) 
{document.captureEvents(Event.MOUSEDOWN);document.onmousedown=clickNS;}
else{document.onmouseup=clickNS;document.oncontextmenu=clickIE;}

function dropHandler(drop){
var URL = document.drop.mydrop.options[document.drop.mydrop.selectedIndex].value;
window.location.href = URL;
}

function fenetre() {
windowprops = "height=325,width=550,left=40,top=40,"
+ "scrollbars=yes,menubars=no,toolbars=no,resizable=yes";
window.open("","f",windowprops);
}

function fenetre1() {
windowprops = "height=400,width=525,left=60,top=10,"
+ "scrollbars=yes,menubars=no,toolbars=no,resizable=yes";
window.open("","f",windowprops);
}

function fenetre2() {
windowprops = "height=300,width=300,left=50,top=50,"
+ "scrollbars=yes,menubars=no,toolbars=no,resizable=yes";
window.open("","f",windowprops);
}



function leapto(form) {
var myindex=form.dest.selectedIndex;
location.href=(form.dest.options[myindex].value);
myindex = 0; 
}

today=new Date();
    y0=today.getFullYear();
    
var sckimages=new Array()
sckimages[0]=["images/prodPics2/kit1.jpg", "http://"]
sckimages[1]=["images/prodPics2/kit2.jpg", "http://"]
sckimages[2]=["images/prodPics2/kit3.jpg", "http://"]
sckimages[3]=["images/prodPics2/kit4.jpg", "http://"]
sckimages[4]=["images/prodPics2/kit5.jpg", "http://"]
sckimages[5]=["images/prodPics2/kit6.jpg", "http://"]
sckimages[6]=["images/prodPics2/kit7.jpg", "http://"]
sckimages[7]=["images/prodPics2/kit8.jpg", "http://"]
sckimages[8]=["images/prodPics2/lib1.jpg", "http://"]
sckimages[9]=["images/prodPics2/bath2.jpg", "http://"]
sckimages[10]=["images/prodPics2/bath1.jpg", "http://"]

var preload="yes"
var optlinktarget=""
var imgborderwidth=0
var filterstring="progid:DXImageTransform.Microsoft.GradientWipe(GradientSize=1.0 Duration=0.7)"

if (preload=="yes"){
for (x=0; x<sckimages.length; x++){
var myimage=new Image()
myimage.src=sckimages[x][0]
}
}

function returnimgcode(theimg){
var imghtml=""
if (theimg[1]!="")
imghtml='<a href="'+theimg[1]+'" target="'+optlinktarget+'">'
imghtml+='<img src="'+theimg[0]+'" border="'+imgborderwidth+'">'
if (theimg[1]!="")
imghtml+='</a>'
return imghtml
}

function modimg(loadarea, imgindex){
if (document.getElementById){
var imgobj=document.getElementById(loadarea)
if (imgobj.filters && window.createPopup){
imgobj.style.filter=filterstring
imgobj.filters[0].Apply()
}
imgobj.innerHTML=returnimgcode(sckimages[imgindex])
if (imgobj.filters && window.createPopup)
imgobj.filters[0].Play()
return false
}
}


<!--(C) Copyright Boissiere Associates LLC 2004 All rights reserved Reuse forbidden with prior approval email info@boissiereassociates.com
//-->



