document.write('<form name="form1">');
document.write('<select style="font-size:13px; color:#330000; font-family:Arial; background-color:#ffffff;font-weight:bold;" name="menu">');
document.write('<option value="http://klcomforts.makura.com/">Home</option>');


document.write('<option value="http://klcomforts.makura.com/ordering.html">Ordering Information</option>');
document.write('<option value="http://klcomforts.makura.com/makura.html">Makura Miracle Pillow</option>');
document.write('<option value="http://klcomforts.makura.com/rejuvn8.html">Rejuvenator Deluxe</option>');
document.write('<option value="http://klcomforts.makura.com/comfort.html">Comfort Roll</option>');
document.write('<option value="http://klcomforts.makura.com/products.html">Buckwheat Hulls</option>');
document.write('<option value="http://klcomforts.makura.com/q_and_a.html">Questions & Answers</option>');
document.write('<option value="http://klcomforts.makura.com/comments.html">Users comments</option>');
document.write('<option value="http://klcomforts.makura.com/guarante.html">Guarantee and Warranty</option>');



document.write('</select>');
document.write('<input style="font-size:14px;color:#ffffff;font-family:verdana;background-color:#330000;font-weight:bold;" type="button" onClick="location=document.form1.menu.options[document.form1.menu.selectedIndex].value;" value="Go">');
document.write('</form>');

