

function camouflagesun_songnav() {
 var genData = "";
 var quote='"';

 genData += "<STYLE Type=" + quote + "text/css" + quote + ">";
 genData += "a:hover   {text-align:center; text-decoration: none; color: red;}";
 genData += "</STYLE>";
 genData += "<font face=arial size=2>";
 genData += "From Rehearsal Sessions: &nbsp;&nbsp;&nbsp;";
 genData += " | "; 
//  genData += "<a href=" + quote + "camouflagesun_playall.html" + quote ;
//  genData += " target=" + quote + "_top" + quote ;
 genData += "<a href=Javascript:window.open("  ;
 genData += quote + "http://www.camouflagesun.com/camouflagesun_playall.html" + quote;
 genData += "," + quote + "mp3window" + quote  ;
 genData += "," + "'toolbar=0,location=0,directories=0,status=0,menubar=0,scrollbars=1,resizable=0,";
 genData += "width=350,height=575');";
 genData += "history.go(0);" ;
  genData += " title=" + quote + "Play all songs one after the other - From here you can use the /Previous/ and /Next/ button on the player to switch between songs" + quote ;
 genData +=  ">Play All</a>";
 genData += " | "; 
 genData += "<br>";
 genData += "<a href=" + quote + "camouflagesun_theseeker.html" + quote ;
 genData += " title=" + quote + "The Who - The Seeker" + quote ;
 genData += " target=" + quote + "_top" + quote + ">The Seeker</a>";
 genData += " | "; 
 genData += "<a href=" + quote + "camouflagesun_warpigs.html" + quote ;
 genData += " title=" + quote + "Black Sabbath - War Pigs" + quote ;
 genData += " target=" + quote + "_top" + quote + ">War Pigs</a>";
 genData += " | "; 
 genData += "<a href=" + quote + "camouflagesun_whenimgone.html" + quote ;
 genData += " title=" + quote + "3 Doors Down - When Im Gone" + quote ;
 genData += " target=" + quote + "_top" + quote + ">When Im Gone</a>";
 genData += " | "; 
 genData += "<a href=" + quote + "camouflagesun_allmylove.html" + quote ;
 genData += " title=" + quote + "Led Zeppelin - All My Love" + quote ;
 genData += " target=" + quote + "_top" + quote + ">All My Love</a>";
 genData += " | "; 
  genData += "<br>";
 genData += "<a href=" + quote + "camouflagesun_blurry.html" + quote ;
 genData += " title=" + quote + "Puddle of Mudd - Blurry" + quote ;
 genData += " target=" + quote + "_top" + quote + ">Blurry</a>";
 genData += " | "; 
 genData += "<a href=" + quote + "camouflagesun_blvd.html" + quote ;
 genData += " title=" + quote + "Green Day - Blvd of Broken Dreams" + quote ;
 genData += " target=" + quote + "_top" + quote + ">Boulevard Of Broken Dreams</a>";
 genData += " | "; 
 genData += "<a href=" + quote + "camouflagesun_worldiknow.html" + quote ;
 genData += " title=" + quote + "Collective Soul - The World I Know" + quote ;
 genData += " target=" + quote + "_top" + quote + ">World I Know</a>";
 genData += " | "; 
  genData += "<br>";
 genData += "<a href=" + quote + "camouflagesun_lovetolove.html" + quote ;
 genData += " title=" + quote + "UFO - Love to Love" + quote ;
 genData += " target=" + quote + "_top" + quote + ">Love to Love</a>";
 genData += " | "; 
genData += "<a href=" + quote + "camouflagesun_fairies.html" + quote ;
 genData += " title=" + quote + "Black Sabbath - Fairies Wear Boots" + quote ;
 genData += " target=" + quote + "_top" + quote + ">Fairies Wear Boots</a>";
 genData += " | "; 
// genData += "<a href=" + quote + "camouflagesun_anotherbrick.html" + quote + " target=" + quote + "_top" + quote + ">Another Brick In The Wall</a>";
  genData += "<br>";
 genData += "<a href=" + quote + "camouflagesun_anotherbrick-comfortablynumb.html" + quote ;
 genData += " title=" + quote + "Pink Floyd - Happiest Days of our Lives/Another Brick in the Wall PART 2/Comfortably Numb" + quote ;
 genData += " target=" + quote + "_top" + quote + ">Another Brick In The Wall</a>";
 genData += " | "; 
// genData += "<a href=" + quote + "camouflagesun_comfortablynumb.html" + quote + " target=" + quote + "_top" + quote + ">Comfortably Numb</a>";
 genData += "<a href=" + quote + "camouflagesun_anotherbrick-comfortablynumb.html" + quote ;
 genData += " title=" + quote + "Pink Floyd - Happiest Days of our Lives/Another Brick in the Wall PART 2/Comfortably Numb" + quote ;
 genData += " target=" + quote + "_top" + quote + ">Comfortably Numb</a>";
 genData += " | "; 
 genData += "</font>";
 genData += "<br>";
     document.write(genData);
     genData = "";



}



