













































<!-- Drop-Down Menu Generator created by Gene Brott (gene@swipesy.com) -->
<!--  Begin
function generate(swipesy1){
var txt = ''
txt += '<form name="form1"><select name="select1" size=1\r\n';
if (document.swipesy1.opentype.options[document.swipesy1.opentype.selectedIndex].value == "top") {
txt += 'onChange="location=form1.select1.options[selectedIndex].value;ret' + 'urn true">\r\n';} else
if (document.swipesy1.opentype.options[document.swipesy1.opentype.selectedIndex].value == "frame") {
txt += 'onChange="parent.' + document.swipesy1.target.value + '.location=form1.select1.value;ret' + 'urn true">\r\n';} else
if (document.swipesy1.opentype.options[document.swipesy1.opentype.selectedIndex].value == "new") {
txt += 'onChange="window.open(form1.select1.options[selectedIndex].value)">\n';}
txt += '<option selected value="java' + 'script://">' + document.swipesy1.openingdesc.value + '</opt' + 'ion>\r\n';
if (document.swipesy1.link01.value && document.swipesy1.link01.value != ""){
txt += '<option value="' + document.swipesy1.link01.value + '">' + document.swipesy1.desc01.value + '</option>\r\n';}
for (pair = 5; pair <= 78; pair = pair + 2) {
if (document.swipesy1[pair].value){
txt += "<option value=\""+document.swipesy1[pair].value+"\">"+document.swipesy1[pair+1].value+"</option>\r\n"; } }
txt += '</select></fo' + 'rm>';
document.copy.generatedcode.value=txt;
setTimeout("document.copy.generatedcode.focus()", 50);}
// End --></script>