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