function new_color(highlightcolor){
        source=event.srcElement
        if (source.tagName=="TR"||source.tagName=="TABLE")
        return
        while(source.tagName!="TD")
        source=source.parentElement
        if (source.style.backgroundColor!=highlightcolor&&source.id!="ignore")
        source.style.backgroundColor=highlightcolor
}

function old_color(originalcolor){
        if (event.fromElement.contains(event.toElement)||source.contains(event.toElement)||source.id=="ignore")
        return
        if (event.toElement!=source)
        source.style.backgroundColor=originalcolor
}

function KeePopup(go,w,h) {
	if (!w) { w = 800 }
	if (!h) { h = 600 }
        keepopup = window.open(go, 'KEEPOPUP','width='+w+',height='+h+',top=50,left=50,location=no,status=no,scrollbars=yes');
        keepopup.focus();
}


function popupimg(go,w,h) {
        window.open(go, 'POPUPIMG','width='+w+',height='+h+',top=50,left=50,location=no,status=no');
}


function flashtest() {
	window.open('../index.php?NAVI=test','newwindow','width='+(screen.width - 10)+',height='+(screen.height - 30)+',top=0,left=0,directories=0,fullscreen=0,location=0,menubar=1,scrollbars=0,status=0,toolbar=0')
	}

function showmenuback() {
	document.location.href = document.location.href+'-556'
}

function chat(ref){
	chataubelia = window.open("chat_popup.php?ref=" + ref,"chataubelia","width=580,height=540,scrollbars=yes");
}

function chat_ru(ref,dest_ru){
	chatruaubelia = window.open("chat_popup.php?ref=" + ref + "&id_fichier=" + dest_ru,"chatruaubelia" + dest_ru,"width=560,height=540,scrollbars=no");
}