function menuOver(cell){
	cell.className='selmenu';
}

function menuOut(cell){
	cell.className='notselmenu';	
}


function loadPages(menufr , mainfr){
        if (mainfr)
			parent.frames["mainFrame"].location.href = mainfr;
        parent.frames["leftFrame"].location.href = menufr;	
}


function menuHome() {
		loadPages("/menu.htm", "/main.htm");
}

function menuProduits() {
		loadPages("/menuProduits.htm", "/produits.htm");
}

function menuDocumentation() {
		loadPages("/doc/menu.htm", "/doc/");
}


function menuDivers() {
		loadPages("/menuDivers.htm", "/divers.htm");
}

function menuAdmin() {
		loadPages("/menu.htm", "/perso/");
}

function menuCommande() {
		loadPages("/menu.htm", "/commande.htm");
}

function menuAide() {
		loadPages("/menu.htm", "/aide.htm");
}

function menuForum() {
		loadPages("/menu.htm", "/forum.htm");
}

function menuPH006(){
		loadPages("/menuProduits.htm", "/PH006/");
}

function menuPH099(){
		loadPages("/menuProduits.htm", "/PH099/");
}

function menuPH007(){
		loadPages("/menuProduits.htm", "/PH007/");
}

function menuPH008(){
		loadPages("/menuProduits.htm", "/PH008/");
}

function menuPH108(){
		loadPages("/menuProduits.htm", "/PH108/");
}

function menuPH301(){
		loadPages("/menuProduits.htm", "/PH301/");
}

function menuPH501(){
		loadPages("/menuProduits.htm", "/PH501/");
}

function menuPH502(){
		loadPages("/menuProduits.htm", "/PH502/");
}

function menuPH601(){
		loadPages("/menuProduits.htm", "/PH601/");
}

function menuPHNETMGR(){
		loadPages("/menuProduits.htm", "/PHNETMGR/");
}

