<!-- Hide from JavaScript-Impaired Browsers
function makeit(form){
var txt = '<!-- Place in the head of your document. -->\n'
+'<script type="text/javascript">\n'
+'<!-- Hide from JavaScript-Impaired Browsers\n'
+'function Mid(){\ndocument.Code.Make.value='
+'\'<embed src="\'+Doit+\'" hidden="true"'
+' autostart="true" loop="-1" />\';}\n'
+'// End Hiding -->\n<\/script>\n'
+'\n<!-- Place in the body of your document. -->\n'
+'<div align="center">\r\n';
if (document.store.tab.value != "") {
txt = txt + '<table bgcolor="' +document.store.tab.value + '" border="6"'
+'><tr><td align="center">\n';
}
if (document.store.make[0].checked) {
txt += '<form name="Code" action="">\n'
+'<select\nonchange=\'if(options[selectedIndex]'
+'.value)\nwindow.location.href=(options['
+'selectedIndex].value);\nvar Doit='
+'(options[selectedIndex].value);Mid()\'>\n'
+'<option>Midi Maker Menu</option>\n';
}
if (document.store.make[1].checked) {
txt += '<form name="Code" action="">\n'
+'<select\nonchange=\'if(options[selectedIndex]'
+'.value);\nvar Doit=(options[selectedIndex]'
+'.value);Mid()\'>\n'
+'<option>Midi Maker Menu</option>\n';
}
if (document.store.make[2].checked) {
txt += '<form name="Code" action="">\n'
+'<select\nonchange=\'if(options[selectedIndex]'
+'.value)\nwindow.location.href=(options['
+'selectedIndex].value);\nvar Doit='
+'(options[selectedIndex].value);Mid()\' size="5">\n';
}
if (document.store.make[3].checked) {
txt += '<form name="Code" action="">\n'
+'<select\nonchange=\'if(options[selectedIndex]'
+'.value);\nvar Doit=(options[selectedIndex]'
+'.value);Mid()\' size="5">\n';
}
if (document.store.url1.value != "") {
txt = txt + '<option value="' + document.store.url1.value + '">'
+ document.store.titl1.value + '</option>\n';
}
if (document.store.url2.value != "") {
txt = txt + '<option value="' + document.store.url2.value + '">'
+ document.store.titl2.value + '</option>\n';
}
if (document.store.url3.value != "") {
txt = txt + '<option value="' + document.store.url3.value + '">'
+ document.store.titl3.value + '</option>\n';
}
if (document.store.url4.value != "") {
txt = txt + '<option value="' + document.store.url4.value + '">'
+ document.store.titl4.value + '</option>\n';
}
if (document.store.url5.value != "") {
txt = txt + '<option value="' + document.store.url5.value + '">'
+ document.store.titl5.value + '</option>\n';
}
if (document.store.url6.value != "") {
txt = txt + '<option value="' + document.store.url6.value + '">'
+ document.store.titl6.value + '</option>\n';
}
if (document.store.make[0].checked) {
txt += '</select>\n<br />\n<textarea rows='
+'"4" cols="35" name="Make" onfocus="select()">\n'
+'<\/textarea>\n</form>\n';
}
if (document.store.make[1].checked) {
txt += '</select>\n<br />\n<textarea rows='
+'"4" cols="35" name="Make" onfocus="select()">\n'
+'<\/textarea>\n</form>\n';
}
if (document.store.make[2].checked) {
txt += '</select>\n<br />\n<textarea rows='
+'"4" cols="35" name="Make" onfocus="select()">\n'
+'<\/textarea>\n</form>\n';
}
if (document.store.make[3].checked) {
txt += '</select>\n<br />\n<textarea rows='
+'"4" cols="35" name="Make" onfocus="select()">\n'
+'<\/textarea>\n</form>\n';
}

if (document.store.tab.value != "") {
txt = txt + '</td></tr></table>\n';
}
txt = txt + '</div>\r\n'
document.store.code.value=txt;
}
function viewit() 
{ 
document.write (document.store.code.value) 
} 
function copy()  {
document.store.code.focus();
document.store.code.select();
}
function ResetPage(form) {
{ 
form.code.value="";    
form.tab.value="";    
form.make.value="";    
form.url1.value="";    
form.url2.value="";    
form.url3.value="";    
form.url4.value="";    
form.url5.value="";    
form.url6.value="";    
form.titl1.value="";    
form.titl2.value="";    
form.titl3.value="";    
form.titl4.value="";    
form.titl5.value="";    
form.titl6.value="";    
}
}
// End Hiding -->

