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