function start(){
$('#bfnametb').change(function() {
document.Form1.sfnametb.value = document.Form1.bfnametb.value;});
$('#blnametb').change(function() {
document.Form1.slnametb.value = document.Form1.blnametb.value;});
$('#bemailtb').change(function() {
 document.Form1.sbemailtb.value = document.Form1.bemailtb.value;});
$('#bemailConftb').change(function() {
document.Form1.sbemailConftb.value = document.Form1.bemailConftb.value;});
$('#bcompanytb').change(function() {
document.Form1.scompanytb.value = document.Form1.bcompanytb.value;});
$('#baddresstb').change(function() {
document.Form1.saddresstb.value = document.Form1.baddresstb.value;});
$('#baddress2tb').change(function() {
document.Form1.saddress2tb.value = document.Form1.baddress2tb.value;});
$('#bcitytb').change(function() {
document.Form1.scitytb.value = document.Form1.bcitytb.value;});
$('#bzipcodetb').change(function() {
document.Form1.szipcodetb.value = document.Form1.bzipcodetb.value;});
$('#bstateddl').change(function() {
document.Form1.sstateddl.selectedIndex = document.Form1.bstateddl.selectedIndex;});
$('#bdayphonetb').change(function() {
document.Form1.sdayphonetb.value = document.Form1.bdayphonetb.value;});
$('#bnightphonetb').change(function() {
document.Form1.snightphonetb.value = document.Form1.bnightphonetb.value;});
//$('#bfnametb').change(function() {
//document.Form1.sfnametb.value = document.Form1.bfnametb.value;});
           // document.Form1.slnametb.value = "-";
           // document.Form1.sbemailtb.value = "noemail@email.com";
           // document.Form1.sbemailConftb.value = "noemail@email.com";
           // document.Form1.scompanytb.value = "-";
           // document.Form1.saddresstb.value = "-";
           // document.Form1.saddress2tb.value = "-";
           // document.Form1.scitytb.value = "-";
           // document.Form1.szipcodetb.value = "-";
           // document.Form1.sstateddl.selectedIndex = "-";
           // document.Form1.sdayphonetb.value = "-";
           // document.Form1.snightphonetb.value = "-";

} 