function makeMyMenu3() {
document.write ('<form><select name="select1" onChange="selectaplace(this.form)" size=1>');
document.write ('<option value=#>Select Thermal Cartridge Model');
document.write ('<option value=http://lasertekservices.zoovy.com/results.cgis?catalog=DEFAULT&default=&keywords=PC-101&x=17&y=7>Brother PC-101');
document.write ('<option value=http://lasertekservices.zoovy.com/results.cgis?catalog=DEFAULT&default=&keywords=PC-102 RF &x=17&y=7>Brother PC-102 RF (PC-101 Refill Kit) (2 Pkg)');
document.write ('<option value=http://lasertekservices.zoovy.com/results.cgis?catalog=DEFAULT&default=&keywords=PC-201&x=17&y=7>Brother PC-201 Cartridge');
document.write ('<option value=http://lasertekservices.zoovy.com/results.cgis?catalog=DEFAULT&default=&keywords=PC-202RF&x=17&y=7>Brother PC-202RF (PC-201 2Pkg) refill Cartridge');
document.write ('<option value=http://lasertekservices.zoovy.com/results.cgis?catalog=DEFAULT&default=&keywords=PC-301&x=17&y=7>Brother PC-301 CTG');
document.write ('<option value=http://lasertekservices.zoovy.com/results.cgis?catalog=DEFAULT&default=&keywords=PC-302 RF&x=17&y=7>Brother PC-302 RF');
document.write ('<option value=http://lasertekservices.zoovy.com/results.cgis?catalog=DEFAULT&default=&keywords=PC-401&x=17&y=7>Brother PC-401');
document.write ('<option value=http://lasertekservices.zoovy.com/results.cgis?catalog=DEFAULT&default=&keywords=PC-402RF&x=17&y=7>Brother PC-402RF (PC-401 Refill Kit) (2 Pkg)');
document.write ('<option value=http://lasertekservices.zoovy.com/results.cgis?catalog=DEFAULT&default=&keywords=PC-91&x=17&y=7>Brother PC-91 CTG');
document.write ('</select>');
document.write ('</form>'); }
