// JavaScript Document

 function swf_mouseOver()
{
var mySwf = document.getElementById("swf_gallery");
//target swfObject instance to interact with
	//call a function in it
	mySwf.swf_mouseOver();
}