document.write("<form name='form1'>");
document.write("  <select name='select' class='pulldown' onChange='urlMenu(this);'>");
document.write("  <option>Please select other films...</option>");
document.write("  <option>-------------------------</option>");
document.write("  <option value='2009hb_film01.html'>Education of Love </option>");
document.write("  <option value='2009hb_film02.html'>Seven Little Valiant Fighters（aka Two of a Kind） </option>");
document.write("  <option value='2009hb_film03.html'>The Grateful Monkey </option>");
document.write("  <option value='2009hb_film04.html'>Intimate Confessions of a Chinese Courtesan </option>");
document.write("  <option value='2009hb_film05.html'>The Valiant Ones </option>");
document.write("  <option value='2009hb_film06.html'>Fist of Fury </option>");
document.write("  <option value='2009hb_film07.html'>New Fist of Fury </option>");
document.write("  <option value='2009hb_film08.html'>The Iron-Fisted Monk </option>");
document.write("  </select>");
document.write("  </form>");

