var browser = navigator.appName;
var ShowFlashCode;
var NoFlashCode;
if ( browser !== "Microsoft Internet Explorer" ) {
ShowFlashCode = 
"<p class=\"comment\">"
 + "\n" 
+ "<object type=\"application/x-shockwave-flash\" data=\"http://picasaweb.google.com/s/c/bin/slideshow.swf\" width=\"360\" height=\"240\">"
 + "\n" 
+ "<param name=\"flashvars\" value=\"host=picasaweb.google.com&amp;hl=en_GB&amp;feat=flashalbum&amp;RGB=0x000000&amp;feed=http%3A%2F%2Fpicasaweb.google.com%2Fdata%2Ffeed%2Fapi%2Fuser%2FMenstrieContact%2Falbumid%2F5348970365790870097%3Falt%3Drss%26kind%3Dphoto%26hl%3Den_GB\" />"
 + "\n" 
+ "<param name=\"pluginspage\" value=\"http://www.macromedia.com/go/getflashplayer\" /> " 
 + "\n" 
+ "</object>"
 + "\n" 
+ "<br /></p>" 
;

document.write ( ShowFlashCode );

} ;

if ( browser == "Microsoft Internet Explorer" ) {
NoFlashCode = 
"<p class=\"comment\">"
 + "\n"
+ "<a href=\"http://picasaweb.google.com/MenstrieContact/FeteAndGala2009#\" title=\"link to album\">"
 + "\n" 
+ "<img src=\"images200906/20090613gd12.jpg\" width=\"360\" height=\"480\" "
 + "\n" 
+ "alt=\"Sunny in Menstrie; photo by Monika\" title=\"Sunny in Menstrie; photo by Monika\" "
 + "\n" 
+ "longdesc=\"images200906/20090613gd12.txt\" /></a>"
 + "\n" 
+ "<span class=\"d_link\">|<a href=\"images200906/20090613gd12.txt\" "
+ "title=\"Link To Description File\" class=\"d_link\">d</a>|</span><br />" 
 + "\n" 
+ "<a href=\"http://validator.w3.org/check?uri=referer\" title=\"Check it and see!\">This page is valid XHTML: </a>"
 + "\n" 
+ "<br /> Internet Explorer users should "
 + "\n" 
+ "<a href=\"http://picasaweb.google.com/MenstrieContact/FeteAndGala2009#\" title=\"link to album\">"
 + "\n" 
+ "use this link</a><br />(or click the image above) for the slideshow. <br />"
 + "\n" 
+ "Use the browser's \"Back\" button to return here."
 + "\n" 
+ "<br /></p>" 
;

document.write ( NoFlashCode );

} ;
