function nav(pos){
document.write('<object type="application/x-shockwave-flash" data="menubar_grey_vert.swf" width="129" height="350">');
document.write('<embed src="menubar_grey_vert.swf" width="129" height="350" quality="high" bgcolor="#CCCCCC" wmode="transparent" pluginspage="http://www.macromedia.com/go/getflashplayer" type="application/x-shockwave-flash">');
document.write('<param name="quality" value="high" />');
document.write('<param name="wmode" value="transparent" />');
document.write('<param name="bgcolor" value="#cccccc" />');
document.write('<param name="movie" value="menubar_grey_vert.swf" /></object>');
}

function team(){
document.write('<object type="application/x-shockwave-flash" data="meetintro.swf" width="750" height="450">');
document.write('<param name="quality" value="high" />');
document.write('<param name="bgcolor" value="#cccccc" />');
document.write('<param name="movie" value="meetintro.swf" /></object>');
}

function insertFlash(file,width,height){

document.write('<object type="application/x-shockwave-flash" data="'+ file +'" width="'+ width +'" height="'+ height +'">');
document.write('<embed src="'+ file +'" width="'+ width +'" height="'+ height +'" quality="high" bgcolor="#CCCCCC" wmode="transparent" pluginspage="http://www.macromedia.com/go/getflashplayer" type="application/x-shockwave-flash">');
document.write('<param name="allowScriptAccess" value="sameDomain" />');
document.write('<param name="quality" value="high" />');
document.write('<param name="wmode" value="transparent" />');
document.write('<param name="movie" value="'+ file +'" />');
document.write('<embed src="'+file+'" width="'+ width +'" height="'+ height +'"');
document.write('allowFullScreen="true" allowScriptAccess="sameDomain" quality="high" bgcolor="#1F3D1F" wmode="window"');
document.write('pluginspage="http://www.macromedia.com/go/getflashplayer"');
document.write('type="application/x-shockwave-flash"></embed></object>');

}

function image(file,width,height){
document.write('<object type="application/x-shockwave-flash" data="image.swf" width="'+width+'" height="'+ height +'">');
document.write('<param name="quality" value="high" />');
document.write('<param name=FlashVars value="image='+file+'" />');
document.write('<param name="bgcolor" value="#A80000" />');
document.write('<param name="wmode" value="transparent" />');
document.write('<param name="movie" value="image.swf" />');
document.write('<embed src="images/image.swf" width="'+width+'" height="'+ height +'"');
document.write('FlashVars="image='+file+'"');
document.write('allowFullScreen="true" quality="high" bgcolor="#1F3D1F" wmode="window"');
document.write('pluginspage="http://www.macromedia.com/go/getflashplayer"');
document.write('type="application/x-shockwave-flash"></embed></object>');
}
