
<!-- This script and many more are available free online at -->
<!-- The JavaScript Source!! http://javascript.internet.com -->

<!-- Begin
if (isNS3) {
document.write('<FORM NAME = "m">');
document.write('<SELECT NAME = "m1" onChange = "relateItems(this.selectedIndex)">');
document.write('<OPTION>' + catHeading + '</OPTION>');
for (var i = 0; i < cats.length; i++) document.write('<OPTION>' + cats[i].name + '</OPTION>');
document.write('</SELECT>' + betweenHeading);
document.write('<SELECT NAME = "m2" onChange = "gotoPage(this.selectedIndex)">');
document.write('<OPTION>' + itemHeading + '</OPTION>');
for (var i = 0; i < 10; i++) document.write('<OPTION></OPTION>');
document.write('</SELECT></FORM>');
for (var i = document.m.m2.options.length; i > 0; i--) document.m.m2.options[i] = null;
}   
else if (isIE) {
document.write('<OBJECT ID = "m1" WIDTH = "168" HEIGHT = "24" CLASSID = "CLSID:8BD21D30-EC42-11CE-9E0D-00AA006002F3">');
document.write('<PARAM NAME = "VariousPropertyBits" VALUE = "746604571">');
document.write('<PARAM NAME = "Size" VALUE = "5574;635">');
document.write('<PARAM NAME = "MatchEntry" VALUE = "1">');
document.write('<PARAM NAME = "FontCharSet" VALUE = "0">');
document.write('<PARAM NAME = "FontPitchAndFamily" VALUE = "2">');
document.write('<PARAM NAME = "DisplayStyle" VALUE = "3">');
document.write('<PARAM NAME = "ShowDropButtonWhen" VALUE = "2">');
document.write('</OBJECT>');
document.write(betweenHeading);
document.write('<OBJECT ID = "m2" WIDTH = "168" HEIGHT = "24" CLASSID = "CLSID:8BD21D30-EC42-11CE-9E0D-00AA006002F3">');
document.write('<PARAM NAME = "VariousPropertyBits" VALUE = "746604571">');
document.write('<PARAM NAME = "Size" VALUE = "5574;635">');
document.write('<PARAM NAME = "MatchEntry" VALUE = "1">');
document.write('<PARAM NAME = "FontCharSet" VALUE = "0">');
document.write('<PARAM NAME = "FontPitchAndFamily" VALUE = "2">');
document.write('<PARAM NAME = "DisplayStyle" VALUE = "3">');
document.write('<PARAM NAME = "ShowDropButtonWhen" VALUE = "2">');
document.write('</OBJECT>');
// End -->
}
