function seepics($targetURL) {
 menu = window.open($targetURL,'menu','menubar=no,toolbar=no,scrollbars=yes,status=no,width=462,height=550,top=100,left=200'); 
}

function doTheMenu() {
 document.writeln('<div id="mh"><a href="http://www.firstwavepunk.com/" target="_top"><img src="img/logo_800_x_83.gif" title="Click to go Home" /></a><marquee>Next up: 24 Feb at Old Wharf in Digbeth, Brum. Ne there!</marquee></div><div id="mn">'
  + '<a href="index.htm"><img class="mn_l" src="img/home.gif" lowsrc="img/home2.gif" alt="img/home.gif" onMouseOver="this.src=this.lowsrc" onMouseOut="this.src=this.alt" title="Take Me Home"/></a>'
  + '<a href="contacts.htm"><img class="mn_l" src="img/contact.gif" lowsrc="img/contact2.gif" alt="img/contact.gif" onMouseOver="this.src=this.lowsrc" onMouseOut="this.src=this.alt" title="Feeling Talkative?"/></a>'
  + '<a href="pics.htm"><img class="mn_l" src="img/pictures.gif" lowsrc="img/pictures2.gif" alt="img/pictures.gif" onMouseOver="this.src=this.lowsrc" onMouseOut="this.src=this.alt" title="We&#39;re So Pretty..."/></a>'
  + '<a href="video.htm"><img class="mn_l" src="img/video.gif" lowsrc="img/video2.gif" alt="img/video.gif" onMouseOver="this.src=this.lowsrc" onMouseOut="this.src=this.alt" title="Video!"/></a>'
  + '<a href="band.htm"><img class="mn_l" src="img/members.gif" lowsrc="img/members2.gif" alt="img/members.gif" onMouseOver="this.src=this.lowsrc" onMouseOut="this.src=this.alt" title="Meet The Band"/></a>'
  + '<a href="biog.htm"><img class="mn_l" src="img/biog.gif" lowsrc="img/biog2.gif" alt="img/biog.gif" onMouseOver="this.src=this.lowsrc" onMouseOut="this.src=this.alt" title="Where We&#39;ve Been"/></a>'
  + '<a href="sounds.htm"><img class="mn_l" src="img/sounds.gif" lowsrc="img/sounds2.gif" alt="img/sounds.gif" onMouseOver="this.src=this.lowsrc" onMouseOut="this.src=this.alt" title="Hear Some Clips"/></a>'
  + '<a href="pastgigs.htm"><img class="mn_l" src="img/gigs.gif" lowsrc="img/gigs2.gif" alt="img/gigs.gif" onMouseOver="this.src=this.lowsrc" onMouseOut="this.src=this.alt" title="Past Gigs"/></a>'
  + '<a href="way.htm"><img class="mn_l" src="img/about.gif" lowsrc="img/about2.gif" alt="img/about.gif" onMouseOver="this.src=this.lowsrc" onMouseOut="this.src=this.alt" title="About Us"/></a>'
  + '<a href="tshirts.htm"><img class="mn_l" src="img/buy.gif" lowsrc="img/buy2.gif" alt="img/buy.gif" onMouseOver="this.src=this.lowsrc" onMouseOut="this.src=this.alt" title="Buy Stuff"/></a>'
  + '<a href="wallpaper.htm"><img class="mn_l" src="img/wallpaper.gif" lowsrc="img/wallpaper2.gif" alt="img/wallpaper.gif" onMouseOver="this.src=this.lowsrc" onMouseOut="this.src=this.alt" title="Wallpaper"/></a>'
  + '<a href="lyrics.htm"><img class="mn_l" src="img/lyrics.gif" lowsrc="img/lyrics2.gif" alt="img/lyrics.gif" onMouseOver="this.src=this.lowsrc" onMouseOut="this.src=this.alt" title="Lyrics"/></a>'
  + '<a href="reviews.htm"><img class="mn_l" src="img/reviews.gif" lowsrc="img/reviews2.gif" alt="img/reviews.gif" onMouseOver="this.src=this.lowsrc" onMouseOut="this.src=this.alt" title="Lyrics"/></a>'
  + '<a href="http://www.myspace.com/firstwavepunk"><img class="mn_l" src="img/myspace.gif" lowsrc="img/myspace2.gif" alt="img/myspace.gif" onMouseOver="this.src=this.lowsrc" onMouseOut="this.src=this.alt" title="My-Space"/></a>'
  + '<center><a target="_blank" href="http://www.lovemusichateracism.com" /><img src="http://www.lovemusichateracism.com/images/banner6.gif" /></a><br /></center><br />'
  + '<center><img width="120" height="200" vspace="3" hspace="3" title="Bony is back!" src="img/bony2.gif" /><br /></center>'
  + '</div>');}

function changetext(whichcontent){

if (document.all||document.getElementById){
cross_el=document.getElementById? document.getElementById("descriptions"):document.all.descriptions
cross_el.innerHTML=whichcontent
}
else if (document.layers){
document.d1.document.d2.document.write(whichcontent)
document.d1.document.d2.document.close()
}

}

function dori(){

iArray=new Array(
    "img/front/front.jpg",
    "img/front/front2.jpg",
    "img/front/front3.jpg",
    "img/front/front4.jpg",
    "img/front/front5.jpg",
    "img/front/front6.jpg",
    "img/front/front7.jpg",
    "img/front/front8.jpg",
    "img/front/front9.jpg",
    "img/front/front10.jpg",
    "img/front/front11.jpg",
    "img/front/front12.jpg",
    "img/front/front13.jpg",
    "img/front/front14.jpg",
    "img/front/front15.jpg",
    "img/front/front16.jpg",
    "img/front/front17.jpg",
    "img/front/front18.jpg",
    "img/front/front19.jpg");
  ri=Math.floor(iArray.length*Math.random());
  ri='<img src="' + iArray[ri] + '">';

document.write(ri);

}

