var skinArray = new Array();
skinArray[0] = "white";
skinArray[1] = "ivory";
skinArray[2] = "beige";
skinArray[3] = "lightbrown";
skinArray[4] = "medbrown";
skinArray[5] = "darkbrownblack";

var hairArray = new Array();
hairArray[0] = "blonde";
hairArray[1] = "whitegrey";
hairArray[2] = "red";
hairArray[3] = "lightbrown";
hairArray[4] = "medbrown";
hairArray[5] = "darkbrown";
hairArray[6] = "black";



var test1 = 0;
var test2 = 0;

function skinOver(div1,div2){
for(i=1;i<=div2;++i){
if(i==div1){
	$('#skintone_img'+i).attr('src','triawebstore2/images/uk/home/hair_stage_'+i+'_over.jpg');
	}
	else{
	$('#skintone_img'+i).attr('src','triawebstore2/images/uk/home/hair_stage_'+i+'.jpg');	
	}
}
	
}
function skinOut(div1,div2){
	$('#skintone_img'+div1).attr('src','triawebstore2/images/uk/home/hair_stage_'+div1+'.jpg');
}


function skinClick(div1,div2){
for(i=1;i<=div2;++i){
if(i==div1){
	$('#skintone_img'+i+'_click').attr('src','triawebstore2/images/uk/home/hair_stage_'+i+'_click.jpg');
	$('#skintone_img'+i+'_click').css('display','block');
	$('#skintone_img'+i).css('display','none');
	
	}
else{
	$('#skintone_img'+i+'_click').css('display','none');
	$('#skintone_img'+i).css('display','block');
}
}
test1 = div1;
if (test1 != 0 && test2 != 0) {
	if (test2<4) {$('#second_select').html('<div class="result2"><span class="result_head2">The TRIA Laser works only on brown or black body hair.</span><p class="bodycopy">It does not work on blonde, grey, white, or red body hair. These hairs, even if dyed, do not contain enough pigment to absorb the laser light. (Even professional laser hair removal systems that are used in medical clinics are not effective on these hair colours.)</p></div>');}
	else if (test1>4) {$('#second_select').html('<div class="result2"><span class="result_head2">TRIA Laser is not safe for your skin tone.</span><p class="bodycopy">People with dark skin tones have a higher risk of skin injury with the TRIA Laser because of higher levels of melanin in the skin. Melanin is the pigment that gives skin its beautiful brown colouring.</p></div>');}
	else {$('#second_select').html('<div class="result3"><span class="result_head">TRIA Laser will work for you!</span><p class="bodycopy">It can deliver you the permanent results you crave and a lifetime of silky, smooth skin so you can be free of unwanted hair and confident.<br /><br /><a href="addProductsByCode_uk.htm?product=tria_laser_hair_removal_device"><img src="triawebstore2/images/uk/home/order-now.jpg"></a></p></div>');}}

	div1 -= 1;	
	var send_color = skinArray[div1];
	_gaq.push(['_trackEvent', 'apps', 'select_skin', send_color]);

}


function skinOver2(div1,div2){
for(i=1;i<=div2;++i){
if(i==div1){

	$('#skintone2_img'+i).attr('src','triawebstore2/images/uk/home/hair2_stage_'+i+'_over.jpg');
	}
	else{
	$('#skintone2_img'+i).attr('src','triawebstore2/images/uk/home/hair2_stage_'+i+'.jpg');	
	}
}
	
}
function skinOut2(div1,div2){
	$('#skintone2_img'+div1).attr('src','triawebstore2/images/uk/home/hair2_stage_'+div1+'.jpg');
}

function skinClick2(div1,div2){
for(i=1;i<=div2;++i){
if(i==div1){
	$('#skintone2_img'+i+'_click').attr('src','triawebstore2/images/uk/home/hair2_stage_'+i+'_click.jpg');
	$('#skintone2_img'+i+'_click').css('display','block');
	$('#skintone2_img'+i).css('display','none');
	
	}
else{
	$('#skintone2_img'+i+'_click').css('display','none');
	$('#skintone2_img'+i).css('display','block');
}
	
}
test2 = div1;
if (test1 != 0 && test2 != 0) {
	if (test2<4) {$('#second_select').html('<div class="result2"><span class="result_head2">The TRIA Laser works only on brown or black body hair.</span><p class="bodycopy">It does not work on blonde, grey, white, or red body hair. These hairs, even if dyed, do not contain enough pigment to absorb the laser light. (Even professional laser hair removal systems that are used in medical clinics are not effective on these hair colours.)</p></div>');}
	else if (test1>4) {$('#second_select').html('<div class="result2"><span class="result_head2">TRIA Laser is not safe for your skin tone.</span><p class="bodycopy">People with dark skin tones have a higher risk of skin injury with the TRIA Laser because of higher levels of melanin in the skin. Melanin is the pigment that gives skin its beautiful brown colouring.</p></div>');}
	else {$('#second_select').html('<div class="result3"><span class="result_head">TRIA Laser will work for you!</span><p class="bodycopy">It can deliver you the permanent results you crave and a lifetime of silky, smooth skin so you can be free of unwanted hair and confident.<br /><br /><a href="addProductsByCode_uk.htm?product=tria_laser_hair_removal_device"><img src="triawebstore2/images/uk/home/order-now.jpg"></a></p></div>');}}
	
	div1 -= 1;	
	var send_color = hairArray[div1];
	_gaq.push(['_trackEvent', 'apps', 'select_hair', send_color]);

}
