// JavaScript Document
function showGallery() {	
	document.write('<object classid="clsid:d27cdb6e-ae6d-11cf-96b8-444553540000" codebase="http://fpdownload.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=7,0,0,0" width="400" height="325" id="slideshow" align="middle">');
    document.write('<param name="allowScriptAccess" value="sameDomain" />');
    document.write('<param name="movie" value="/gallery/slideshow.swf" />');
	document.write('<param name="quality" value="high" />');
    document.write('<param name="bgcolor" value="#ffffff" />');
	document.write('<param name="FlashVars" value="xmlfile=/gallery/galleryxml.php" />');
	document.write('<embed FlashVars="xmlfile=/gallery/galleryxml.php" src="/gallery/slideshow.swf" quality="high" bgcolor="#ffffff" width="400" height="325" name="slideshow" align="middle" allowscriptaccess="sameDomain" type="application/x-shockwave-flash" pluginspage="http://www.macromedia.com/go/getflashplayer" />');
    document.write('</object>');
} 


function showSmallMap(BNpageName) {	
	document.write('<object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=7,0,19,0" width="250" height="300" align="center" title="historicmap">');
	document.write('<param name="movie" value="/guides/historic/historic_map.swf">');
	document.write('<param name="allowScriptAccess" value="sameDomain" />');  
	document.write('<param name="quality" value="high">'); 
	document.write('<param name="FlashVars" value="whereswally=' + BNpageName + '">');
	document.write('<embed src="/guides/historic/historic_map.swf" width="250" height="300" align="center" quality="high" pluginspage="http://www.macromedia.com/go/getflashplayer" type="application/x-shockwave-flash" FlashVars="whereswally=' + BNpageName + '" />');  
	document.write('</embed>');  
	document.write('</object>'); 
} 

function showGallery2(albumId) { 
	document.write('<object classid="clsid:d27cdb6e-ae6d-11cf-96b8-444553540000" codebase="http://fpdownload.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=7,0,0,0" width="400" height="325" id="slideshow" align="middle">');
    document.write('<param name="allowScriptAccess" value="sameDomain" />');
    document.write('<param name="movie" value="/gallery/slideshow.swf" />');
	document.write('<param name="quality" value="high" />');
    document.write('<param name="bgcolor" value="#ffffff" />');
	document.write('<param name="FlashVars" value="xmlfile=/gallery/galleryxml.php?aid=' + albumId + '" />');
	document.write('<embed FlashVars="xmlfile=/gallery/galleryxml.php?aid=' + albumId + '" src="/gallery/slideshow.swf" quality="high" bgcolor="#ffffff" width="400" height="325" name="slideshow" align="middle" allowscriptaccess="sameDomain" type="application/x-shockwave-flash" pluginspage="http://www.macromedia.com/go/getflashplayer" />');
    document.write('</object>');
}
