// JavaScript Document
function RunFlash() {
	document.write('<object type="application/x-shockwave-flash" data="images/logo.swf" width="100%" 										height="100%">\n');
    	document.write('<param name="movie" value="images/logo.swf">\n');   
    	document.write('</object>\n');
}


