/* Functionmenu.js Stargate 13 - Crée le 28/10/06 - Nom de code: Odyssée Pégase */
/* Auteur: Jackoneil - Version: 1.0.0 */


function opendhd()
{
	document.getElementById('menu1').style.visibility='visible';
	document.getElementById('infodhd').innerHTML = 'GATE ENGAGED';
}

function closedhd()
{
	document.getElementById('menu1').style.visibility='hidden';
	document.getElementById('infodhd').innerHTML = 'IDLE';
}

function onmenudhd()
{
	document.getElementById('infodhd').innerHTML = 'GATE ENGAGED';
}

function infodhd1on()
{
	document.getElementById('infodhd').innerHTML = 'OPEN GATE';
}

function infodhd1out()
{
	document.getElementById('infodhd').innerHTML = 'IDLE';
}