function bOver(img,name){
	document.images[name].src = "img/" + img + "_f.gif";
}
function bOut(img,name){
	document.images[name].src = "img/" + img + ".gif";
}
function RunFoo(){
	document.write('<object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=5,0,0,0" WIDTH=640 HEIGHT=200>\n');
	document.write('<param name="movie" value="main.swf" />\n');
	document.write('<PARAM NAME=movie VALUE="main.swf">\n');
	document.write('<PARAM NAME=quality VALUE=high>\n');
	document.write('<PARAM NAME=bgcolor VALUE=#FFFFFF>\n');
	document.write('<EMBED src="main.swf" quality=high bgcolor=#FFFFFF  WIDTH=640 HEIGHT=200 TYPE="application/x-shockwave-flash" PLUGINSPAGE="http://www.macromedia.com/shockwave/download/index.cgi?P1_Prod_Version=ShockwaveFlash">\n');
	document.write('</EMBED>\n');
	document.write('</object>\n');
}
