<!-- Hide from JavaScript-Impaired Browsers
function viewit() 
{ 
document.write (document.tam.bx.value) 
} 
function copy()  {
document.tam.bx.focus();
document.tam.bx.select();
}
function tarea(form){
var txt ='<form action=""';
if(document.tam.fn.value != "")          
txt+=' name="'+document.tam.fn.value+'"';
txt+='>\n';
if(document.tam.tabc.value != "")          
txt+='<table bgcolor="'+document.tam.tabc.value+'"';
if(document.tam.tabb.value != "")          
txt+=' border="'+document.tam.tabb.value+'"';
if(document.tam.tbw.value != "")          
txt+=' width="'+document.tam.tbw.value+'" align="center"';
if(document.tam.tabc.value != "")          
txt+='><tr><td aign="center">\n';
if(document.tam.tar.value != "")          
txt+='<textarea rows="'+document.tam.tar.value+'"';
if(document.tam.tac.value != "")          
txt+=' cols="'+document.tam.tac.value+'"';
if(document.tam.tn.value != "")          
txt+=' name="'+document.tam.tn.value+'"';
if(document.tam.tbc.value != "")          
txt+=' bgcolor="'+document.tam.tbc.value+'"';
if(document.tam.tatc.value != "")          
txt+=' text="'+document.tam.tatc.value+'" cursor="'
+document.tam.tatc.value+'"';
if(document.tam.taaa.checked)
txt+=' autoactivate';
if(document.tam.tagr.checked)
txt+=' growable';
if(document.tam.tanh.checked)
txt+=' nohighlight';
if(document.tam.tab0.checked)
txt+=' border="0"';
if(document.tam.tbdrim.value != "")          
txt+=' borderimage="'+document.tam.tbdrim.value+'"';

if(document.tam.tar.value != "")          
txt+='>\n';
if(document.tam.zcode.value != "")          
txt+=''+document.tam.zcode.value+'\n';
if(document.tam.tar.value != "")          
txt+='</textarea>\n';
if(document.tam.tabc.value != "")          
txt+='</td></tr></table>\n';
txt+='</form>\n';
document.tam.bx.value=txt;
}
// End Hiding -->
