
function show_text(which_description){

	var product_descriptions= new Array(7) 
	product_descriptions[0]="<h3>Epicelan Purifiant Shampoo</h3>An effective anti-dandruff shampoo designed to combat dandruff"; 	
	product_descriptions[1]="<h3>Epicelan Clarifiant</h3>Intensive Anti-Dandruff Hydro-Gel Treatment"; 
	product_descriptions[2]="<h3>Epicelan Equilibriant</h3>Hydrolipidic Anti-Dandruff Lotion for Dry and Sensitive Scalp"; 
	product_descriptions[3]="<h3>Epicelan Preventif</h3>Hydrolipidic Anti-Dandruff Lotion For Normal or Greasy Scalp";  
	product_descriptions[4]="<h3>Genesicap Plus</h3>For scaly or flaky dandruff and extremely dry scalps with sensitivity and irritation"; 
	product_descriptions[5]="<h3>Pilviprotein Plus</h3>Instant Structurising Leave-in Conditioner"; 
	product_descriptions[6]="<h3>Conditionneur Express</h3>Restructurising Leave-in Conditioner"; 

	//alert ("hello");
	//alert (product_descriptions[which_description]);
	//theForm.Content.value = product_descriptions[which_description]
	document.getElementById('text_container').innerHTML = product_descriptions[which_description]
}


var currentshown=1;

function showdiv(thediv){
document.getElementById('product_info'+currentshown).style.display='none';
document.getElementById('product_info'+thediv).style.display='block';
document.getElementById('tabs'+currentshown).style.display='none';
document.getElementById('tabs'+thediv).style.display='block';
currentshown=thediv;
}


function validate() {

//alert ("hello");

incomplete="false";

	thisForm = document.basketForm
	
	//alert (thisForm.quantity.value);	
	
	//if ( isNaN(parseInt(thisForm.quantity.value)) ) {
			//alert("Please enter a valid number!");
		//thisForm.quantity.focus();
		//incomplete="true";
	//}
	
	if ( isNaN(thisForm.quantity.value) ) {
		alert("Please enter a valid number!");
		thisForm.quantity.focus();
		incomplete="true";
	   }
	
	
	if ((thisForm.quantity.value)< 0) {
			alert("You entered a negative number for quantity!");
		thisForm.quantity.focus();
		incomplete="true";
	}

	if ((thisForm.quantity.value)==0) {
			alert("You entered 0 for quantity!");
		thisForm.quantity.focus();
		incomplete="true";
	}


	if (incomplete!="true") {
		submit_it();
	}
}

function submit_it() {
	thisForm = document.basketForm
	thisForm.submit();
}


function echocontents(theContent){
	document.write(theContent);
}


var cached=0;

if (document.images){

the_homeadvice_on = new Image();
the_homeadvice_on.src = "/nav2/advice_on.gif";

the_homecontact_on = new Image();
the_homecontact_on.src = "/nav2/contact_on.gif";

the_homecredentials_on = new Image();
the_homecredentials_on.src = "/nav2/credentials_on.gif";

the_homehome_on = new Image();
the_homehome_on.src = "/nav2/home_on.gif";

the_homeinfo_on = new Image();
the_homeinfo_on.src = "/nav2/info_on.gif";

the_homeproducts_on = new Image();
the_homeproducts_on.src = "/nav2/products_on.gif";

the_homeremedy_on = new Image();
the_homeremedy_on.src = "/nav2/remedy_on.gif";

the_hometestimonials_on = new Image();
the_hometestimonials_on.src = "/nav2/testimonials_on.gif";



the_advice_over = new Image();
the_advice_over.src = "/nav/advice_over.gif";

the_contact_over = new Image();
the_contact_over.src = "/nav/contact_over.gif";

the_credentials_over = new Image();
the_credentials_over.src = "/nav/credentials_over.gif";

the_home_over = new Image();
the_home_over.src = "/nav/home_over.gif";

the_info_over = new Image();
the_info_over.src = "/nav/info_over.gif";

the_products_over = new Image();
the_products_over.src = "/nav/products_over.gif";

the_remedy_over = new Image();
the_remedy_over.src = "/nav/remedy_over.gif";

the_testimonials_over = new Image();
the_testimonials_over.src = "/nav/testimonials_over.gif";



the_thumb1_over = new Image();
the_thumb1_over.src = "/images/thumb/1_on.jpg";

the_thumb2_over = new Image();
the_thumb2_over.src = "/images/thumb/2_on.jpg";

the_thumb3_over = new Image();
the_thumb3_over.src = "/images/thumb/3_on.jpg";

the_thumb4_over = new Image();
the_thumb4_over.src = "/images/thumb/4_on.jpg";

the_thumb5_over = new Image();
the_thumb5_over.src = "/images/thumb/5_on.jpg";

the_thumb6_over = new Image();
the_thumb6_over.src = "/images/thumb/6_on.jpg";

the_thumb7_over = new Image();
the_thumb7_over.src = "/images/thumb/7_on.jpg";


cached=1;
}

