var compuType;
var browserName=navigator.appName;
	
if (navigator.appVersion.indexOf("Mac") > 0 ) compuType = "MAC";
else compuType = "PC";//alert("Vous êtes présentement sur un ordinateur " + compuType)

window.status = "Les Productions Pelletier vous présente ...";

function show(id){if(document.layers) document.layers[id].visibility = "show";else if(document.all) document.all[id].style.visibility = "visible";else if(document.getElementById) document.getElementById(id).style.visibility = "visible"}	
function hide(id){if(document.layers) document.layers[id].visibility = "hide";else if(document.all) document.all[id].style.visibility = "hidden";else if(document.getElementById) document.getElementById(id).style.visibility = "hidden"}
function GoToPage(){if(document.moteur.Artist_List.value!="Non") location.href=document.moteur.Artist_List.value}
function PopUp(page, width, height, name)
{
        var window_style = "left=300,top=250,screenX=200,screenY=150,toolbar=no,location=no,directories=no,status=no,menubar=no,scrollbars=no,resizable=no,width=" + width + ",height=" + height;
        var redirectWindow = window.open(page, name, window_style);
}

function SendPageTo(){location.href = "mailto:?subject=Je recommande fortement d'aller visiter cet excellent site Web ...&body=Pour y aller, rendez vous au: " + PageName}

function Recherche(arborescense)
{
	var Motclef_JS = "";				
	if (document.layers) Motclef_JS = document.Search.document.moteur.motclef.value;
	else Motclef_JS = document.moteur.motclef.value;						
	if (Motclef_JS == ""){show('SearchMsg');setTimeout("hide('SearchMsg');moteur.motclef.focus()", 5500)}
	else 
	{
	if(arborescense == null)
	   arborescense = 1;
	
	prefixe = "";
	
	for(index = 0; index < arborescense; index++)
	   prefixe += "../";
	   
        location.href = prefixe + "recherche.php?motclef=" + Motclef_JS;			
	}
}	