function memoirechemin(codeRubrique,codeSousRubrique)
{
	//parent.VO_MenuDroite.memoire.chemininternaute_nompage.value=document.body.name;
	//parent.VO_MenuDroite.memoire.rubrique_code.value=codeRubrique;
	//parent.VO_MenuDroite.memoire.sousrubrique_code.value=codeSousRubrique;
	//parent.VO_MenuDroite.afficheNavigation();
}

<!--
if (document.layers)
{
    window.captureEvents(Event.MOUSEDOWN | Event.MOUSEUP)
    window.onmousedown=rightclick;
    window.onmouseup=rightclick;

    function rightclick(e)
	{
    	if (e.which == 3) {
    		// Put right mouse code here
    		alert('Source indisponible.');
    		return false;
    	}
   	 	else {
        	return true;
        }
    }
}
if (document.all)
{
	function click()
	{
		if (event.button==2) {
			alert('Source indisponible.');
			return false;
		}
		if (event.button==3) {
			alert('Source indisponible');
			return false;
		}
	}
    document.onmousedown=click
}

function afficherFormIP()
{
	popNewsLetter = window.open("../ip_verification_formulaire.php","IP","Width=400px,Height=220px,scrollbars=0,status=0");
}

function HomePage(aUrlSite, obj)
{
	obj.style.behavior='url(#default#homepage)';
	obj.setHomePage(aUrlSite);
}

function addPageToMyFavorite(aPageUrl, aPageName) {
	
	qtitle = ""+aPageName;

	if( window.sidebar && window.sidebar.addPanel ) {
		//Gecko (Netscape 6 etc.) - add to Sidebar
		window.sidebar.addPanel(qtitle, aPageUrl, '' );
	} else if( window.external && ( navigator.platform == 'Win32' || ( window.ScriptEngine && ScriptEngine().indexOf('InScript') + 1 ) ) ) {
		//IE Win32 or iCab - 
		window.external.AddFavorite(aPageUrl,qtitle);
	} else if( window.opera && window.print ) {
		//Opera 6+ - add as sidebar panel to Hotlist
		return true;
	} else if( document.layers ) {
		//NS4 & Escape - tell them how to add a bookmark quickly (adds current page,
		//not target page)
		window.alert( 'Please click OK then press Ctrl+D to create a bookmark' );
	} else {
		//other browsers - tell them to add a bookmark (adds current page, not target page)
		window.alert( 'Please use your browser\'s bookmarking facility to create a bookmark' );
	}
	return false;
}
// -->