

function showFlashNav(whichPage) {

var theEmbed = "<embed src='si_flash_nav.swf?whichPage=";

theEmbed = theEmbed + whichPage;

theEmbed = theEmbed + "' loop='false' quality='best' bgcolor='#ffffff' wmode='transparent' width='775' height='100' name='si_flash_nav' align='middle' allowScriptAccess='sameDomain' type='application/x-shockwave-flash' pluginspage='http://www.macromedia.com/go/getflashplayer' />";

document.write(theEmbed);

}
