<!-- Hide from JavaScript-Impaired Browsers
function makeit(form) {
var txt = '<div align="center">\r\n';
if (document.marq.Opt1.value != "") {
txt = txt + '<table bgcolor="' + document.marq.Opt1.value + '"';
}
if (document.marq.Opt4.value != "") {
txt = txt + ' border="' + document.marq.Opt4.value + '"';
}
if (document.marq.Opt1.value != "") {
txt = txt + '><tr><td align="center">\r\n';
}
if (document.marq.Opt5.value != "") {
txt = txt + '<font color="' + document.marq.Opt5.value + '"';
}
if (document.marq.Opt6.value != "") {
txt = txt + ' size="' + document.marq.Opt6.value + '"';
}
if (document.marq.Opt5.value != "") {
txt = txt + '>\r\n';
}
if(document.marq.OptB.checked) {
txt+="<b>\n";
}
if(document.marq.OptItl.checked) {
txt+="<i>\n";
}

if (document.marq.Opt11.value != "") {
txt = txt + '<marquee';
}
if (document.marq.OptSM.value != "") {
txt = txt + ' scrollamount="' + document.marq.OptSM.value + '"';
}
if (document.marq.OptSD.value != "") {
txt = txt + ' scrolldelay="' + document.marq.OptSD.value + '"';
}
if (document.marq.OptBH.value != "") {
txt = txt + ' behavior="' + document.marq.OptBH.value + '"';
}
if (document.marq.OptLop.value != "") {
txt = txt + ' loop="' + document.marq.OptLop.value + '"';
}
if (document.marq.Opt8.value != "") {
txt = txt + ' bgcolor="' + document.marq.Opt8.value + '"';
}
if (document.marq.Opt9.value != "") {
txt = txt + ' direction="' + document.marq.Opt9.value + '"';
}
if (document.marq.Opt10.value != "") {
txt = txt + ' width="' + document.marq.Opt10.value + '"';
}
if (document.marq.Opt11.value != "") {
txt = txt + '>' + document.marq.Opt11.value + '</marquee>\r\n';
}
if(document.marq.OptItl.checked) {
txt+="</i>\n";
}
if(document.marq.OptB.checked) {
txt+="</b>\n";
}

if (document.marq.Opt5.value != "") {
txt = txt + '</font>\r\n';
}
if (document.marq.Opt1.value != "") {
txt = txt + '</td></tr></table>\r\n';
}
txt = txt + '</div>\r\n'
document.marq.getem.value=txt;
}
function viewit() 
{ 
document.write (document.marq.getem.value) 
} 
function copy()  {
document.marq.getem.focus();
document.marq.getem.select();
} 
function ResetPage(form) {
{ 
form.getem.value="";    
form.Opt1.value="";  
form.Opt4.value="";  
form.Opt5.value="";  
form.Opt6.value="";  
form.Opt8.value="";  
form.Opt9.value="";  
form.Opt10.value="";  
form.Opt11.value="";  
form.OptSD.value="";  
form.OptSM.value="";  
form.OptBH.value="";  
form.OptB.value="";  
form.OptItl.value="";  
form.OptLop.value="";  
}
   }
// End Hiding -->
