function fmenu(){
	if (document.referrer.length !=0 ){
		if (linkfrom = document.referrer.match(/\/+([sf])+([0-9]+)\.html$/)) {
			if (linkfrom.length >= 2) {
				if(linkfrom[1]=="s"){
			   		window.document.fmenu.SetVariable("_root.linkfrom", parseInt(linkfrom[2],10));
				}else if(linkfrom[1]=="f"){
			   		window.document.fmenu.SetVariable("_root.linkfrom", parseInt(linkfrom[2],10)+101);
				}
		   	}
	 	}
	}
	
	window.document.fmenu.GotoFrame(2);
	window.document.fmenu.Play();
}
