//gestion des PNG
ie6=false
if (navigator.userAgent.indexOf("MSIE 6") != -1) {
    ie6 = true;
}

function TournevisActif(){
	$('#rub_0').css('backgroundImage','url(images/tournevis_2.gif)');
	$('#rub_0').css("height","170px");
	$('#rub_0').css("width","180px");
}
function OptionInactive(){
	$('#rub_0').css('backgroundImage','url(images/tournevis_1.gif)');
	$('#rub_1').css('backgroundImage','url(images/carton_1.gif)');
	$('#rub_2').css('backgroundImage','url(images/cube_1.gif)');
	$('#rub_3').css('backgroundImage','url(images/avion_1.gif)');
	$('#rub_4').css('backgroundImage','url(images/casque_1.gif)');
}

function CartonActif(){
	$('#rub_1').css('backgroundImage','url(images/carton_2.gif)');
	$('#rub_1').css("height","170px");
	$('#rub_1').css("width","180px");
}
function CubeActif(){
	$('#rub_2').css('backgroundImage','url(images/cube_2.gif)');
	$('#rub_2').css("height","170px");
	$('#rub_2').css("width","180px");
}
function AvionActif(){
	$('#rub_3').css('backgroundImage','url(images/avion_2.gif)');
	$('#rub_3').css("height","170px");
	$('#rub_3').css("width","180px");
}
function CasqueActif(){
	$('#rub_4').css('backgroundImage','url(images/casque_2.gif)');
	$('#rub_4').css("height","170px");
	$('#rub_4').css("width","180px");
}



function suividemo(){
 $("#iframeconv")[0].src = 'suividemo.html';
}
function suivimail(){
 $("#iframeconv")[0].src = 'suivimail.html';
}
function suivicontact(){
 $("#iframeconv")[0].src = 'suivicontact.html';
}

function hidepopupcontact(){
	$("#popupcontact").fadeOut(300);
	$("#TB_overlaypopup")[0].style.display = 'none';
}

function showpopupcontact(){
	//this.hidepopup();
	suivicontact();
	$("#TB_overlaypopup")[0].style.display = 'block'
	if(ie6){
		$("#popupcontact")[0].style.width = '381px';
		$("#popupcontact")[0].style.height = '460px';
	}
	
	$("#popupcontact").fadeIn(500);
	
	
	if(document.getElementById('contact_interne').offsetTop > 120){
		document.getElementById('popupcontact').style.top = (document.getElementById('contact_interne').offsetTop - 480)+ 'px';	
	}
	else{
		document.getElementById('popupcontact').style.top = (document.getElementById('contact_interne').offsetTop - 240)+ 'px';	
	}
}

function SendMail(){
	var sName = document.getElementById('name').value;		
	var sMail = document.getElementById('email').value;		
	var sTel = document.getElementById('tel').value;		
	var sMsg = document.getElementById('commentaires').value;		
	document.getElementById('mailphp').src = 'http://www.ugosoftware.com/mail.asp?name='+sName+'&email='+sMail+'&tel='+sTel+'&commentaires='+sMsg;
	document.getElementById('mailphp').style.visibility = 'visible';
	document.getElementById('name').value = '';
	document.getElementById('email').value = '';	
	document.getElementById('tel').value	 = '';
	document.getElementById('commentaires').value = '';
}
