
function texting()
 {window.open('texting.php','','left=300,screenX=300,top=300,screenY=300,width=635,height=275,scrollbars=no,,resizable=no'); 
   } 
   
/* Show and hide DIVs */
function toggleLayer( whichLayer )
{
  var elem, vis;
  if( document.getElementById ) // this is the way the standards work
    elem = document.getElementById( whichLayer );
  else if( document.all ) // this is the way old msie versions work
      elem = document.all[whichLayer];
  else if( document.layers ) // this is the way nn4 works
    elem = document.layers[whichLayer];
  vis = elem.style;
  // if the style.display value is blank we try to figure it out here
  if(vis.display==''&&elem.offsetWidth!=undefined&&elem.offsetHeight!=undefined)
    vis.display = (elem.offsetWidth!=0&&elem.offsetHeight!=0)?'block':'none';
  vis.display = (vis.display==''||vis.display=='block')?'none':'block';
}
function aiken()
  {window.open('signup-aiken.html','','left=10,screenX=10,top=10,screenY=10,width=540,height=360,scrollbars=yes'); 
}
function asheville()
  {window.open('signup-asheville.html','','left=10,screenX=10,top=10,screenY=10,width=540,height=360,scrollbars=yes'); 
}
function greenville()
  {window.open('signup-greenville.html','','left=10,screenX=10,top=10,screenY=10,width=540,height=360,scrollbars=yes'); 
}

function leesburg()
  {window.open('signup-leesburg.html','','left=10,screenX=10,top=10,screenY=10,width=540,height=360,scrollbars=yes'); 
}

function lexington()
  {window.open('signup-lexington.html','','left=10,screenX=10,top=10,screenY=10,width=540,height=360,scrollbars=yes'); 
}

function myrtle()
  {window.open('signup-myrtle-beach.html','','left=10,screenX=10,top=10,screenY=10,width=540,height=360,scrollbars=yes'); 
}

function ne_columbia()
  {window.open('signup-ne-columbia.html','','left=10,screenX=10,top=10,screenY=10,width=540,height=360,scrollbars=yes'); 
}
function contactUs()
  {window.open('contact-us.html','','left=10,screenX=10,top=10,screenY=10,width=540,height=300,scrollbars=yes'); 
}
