document.write("<table width='200'><tr><td>");
document.write("<center>");
document.write("<h2>Press archive</h2>");
document.write("<FORM name='guideform'>");
document.write("<SELECT name='guidelinks' onChange='window.location=document.guideform.guidelinks.options[document.guideform.guidelinks.selectedIndex].value'> ");
document.write("<OPTION SELECTED value='press.htm'>Choose category</option>");
document.write("<OPTION value='press.htm'>All press</option>");
document.write("<OPTION value='press-interviews.htm'>Interviews</option>");
document.write("<OPTION value='press-waterloo.htm'>Reviews 'Waterloo...'</option>");
document.write("<OPTION value='press-bang.htm'>Reviews 'Bang bang...'</option>");
document.write("<OPTION value='press-deadwood.htm'>Reviews 'Deadwood'</option>");
document.write("<OPTION value='press-other.htm'>Other press</option>");
document.write("</SELECT>");
document.write("</FORM></center>");
document.write("</td></tr></table>");




