function writesubmenu(){

document.write('<div id=menu1 class=menu>')
document.write('<table width=100% bgcolor=#999999 class=tableborder>')
document.write('<tr>')
document.write('<td class=footer>Quick Product Links</td>')
document.write('</tr>')
document.write('</table>')
document.write(' <ul>')
document.write("<li><a href=current_publications_dvd.htm>&nbsp;&nbsp;&gt;&nbsp;DVD's / Videos</a></li>")
document.write('<li><a href=current_publications_cd.htm>&nbsp;&nbsp;&gt;&nbsp;Compact Discs</a></li>')
document.write('<li><a href=current_publications_magazines.htm>&nbsp;&nbsp;&gt;&nbsp;Magazines</a></li>')
document.write('<li><a href=current_publications_newspapers.htm>&nbsp;&nbsp;&gt;&nbsp;Newspapers</a></li>')
document.write('<li><a href=current_publications_broadsheets.htm>&nbsp;&nbsp;&gt;&nbsp;Mini-Broadsheets</a></li>')
document.write('<li><a href=current_publications_books.htm>&nbsp;&nbsp;&gt;&nbsp;Books</a></li>')
document.write('<li><a href=current_publications_booklets_island.htm>&nbsp;&nbsp;&gt;&nbsp;Island Pamplets Booklets</a></li>')
document.write('<li><a href=current_publications_booklets_other.htm>&nbsp;&nbsp;&gt;&nbsp;BACS/BPTPP Booklets</a></li>')
document.write('<li><a href=current_publications_badges.htm>&nbsp;&nbsp;&gt;&nbsp;Flags & Emblems</a></li>')
document.write('</ul>')
document.write('</div>')

 }

function writemainmenu(page){

var page


document.write('<TABLE width="100%" cellSpacing=0 cellPadding=0 align=center border=0>')

if (page == 1)
{document.write("<tr><td class=onc onclick=location.href='index.htm' width=100%>&gt;&nbsp;Home</td></tr>");}
else 
{document.write("<tr><td class=off onmouseover=this.className='on' onclick=location.href='index.htm' onmouseout=this.className='off' width=100%>Home</td></tr>");}

if (page == 2)
{document.write("<tr><td class=onc onclick=location.href='mission_statement.htm' width=100%>&gt;&nbsp;Mission Statement</td></tr>");}
else 
{document.write("<tr><td class=off onmouseover=this.className='on' onclick=location.href='mission_statement.htm' onmouseout=this.className='off' width=100%>Mission Statement</td></tr>");}

if (page == 3)
{document.write("<tr><td class=onc onclick=location.href='special_offers.htm' width=100%>&gt;&nbsp;Special Offers</td></tr>");}
else 
{document.write("<tr><td class=off onmouseover=this.className='on' onclick=location.href='special_offers.htm' onmouseout=this.className='off' width=100%>Special Offers</td></tr>");}

if (page == 4)
{document.write("<tr><td class=onc onclick=location.href='current_publications.htm' onmouseover=\"menuLayers.show('menu1', event)\" onmouseout=\"menuLayers.hide()\" width=100%>&gt;&nbsp;Current Publications</td></tr>");}
else 
{document.write("<tr><td class=off onmouseover=\"this.className='on';menuLayers.show('menu1', event)\" onclick=location.href='current_publications.htm' onmouseout=\"this.className='off';menuLayers.hide()\" width=100%>Current Publications</td></tr>");}

if (page == 5)
{document.write("<tr><td class=onc onclick=location.href='future_publications.htm' width=100%>&gt;&nbsp;Future Publications</td></tr>");}
else 
{document.write("<tr><td class=off onmouseover=this.className='on' onclick=location.href='future_publications.htm' onmouseout=this.className='off' width=100%>Future Publications</td></tr>");}

if (page == 6)
{document.write("<tr><td class=onc onclick=location.href='past_publications.htm' width=100%>&gt;&nbsp;Past Publications</td></tr>");}
else 
{document.write("<tr><td class=off onmouseover=this.className='on' onclick=location.href='past_publications.htm' onmouseout=this.className='off' width=100%>Past Publications</td></tr>");}

if (page == 7)
{document.write("<tr><td class=onc onclick=location.href='contact_us.htm' width=100%>&gt;&nbsp;Contact US</td></tr>");}
else 
{document.write("<tr><td class=off onmouseover=this.className='on' onclick=location.href='contact_us.htm' onmouseout=this.className='off' width=100%>Contact US</td></tr>");}

if (page == 8)
{document.write("<tr><td class=onc onclick=location.href='mailing_list.htm' width=100%>&gt;&nbsp;Mailing List</td></tr>");}
else 
{document.write("<tr><td class=off onmouseover=this.className='on' onclick=location.href='mailing_list.htm' onmouseout=this.className='off' width=100%>Mailing List</td></tr>");}

if (page == 9)
{document.write("<tr><td class=onc onclick=location.href='links.htm' width=100%>&gt;&nbsp;Links</td></tr>");}
else 
{document.write("<tr><td class=off onmouseover=this.className='on' onclick=location.href='links.htm' onmouseout=this.className='off' width=100%>Links</td></tr>");}


document.write("</table>")
}

function writequicklinks(){

document.write('<br>')
document.write('<form name="a294">')
document.write('<select class="ibutton" name="a969" size="1" onChange="displaydesc(document.a294.a969.selectedIndex);location=document.a294.a969.options[document.a294.a969.selectedIndex].value">')
document.write('<option selected value="#">Quick Links    &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</option>')
document.write('<option value="#">&nbsp;&nbsp;&gt;&nbsp;Email</option>')
document.write('<option value="#">&nbsp;&nbsp;&gt;&nbsp;Telephone</option>')
document.write('<option value="#">&nbsp;&nbsp;&gt;&nbsp;Postal</option>')
document.write('<option value="#">&nbsp;&nbsp;&gt;&nbsp;Location</option>')
document.write('</select>')
document.write('</form>')
document.write('<span id="descriptions" class=spanid>&nbsp;</span>')
}


function writetabs(){
document.write('<iframe name="bottomlinks" src="bottomlinks.htm" width="100%" height="100" align="left" border="0" frameborder="0" scrolling="no"></iframe>')


}
