<!-- Hide from JavaScript-Impaired Browsers
function makeit(form){
var txt = '<div align="center">\r\n';
if (document.drop.tab.value != "") {
txt = txt + '<table bgcolor="' + document.drop.tab.value + '" border="6"><tr><td align="center">\n';
}
if (document.drop.dow[0].checked) {
txt += '<form name="menu" action="">\n'
+'<select name="list" size="5"\n'
+'onclick="if(options[selectedIndex].value)'
+'window.location.href=(options[selectedIndex].value)">\n';
}
if (document.drop.dow[1].checked) {
txt += '<form method="get" name="menu"'
+' action="http://www.riverdrift.com/cgi/jumpb.pl">\n'
+'<table border="0"><tr><td>\n'
+'<select name="url" size="5">\n';
var Button = '</td></tr><tr><td align="center">\n'
+'<input type="submit" value="Go There" />\n'
+'</td></tr></table>\n';
}
if (document.drop.dow[2].checked) {
txt += '<form method="get" name="menu"'
+' action="http://www.riverdrift.com/cgi/jumpb.pl">\n'
+'<table border="0"><tr><td>\n'
+'<select name="url" width="300" size="5"'
+' text="'+document.drop.btxtc.value+''
+'" bgcolor="'+document.drop.bkc.value+''+'">\n';
var Button = '</td></tr><tr><td align="center">\n'
+'<font color="'+document.drop.btext.value+'">\n'
+'<input type="submit"'+
' borderimage="'+document.drop.bbi.value+'"'
+' value="Go There" width="150" usestyle />\n'
+'</td></tr></table>\n</font>\n';
}
if(document.drop.url1.value)          
txt+='<option value="' +document.drop.url1.value+'">'+document.drop.titl1.value+'</option>\n'; 
if(document.drop.url2.value)          
txt+='<option value="' +document.drop.url2.value+'">'+document.drop.titl2.value+'</option>\n'; 
if(document.drop.url3.value)          
txt+='<option value="' +document.drop.url3.value+'">'+document.drop.titl3.value+'</option>\n'; 
if(document.drop.url4.value)          
txt+='<option value="' +document.drop.url4.value+'">'+document.drop.titl4.value+'</option>\n'; 
if(document.drop.url5.value)          
txt+='<option value="' +document.drop.url5.value+'">'+document.drop.titl5.value+'</option>\n'; 
if(document.drop.url6.value)          
txt+='<option value="' +document.drop.url6.value+'">'+document.drop.titl6.value+'</option>\n'; 
if(document.drop.url7.value)          
txt+='<option value="' +document.drop.url7.value+'">'+document.drop.titl7.value+'</option>\n'; 
if(document.drop.url8.value)          
txt+='<option value="' +document.drop.url8.value+'">'+document.drop.titl8.value+'</option>\n'; 
if(document.drop.url9.value)          
txt+='<option value="' +document.drop.url9.value+'">'+document.drop.titl9.value+'</option>\n'; 
if(document.drop.url10.value)          
txt+='<option value="' +document.drop.url10.value+'">'+document.drop.titl10.value+'</option>\n'; 
if (document.drop.dow[0].checked) {
txt += '<option value="http://www.riverdrift.com/m2/ckbox.shtml">'
+'Checkbox Menu Maker</option>\n'+
'</select>\n</form>\n';
}
if (document.drop.dow[1].checked) {
txt += '<option value="http://www.riverdrift.com/m2/ckbox.shtml">'
+'Checkbox Menu Maker</option>\n'
+'</select>\n'+Button+'</form>\n';
}
if (document.drop.dow[2].checked) {
txt += '<option value="http://www.riverdrift.com/m2/ckbox.shtml">'
+'Checkbox Menu Maker</option>\n'+
'</select>\n'+Button+'</form>\n';
}
if (document.drop.tab.value != "") {
txt = txt + '</td>\n</tr>\n</table>\n';
}
txt = txt + '</div>\r\n'
document.codes.box.value=txt;
}
function viewit() 
{ 
document.write (document.codes.box.value) 
} 
function copy()  {
document.codes.box.focus();
document.codes.box.select();
}
// End Hiding -->

