	
	function thisMovie(movieName) {
		var isIE = navigator.appName.indexOf("Microsoft") != -1;
		return (isIE) ? window[movieName] : document[movieName];
	}
	//on out
	function onOutsideFlash(){
		//alert("OUTSIDE Flash");
		thisMovie("ScrollerHome").asFunc_MouseOut();
	}
	//on over
	function onInsideFlash(){
		//alert("INSIDE Flash");
		thisMovie("ScrollerHome").asFunc_MouseOver();
	}
