function makeMyMenu() {
document.write ('<form><select name="select1" onChange="selectaplace(this.form)" size=1>');
document.write ('<option value=#>Select InkJet Cartridge Model');
document.write ('<option value=http://lasertekservices.zoovy.com/results.cgis?catalog=&catalog=&keywords=8R12728&x=17&y=7>Xerox 8R12728 (Y100) Black');
document.write ('<option value=http://lasertekservices.zoovy.com/results.cgis?catalog=&catalog=&keywords=8R7660&x=17&y=7>Xerox 8R7660 Black');
document.write ('<option value=http://lasertekservices.zoovy.com/results.cgis?catalog=&catalog=&keywords=8R7661&x=17&y=7>Xerox 8R7661 Cyan');
document.write ('<option value=http://lasertekservices.zoovy.com/results.cgis?catalog=&catalog=&keywords=8R7662&x=17&y=7>Xerox 8R7662 Magenta');
document.write ('<option value=http://lasertekservices.zoovy.com/results.cgis?catalog=&catalog=&keywords=8R7663&x=17&y=7>Xerox 8R7663 Yellow');
document.write ('<option value=http://lasertekservices.zoovy.com/results.cgis?catalog=&catalog=&keywords=8R7972&x=17&y=7>Xerox 8R7972 (Y101) Cyan');
document.write ('<option value=http://lasertekservices.zoovy.com/results.cgis?catalog=&catalog=&keywords=8R7973&x=17&y=7>Xerox 8R7973 (Y102) Magenta');
document.write ('<option value=http://lasertekservices.zoovy.com/results.cgis?catalog=&catalog=&keywords=8R7974&x=17&y=7>Xerox 8R7974 (Y103) Yellow');
document.write ('<option value=http://lasertekservices.zoovy.com/results.cgis?catalog=&catalog=&keywords=8R7994&x=17&y=7>Xerox 8R7994 Black');
document.write ('</select>');
document.write ('</form>'); }
