<!-- Begin

// NOTE: If you use a ' add a slash before it like this \'


var showTop	= "no"		// SHOW MENU TOP IMAGE
var showBot1	= "no"		// SHOW MENU BOTTOM IMAGE 1
var showBot2	= "no"		// SHOW MENU BOTTOM IMAGE 2


document.write('<div id="menu-location" class="printhide">');
document.write('<table cellpadding="0" cellspacing="0 border="10"><tr><td>');

   if (showTop == "yes") {
document.write('<div class="menubordertop">');
document.write('<img src="picts/menu-top.gif" width="154" height="75" class="menutrans"></a><br>');
document.write('</div>');
}
else {
document.write('<img src="picts/spacer.gif" width="" height=""></a><br>');
}

document.write('</td></tr><tr><td align="center">')
document.write('<a href="http://www.amaeltrio.com/apt/index.html "target="Frame"><img alt="English language" src="http://www.amaeltrio.com/picts/flag-english.png"></a> '); 
document.write('<a href="http://www.amaeltrio.com/slo/index.html "target="_blank"><img alt="Slovenian language" src="http://www.amaeltrio.com/picts/flag-slovenian.png"></a>');

document.write('<a href="/apt/index.html" target="Frame"  class="menu">Home</a>');



// COPY AND PASTE THE NEXT TWO LINES TOO ADD A NEW LINK

document.write('</td></tr><tr><td>');
document.write('<a href="/apt/contact.html" target="Frame" class="menu">Contact - Booking</a>');


document.write('</td></tr><tr><td>');
document.write('<a href="/apt/trio.html" target="Frame" class="menu">Amael Trio - CV</a>');

document.write('</td></tr><tr><td>');
document.write('<a href="http://www.reverbnation.com/c/fr5/artist_329509?eid=A329509_7108610_" target="Frame" class="menu">Newsletter No.1</a>');

document.write('</td></tr><tr><td>');
document.write('<a href="/apt/reviews" target="Frame" class="menu">Reviews</a>');



document.write('</td></tr><tr><td>');
document.write('<a href="/apt/repertoire.html" target="Frame" class="menu">Programme Proposals</a>');



document.write('</td></tr><tr><td>');
document.write('<a href="/apt/mp3.html" target="Frame"  class="menu">Mp3 - Live recordings</a>');

document.write('</td></tr><tr><td>');
document.write('<a href="/apt/events.html" target="Frame" class="menu">Concerts</a>');





document.write('</td></tr><tr><td>');
document.write('<a href="/gallery1.htm" target="Frame" class="menu">Photos</a>');


document.write('</td></tr><tr><td>');
document.write('<a href="http://www.sonicbids.com/amaelpianoTrio" target="_blank" class="menu">Electronic Press Kit</a>');


document.write('</td></tr><tr><td>');
document.write('<a href="http://www.sonicbids.com/epk/epk_printable.asp?epk_id=73845&poll_id=" target="_blank" class="menu">Press Kit-Printable Version</a>');


document.write('</td></tr><tr><td>');
document.write('<a href="http://www.sonicbids.com/epk/epk.aspx?epk_id=73845&poll_id=&name=photogallery&skin_id=13" target="_blank" class="menu">Photo - Download</a>');


//document.write('</td></tr><tr><td>');
//document.write('<a href="contact.htm" target="_blank" class="menu"> Contact: Send E-mail to Amael Trio</a>');


document.write('</td></tr><tr><td>');
document.write('<a href="http://www.myspace.com/amaelpianotriomusic" target="_blank" class="menu">Trio Amael on MySpace.com</a>');







// END LINKS



document.write('</td></tr><tr><td class="menu-bottom-line" align="center">');



// BOTTOM MENU IMAGES

   if (showBot1 == "yes") {
document.write('   <br><br>');
document.write('<a href="home.htm"><img src="picts/menu-image-1.jpg" border="0" width="130" height="100" class="border-menuimage"></a><br>');
}


   if (showBot2 == "no") {
document.write('<br><br>');
document.write('<a href="home.htm"><img src="picts/menu-image-2.jpg" border="0" width="130" height="100" class="border-menuimage"></a><br>');
}
else {
document.write('<img src="picts/spacer.gif" width="50" height="10"></a><br>');
}







document.write('</td></tr></table>');
document.write('</div>');


//  End -->
