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