
var ie4=document.all&&navigator.userAgent.indexOf("Opera")==-1
var ns6=document.getElementById&&!document.all
var ns4=document.layers

function tit() {
x=document.title 
x="Oil and Gas Institute - "+x
document.title=x
}

function showMenu(el){
	if (!document.all&&!document.getElementById&&!document.layers) return

	clearhidemenu()
	hidemenu()

	linkobj = ie4? eval("document.all." + el) : ns6? document.getElementById(el) : ns4? eval("document." + el) : ""
	linkobj.thestyle = (ie4||ns6)? linkobj.style : linkobj
	menuobj = ie4? eval("document.all." + el + 'lista') : ns6? document.getElementById(el + 'lista') : ns4? eval("document." + el + "lista") : ""
	if (window.menuobj) menuobj.thestyle = (ie4||ns6)? menuobj.style : menuobj

	if (window.menuobj) menuobj.thestyle.left=linkobj.offsetLeft
	if (window.menuobj) menuobj.thestyle.top=167
	linkobj.thestyle.backgroundColor='lightyellow'
	linkobj.thestyle.borderLeft='solid 1px darkgreen'
	linkobj.thestyle.borderRight='solid 1px darkgreen'

	if (window.menuobj) menuobj.thestyle.visibility="visible"
	return false
}

function hidemenu(){
	if (window.menuobj) menuobj.thestyle.visibility=(ie4||ns6)? "hidden" : "hide"
	if (window.linkobj) linkobj.thestyle.backgroundColor='white'
	if (window.linkobj) linkobj.thestyle.borderLeft='solid 1px white'
	if (window.linkobj) linkobj.thestyle.borderRight='solid 1px white'
}

function delayhidemenu(){
	if (ie4||ns6||ns4) delayhide=setTimeout("hidemenu()",250)
}

function clearhidemenu(){
	if (window.delayhide) clearTimeout(delayhide)
}
function uc(){
alert('Sorry, English version of this WebSite is under contruction')
}

if (ie4||ns6) document.onclick=hidemenu


