
activeMenuParent = 0
activeMenu = 0
curMenu = 0
btnMenu = null
menuOn = false

var myFrame = "<iframe id='Hfrm' style='visibility:hidden;position:absolute;border-style:hidden;border:none;top:0px;left:0px;width:0px;height:0px;z-index:98;filter:alpha(opacity=80, finishopacity=300, style=1, startx=0, starty=0, finishx=140, finishy=270);-moz-opacity:.9;'>asdasds</iframe>"
document.write(myFrame)

if ((is.mac) && (is.ie))
{
	document.getElementById("ddimagetabs").style.cssFloat="both";
}
prev = 0
function chgBgk(e)
{
	e.parentNode.style.background=""
	if ((prev != 0) && (prev != e)) {
		prev.parentNode.style.background=""
	}
	prev = e
}
function chgBgk1(e)
{
	prev.parentNode.style.background=""
}

