function visibilite(thingId){
	var targetElement;
	targetElement = document.getElementById(thingId) ;
	if (targetElement.style.display == "none")
	{
	targetElement.style.display = "" ;
	} else {
	targetElement.style.display = "none" ;
	}
}

function doNew(rubrique){
	if(navigator.appName == "Netscape" && navigator.appVersion < 3){
		myWind = window.open("http://edimage.ca/edimage/fr/faq/info/impre.cfm?Id=" + rubrique, "faqinfo", "height=200,width=300")
		myWind.creator = window
	}
	else{
		myWind = window.open("http://edimage.ca/edimage/fr/faq/info/impre.cfm?Id=" + rubrique, "faqinfo", "height=200,width=300")
	}
}

function doNew2(url){
	if(navigator.appName == "Netscape" && navigator.appVersion < 3){
		myWind = window.open(url, "telechargement", "height=300,width=400")
		myWind.creator = window
	}
	else{
		myWind = window.open(url, "telechargement", "height=300,width=400")
	}
}

function doNew3(url){
	if(navigator.appName == "Netscape" && navigator.appVersion < 3){
		myWind = window.open(url, "album", "resize=yes,scrollbars=yes,height=400,width=640")
		myWind.creator = window
	}
	else{
		myWind = window.open(url, "album", "resize=yes,scrollbars=yes,height=400,width=640")
	}
}

function doNew4(url){
	if(navigator.appName == "Netscape" && navigator.appVersion < 3){
		myWind = window.open(url, "album", "resize=yes,scrollbars=yes,height=450,width=760")
		myWind.creator = window
	}
	else{
		myWind = window.open(url, "album", "resize=yes,scrollbars=yes,height=450,width=760")
	}
}

function doNew5(url){
	if(navigator.appName == "Netscape" && navigator.appVersion < 3){
		myWind = window.open(url, "album", "resize=yes,scrollbars=yes,height=450,width=940")
		myWind.creator = window
	}
	else{
		myWind = window.open(url, "album", "resize=yes,scrollbars=yes,height=450,width=940")
	}
}

function doNewDyn(url, titre, toolbar, location, dir, status, menubar, resize, scroll, height, width){
	if(navigator.appName == "Netscape" && navigator.appVersion < 3){
		myWind = window.open(url, titre, "toolbar=" + toolbar + ",location=" + location + ",directories=" + dir + ",status=" + status + ",menubar=" + menubar + "resize=" + resize + ",scrollbars=" + scroll + ",height=" + height + ",width=" + width)
		myWind.creator = window
	}
	else{
		myWind = window.open(url, titre, "toolbar=" + toolbar + ",location=" + location + ",directories=" + dir + ",status=" + status + ",menubar=" + menubar + "resize=" + resize + ",scrollbars=" + scroll + ",height=" + height + ",width=" + width)
	}
}
