function imgpopup(theURL) {
	window.open("/showbigimage.php?src="+theURL, "Image","toolbar=no,location=no,status=no,menubar=no,scrollbars=no,resizable=yes,width=200,height=200");
}
function setoff(n){
	document.images[n].src='images/'+n+'.gif';
}
function seton(n){
	document.images[n].src='images/'+n+'_on.gif';
}
var a = new Image();
a.src = 'images/line_bijou_bra_on.gif';
var a = new Image();
a.src = 'images/line_bijou_noirs_on.gif';
var a = new Image();
a.src = 'images/line_bijou_bride_on.gif';
var a = new Image();
a.src = 'images/line_bijou_sport_on.gif';
var a = new Image();
a.src = 'images/line_bijou_gift_on.gif';
function goload(){
	if (document.getElementById("textBoxContainer")){
		textBox.load();
	}
}
