function PopUpTrophee(ID) { 
	searchWin1=window.open('POP_Trophee.asp?ID='+ID,'APLTrophee','top=10,left=10, toolbar=0,menubar=0,scrollbars=1,status=0,resizable=0,width=625,height=500');
	searchWin1.focus();	
	}		

function PopUpRecord(ID) { 
	searchWin4=window.open('POP_Record.asp?ID='+ID,'APLRecord','top=10,left=10, toolbar=0,menubar=0,scrollbars=1,status=0,resizable=0,width=625,height=500');
	searchWin4.focus();	
	}
	
function PopUpQuiz(URL) { 
	searchWin4=window.open(URL,'APLQuiz','top=10,left=10, toolbar=0,menubar=0,scrollbars=1,status=0,resizable=0,width=625,height=500');
	searchWin4.focus();	
	}
	
function PopUpVendre(ID) { 
	searchWin10=window.open('POP_Vendre.asp?ID='+ID,'APLTrophee','top=10,left=10, toolbar=0,menubar=0,scrollbars=1,status=0,resizable=0,width=625,height=500');
	searchWin10.focus();	
	}		
		
function PopUpDocument(ID,T) { 
	searchWin2=window.open('POP_Document.asp?ID='+ID+'&T='+T,'APLDocument','top=0,left=0, toolbar=1,menubar=1,scrollbars=1,status=0,resizable=1,width=625,height=500');
	searchWin2.focus();	
	}			
		
function PopUpInfo(T) { 
	searchWin3=window.open('POP_Info.asp?T='+T,'APLInfo','top=0,left=0, toolbar=1,menubar=1,scrollbars=1,status=0,resizable=1,width=625,height=400');
	searchWin3.focus();	
	}		

function PopUpJoke(T) { 
	searchWin3=window.open('POP_Jokes.asp?ID='+T,'APLInfo','top=0,left=0, toolbar=1,menubar=1,scrollbars=1,status=0,resizable=1,width=625,height=400');
	searchWin3.focus();	
	}		

function PopUpListe(URL) { 
	searchWin3=window.open(URL,'APLListe','top=0,left=0, toolbar=1,menubar=1,scrollbars=1,status=0,resizable=1,width=600,height=400');
	searchWin3.focus();	
	}	
	
function PopUp(URL) { 
	searchWin3=window.open(URL,'APL','top=0,left=0, toolbar=1,menubar=1,scrollbars=1,status=0,resizable=1,width=600,height=400');
	searchWin3.focus();	
	}		
	
function PopUpGalerie(ID) { 
	searchWin4=window.open('Pop_Galerie.asp?ID=' + ID,'APL','top=0,left=0, toolbar=1,menubar=1,scrollbars=1,status=0,resizable=1,width=700,height=550');
	searchWin4.focus();	
	}	
		
function changeC(daItem,daStyle) {
		if (document.getElementById(daItem).className == "link1hOn"){
		}else if (document.getElementById(daItem).className == "link4hOn"){
		}else{
		document.getElementById(daItem).className = daStyle;
		}
	}

function changeV(daLayer) {
	if (document.getElementById(daLayer).style.visibility == "hidden") {
		document.getElementById(daLayer).style.visibility = "visible";
		}else{
		document.getElementById(daLayer).style.visibility = "hidden";
		}
	}	
	
	function ShowDiv(DivID) {
		(document.all)? (document.all[DivID].style.visibility = 'visible') : (document.layers[DivID].visibility = 'show');	
		}
			
	function HideDiv(DivID) {
		(document.all)? (document.all[DivID].style.visibility = 'hidden') : (document.layers[DivID].visibility = 'hide');
		}
