// Top navigation - techshow
var IEx = navigator.appName.indexOf("Microsoft") != -1;
function init()
{
	flashObj = IEx ? Fmovie : document.Fmovie;
	flashObj.TGotoFrame("_root/mc",3)
	flashObj.SetVariable( "_root.stmenu", "2")
}

function init2()
{
	linebarObj = IEx ? linebar : document.linebar;
	linebarObj.TGotoFrame("_root/mc",3)
}
