<!-- Hide from JavaScript-Impaired Browsers
function Makeme(form) {
var txt="\n<div align=\"center\">\n";
{
if(document.make.tabc.value)          
txt+="<table bgcolor=\""+document.make.tabc.value+"\"";
if(document.make.tabgc.value)          
txt+=" gradcolor=\""+document.make.tabgc.value+"\"";
if(document.make.tabga.value)          
txt+=" gradangle=\""+document.make.tabga.value+"\"";  
if(document.make.tabb.value)          
txt+=" border=\""+document.make.tabb.value+"\"";
if(document.make.tabw.value)          
txt+=" width=\""+document.make.tabw.value+"\"";
if(document.make.tabc.value)          
txt+="><tr><td align=\"center\">\n";
if(document.make.imgu.value)          
txt+="<img src=\""+document.make.imgu.value+"\"";
if(document.make.imgw.value)          
txt+=" width=\""+document.make.imgw.value+"\"";
if(document.make.imgh.value)          
txt+=" height=\""+document.make.imgh.value+"\"";
if(document.make.imgu.value)          
txt+=" border=\"0\" />\n<br />\n";
if(document.make.Arc.value)
txt+="<audioscope rightcolor=\""+document.make.Arc.value+"\"";
if(document.make.Alc.value)
txt+=" leftcolor=\""+document.make.Alc.value+"\"";
if(document.make.Abc.value)
txt+=" bgcolor=\""+document.make.Abc.value+"\"";
if(document.make.Abd.value)
txt+=" border=\""+document.make.Abd.value+"\"";
if(document.make.Aga.value)
txt+=" gain=\""+document.make.Aga.value+"\"";
if(document.make.Aro.value)          
txt+=" rightoffset=\""+document.make.Aro.value+"\""; 
if(document.make.Alo.value)          
txt+=" leftoffset=\""+document.make.Alo.value+"\""; 
if(document.make.Awd.value)
txt+=" width=\""+document.make.Awd.value+"\"";
if(document.make.Aht.value)          
txt+=" height=\""+document.make.Aht.value+"\""; 
if(document.make.Awd.value)
txt+=">\n";
if(document.make.tabc.value)
txt+="</td></tr></table>\n";
txt+="</div>\n";
if(document.make.Amid.value)          
txt+="<embed src=\""+document.make.Amid.value+"\" hidden=\"true\" autostart=\"true\" loop=\"-1\" />\n";
}
document.make.scp.value=txt;
}
function clearit(form) {
{ 
document.make.tabc.value="";    
document.make.tabgc.value="";    
document.make.tabga.value="";    
document.make.tabb.value="";    
document.make.tabw.value="";    
document.make.imgu.value="";    
document.make.imgw.value="";    
document.make.imgh.value="";    
document.make.Arc.value="";    
document.make.Alc.value="";    
document.make.Abc.value="";    
document.make.Abd.value="";    
document.make.Aga.value="";    
document.make.Aro.value="";    
document.make.Alo.value="";    
document.make.Awd.value="";    
document.make.Aht.value="";    
document.make.Amid.value="";    
document.make.scp.value="";    
   }
}
function preview(){ 
var temp = document.make.scp.value; 
if((navigator.appVersion.indexOf('WebTV;2.7') !=-1) 
|| (navigator.appVersion.indexOf('WebTV;2.8') !=-1) 
|| (navigator.appVersion.indexOf('WebTV;2.8.2') !=-1)) { 
location.href="#"; 
document.open(); 
document.write(temp); 
document.close(); 
} 
else {
temp = document.make.scp.value; 
preWindow = open("",
"preWindow","status=1,resizable=yes,menubar=1,toolbar=1,scrollbars=yes"); 
preWindow.document.open(); 
preWindow.document.write(temp); 
preWindow.document.close(); 
}
}
function copy()  {
document.make.scp.focus();
document.make.scp.select();
}
function sampl()     { 
document.make.tabc.value +='maroon';
document.make.tabgc.value +='pink';
document.make.tabga.value +='90';
document.make.tabb.value +='12';
document.make.tabw.value +='328';
document.make.imgu.value +='/im/cr/kittens.jpg';
document.make.imgw.value +='328';
document.make.imgh.value +='285';
document.make.Arc.value +='pink';
document.make.Alc.value +='white';
document.make.Abc.value +='maroon';
document.make.Abd.value +='0';
document.make.Aga.value +='5';
document.make.Aro.value +='2';
document.make.Alo.value +='-2';
document.make.Awd.value +='328';
document.make.Aht.value +='20';
document.make.Amid.value +='/mid/thankyou.mid.gz';
}
// -->

