function write_footer() {
  document.write('<div id="footer"><p class="contact">Telephone direct on 07966 401434, email <a href="mailto:'+bobemail()+'">'+bobemail()+'</a> or request a quick and easy <a href="quote.htm" class="contact">quote</a>.</div>');
}

function write_title() {
	document.write("<title>Bobby Kemp's Big Band Special! - also small Swing Band live shows. Many sizes and You help choose the hits. As much Sinatra as you like. Perfect classic music for Corporate entertainment, Parties, large Weddings, tribute events and functions</title>");
}

function bobemail() {
  emailaddress='bobbykempbigband'; 
  emailaddress=(emailaddress+'@'+'googlemail.com');
  return(emailaddress);
  }

function write_sidebar_item(target,activeurl,targetlabel,arrow,center) {
  var useclass;
  if(target==activeurl) {
    useclass="current"
  }else{
    useclass="white"
  }
  document.write("<tr>");
  document.write("<td ");
  if(center==1) {
    document.write("align=center ");
  }
  document.write("width='110' nowrap bgcolor='#005EAC' onMouseOver=\"this.style.backgroundColor='#718BC6';\" onMouseOut=\"this.style.backgroundColor='#005EAC';\" onClick=\"MM_goToURL('parent','"+target+"');return document.MM_returnValue\">");
  if(arrow==1) {
    document.write("<img src='images/arrow.gif' alt='' height='9' width='7' border='0'>");
  }
  document.write("<a class='"+useclass+"' href='"+target+"'>"+targetlabel+"</a></td>");
  document.write("</tr>");
}

function write_sidebar(activeurl) {
  // Target page, class of text to display, label, display an arrow?, centre?
  write_sidebar_item("home.htm",activeurl,"<img src='images/bobby_kemp_logo.jpg' width='100' height='100' border='0'>",0,1);
  write_sidebar_item("index.htm",activeurl,"Home Page",1,0);
  write_sidebar_item("video_audio.htm",activeurl,"Video & Audio",1,0);
  write_sidebar_item("bands_songs.htm",activeurl,"Bands & Repertoire",1,0);
  write_sidebar_item("gigs.shtml",activeurl,"Events Diary",1,0);
  write_sidebar_item("quote.htm",activeurl,"Get A Quote",1,0);
  write_sidebar_item("news.shtml",activeurl,"Latest News",1,0);
  write_sidebar_item("mailto:"+bobemail(),activeurl,"Contact Bobby",1,0);
  write_sidebar_item("video_audio.htm",activeurl,"<img src='images/video.gif' alt='Watch fantastic video footage and listen to great audio samples' width='100' height='84' border='0'>",0,1);
  write_sidebar_item("brochure.htm",activeurl,"<img src='images/brochure.gif' alt='Download an A4 brochure with all the details' width='100' height='122' border='0'>",0,1);
  write_sidebar_item("brochure.htm",activeurl,"Download Brochure",1,0);
}

// Gallery script.
// With image cross fade effect for those browsers that support it.
// Script copyright (C) 2004 www.cryer.co.uk.
// Script is free to use provided this copyright header is included.
function LoadGallery(pictureName,imageFile,titleCaption,captionText)
{
  var picture = document.getElementById(pictureName);
  if (picture.filters)
  {
    picture.style.filter="blendTrans(duration=1)";
    picture.filters.blendTrans.Apply();
  }
  picture.src = imageFile;
  if (picture.filters)
  {
    picture.filters.blendTrans.Play();
  }
  // document.getElementById(titleCaption).innerHTML=captionText;
}
