<!-- Begin

// NOTE: If you use a ' add a slash before it like this \'


var menuspace		= "40"		// SPACE BETWEEN MENUS


document.write('<TABLE cellpadding="0" cellspacing="0 border="0" width="100%"><tr><td>');

document.write('<a href="index.html" class="menu">Home</a>');



// COPY AND PASTE THE NEXT TWO LINES TOO ADD A NEW LINK



//Made a change here to integrate aspects from other template - MJS
//Hid this button as it's a duplicate from the download store and distracts people from there TJL 31/7/08
//document.write('</td></tr><tr><td>');
//document.write('<a href="samples_frame1.htm" class="menu">Album Previews</a>');



document.write('</td></tr><tr><td>');
document.write('<a href="merchandise.htm" class="menu">Download Shop</a>');

//Reviews Menu Item hidden - MJS
//document.write('</td></tr><tr><td>');
//document.write('<a href="reviews.htm" class="menu">Reviews</a>');



//Chat room to be inserted here - MJS
//document.write('</td></tr><tr><td>');
//document.write('<a href="video.htm" class="menu">Join the Chattery</a>');


document.write('</td></tr><tr><td>');
document.write('<a href="newsletter.htm" class="menu">Free Downloads</a>');

document.write('</td></tr><tr><td>');
document.write('<a href="New Bands!.htm" class="menu">Emerging Acts</a>');


//Menu button moved 4/7/08 TJL
document.write('</td></tr><tr><td>');
document.write('<a href="scene.htm" class="menu">OutsoundS Updater</a>');


//Photo Slideshow menu made live 2nd july TJL - Slideshow menu button hidden 4/7/08 as its just a dupliacte of the photo gallery
//Photo Slideshow to be used at a later date - MJS
//document.write('</td></tr><tr><td>');
//document.write('<a href="slideshow.htm" class="menu">Slideshow</a>');









// END 1st LINK GROUP



document.write('</td></tr><tr><td class="menu-top-line">');
document.write('<img src="picts/spacer.gif" width="10" height="'+menuspace+'"><br>');



// START LOWER LINKS


//Photo Gallery to be used at a later date -MJS - Photo gallery made live 4/7/08 TJL
document.write('</td></tr><tr><td>');
document.write('<a href="gallery-1.htm" class="menu">Out & About</a>');


//Videos Menu Item hidden - MJS - made live 4/7/08 TJL the hidden again ! could'nt get it to work !
document.write('</td></tr><tr><td>');
document.write('<a href="video.htm" class="menu">Video Clips</a>');

document.write('</td></tr><tr><td>');
document.write('<a href="links.htm" class="menu">Links</a>');


document.write('</td></tr><tr><td>');
document.write('<a href="contact.htm" class="menu">Contact OutsoundS</a>');


// PODCAST LINK

document.write('</td></tr><tr><td valign="middle">');
document.write('<a href="podcast.htm" class="menu menuPOD"><img src="picts/podcast-small.gif" border="0" height="14" width="16" align="middle"> Podcast</a>');











// END LOWER LINKS



document.write('</td></tr></table>');





//  End -->