function rollover(id){
    document.getElementById(id).style.backgroundColor = '#fff';
}

function rollout(id){
    document.getElementById(id).style.backgroundColor = '#cacc07';
}

function thefocus(id){
    document.getElementById(id).style.backgroundColor = '#cacc07';
	document.getElementById(id).style.color = '#ccc';
	document.getElementById(id).value = '';
}

function theblure(id){
    document.getElementById(id).style.backgroundColor = '#fff';
	document.getElementById(id).style.color = '#999';
	
}

function rollover_submit(id){
    document.getElementById(id).style.backgroundColor = '#333';
	document.getElementById(id).style.color = '#cacc07';
}

function rollout_submit(id){
    document.getElementById(id).style.backgroundColor = '#cacc07';
	document.getElementById(id).style.color = '#333';
}


function thefocusContact(id){
    document.getElementById(id).style.backgroundColor = '#cacc07';
	document.getElementById(id).style.color = '#fff';
	document.getElementById(id).value = '';
}

function theblureContact(id){
    document.getElementById(id).style.backgroundColor = '#333';
	document.getElementById(id).style.color = '#aaa';
	
}

function PopupImage(p1, p2, p3) { 
	titre="Agrandissement"; 
	w=open("",'image','width=450,height=450,toolbar=no,scrollbars=no,resizable=no'); 
	w.document.write("<HTML><HEAD><TITLE>"+titre+"</TITLE><link rel=\"stylesheet\" type=\"text/css\" href=\"core/css/style.css\" /></HEAD>"); 
	w.document.write("<BODY leftMargin=0 topMargin=0 marginwidth=0 marginheight=0>");
	w.document.write("<p class=\"applet-box\">Circulez avec votre souris sur les visuels, baladez-vous de gauche à droite et de bas en haut, vous pouvez également zoomer sur la photo. Bonne visite virtuelle du Wex </p>");
	w.document.write("<div class=\"applet-box\"> <img src=\"core/images/template/immovisit.jpg\" alt=\"photo\" /> <applet code=\""+p1+"\" width=\"360\" height=\"240\"><param name=\"codebase\" value=\"content/virtual-tour/\" /><param name=\""+p2+"\" value=\""+p3+"\"></applet>"); 
	w.document.write("</BODY></HTML>"); 
	w.document.close(); 
}