function makeMyMenu2() {
document.write ('<form><select name="select1" onChange="selectaplace(this.form)" size=1>');
document.write ('<option value=#>Select Laser Cartridge Model');
document.write ('<option value=http://lasertekservices.zoovy.com/results.cgis?catalog=&catalog=&keywords=Optra E&x=17&y=7>Lexmark Optra E');
document.write ('<option value=http://lasertekservices.zoovy.com/results.cgis?catalog=&catalog=&keywords=1380950&x=17&y=7>Lexmark Optra R 1380950 High yield+(12,800 Yield) ');
document.write ('<option value=http://lasertekservices.zoovy.com/results.cgis?catalog=&catalog=&keywords=Optra S&x=17&y=7>Lexmark Optra S');
document.write ('<option value=http://lasertekservices.zoovy.com/results.cgis?catalog=&catalog=&keywords=Optra T&x=17&y=7>Lexmark Optra T');
document.write ('</select>');
document.write ('</form>'); }
