<!--
function copy() { 
document.ed2.html2.value+=('\n'+document.ed.HTML.value); 
setTimeout("moretext3()",6000);
} 
function moretext3()
{
document.ed2.html2.value=' note: Below are duplicates of all codes generated by the Table Wizard-\n Updating/editing either screen does not update data on the other screen' + '\n\n' + document.ed2.html2.value;
}
// -->