
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="Instytut Nafty i Gazu - "+x
document.title=x
}
function opw() {
conf='toolbar=no, location=no, directories=no, status=no, menubar=no, width=650, height=425, top='+(screen.height-425)/2+', left='+(screen.width-650)/2+', scrollbars=no, resizable=no';
window.open('zn.html',null,conf);
}
function titbpk() {
x=document.title 
x="INiG - Bran¿owy Punkt Kontaktowy - "+x
document.title=x
}

function showMenu(el, pos){
	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=pos
	if (window.menuobj) menuobj.thestyle.visibility="visible"
	return false
}

function hidemenu(){
	if (window.menuobj) menuobj.thestyle.visibility=(ie4||ns6)? "hidden" : "hide"
}

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



