function hide() {
if (document.getElementById) { // DOM3 = IE5, NS6
document.getElementById('svc-widget').style.background = 'url(http://www.wjmassoc.com/images/elements/widgets/service/svc_widget_hdr_off-n2.gif) no-repeat';
} 
}

function showExec() {
if (document.getElementById) { // DOM3 = IE5, NS6
document.getElementById('svc-widget').style.background = 'url(http://www.wjmassoc.com/images/elements/widgets/service/svc_widget_hdr_exec-n2.gif) no-repeat';
} 
}

function showTeam() {
if (document.getElementById) { // DOM3 = IE5, NS6
document.getElementById('svc-widget').style.background = 'url(http://www.wjmassoc.com/images/elements/widgets/service/svc_widget_hdr_team-n2.gif) no-repeat';
} 
}

function showOrg() {
if (document.getElementById) { // DOM3 = IE5, NS6
document.getElementById('svc-widget').style.background = 'url(http://www.wjmassoc.com/images/elements/widgets/service/svc_widget_hdr_org-n2.gif) no-repeat';
} 
}


function showExecHdr() {
if (document.getElementById) { // DOM3 = IE5, NS6
document.getElementById('svc-hdrs1').style.background = 'url(http://www.wjmassoc.com/images/elements/exec-hdr-on.gif) no-repeat';
} 
}

function showTeamHdr() {
if (document.getElementById) { // DOM3 = IE5, NS6
document.getElementById('svc-hdrs2').style.background = 'url(http://www.wjmassoc.com/images/elements/team-hdr-on.gif) no-repeat';
} 
}

function showOrgHdr() {
if (document.getElementById) { // DOM3 = IE5, NS6
document.getElementById('svc-hdrs3').style.background = 'url(http://www.wjmassoc.com/images/elements/org-hdr-on.gif) no-repeat';
} 
}


function hideExecHdr() {
if (document.getElementById) { // DOM3 = IE5, NS6
document.getElementById('svc-hdrs1').style.background = 'url(http://www.wjmassoc.com/images/elements/exec-hdr-off.gif) no-repeat';
} 
}

function hideTeamHdr() {
if (document.getElementById) { // DOM3 = IE5, NS6
document.getElementById('svc-hdrs2').style.background = 'url(http://www.wjmassoc.com/images/elements/team-hdr-off.gif) no-repeat';
} 
}

function hideOrgHdr() {
if (document.getElementById) { // DOM3 = IE5, NS6
document.getElementById('svc-hdrs3').style.background = 'url(http://www.wjmassoc.com/images/elements/org-hdr-off.gif) no-repeat';
} 
}


function ValidateForm()
{
	var fname = document.getElementById("fname").value;
	var lname = document.getElementById("lname").value;
    var email = document.getElementById("email").value;
    //var other = document.getElementById("other").value;
	if (document.getElementById("fname").value == "")
    {
        alert ( "Please fill out your first name" );
        return false;
    } 
    else if (document.getElementById("lname").value == "")
    {
        alert ( "Please fill out your last name" );
        return false;
    }
    else if (document.getElementById("email").value == "")
    {
        alert ( "Please fill out your email address" );
        return false;
    }
   // else if (document.getElementById("other").value != "")
   // {
   //     alert ( "Please don't fill this out.  Used to prevent spam" );
   //     return false;
   // }
	else if (!checkMail(email))
	{
		alert ( "The email you have entered is invalid." );
		return false;
	}
    return true;
  
}

function checkMail(me)
{
	var x = me;
	var filter  = /^([a-zA-Z0-9_\.\-])+\@(([a-zA-Z0-9\-])+\.)+([a-zA-Z0-9]{2,4})+$/;
	if (filter.test(x)) 
		return true;
	else 
		return false;
}

function hide() {
if (document.getElementById) { // DOM3 = IE5, NS6
document.getElementById('svc-widget').style.background = 'url(http://www.wjmassoc.com/images/elements/widgets/service/svc_widget_hdr_off.gif) no-repeat';
} 
}

function showExec() {
if (document.getElementById) { // DOM3 = IE5, NS6
document.getElementById('svc-widget').style.background = 'url(http://www.wjmassoc.com/images/elements/widgets/service/svc_widget_hdr_exec.gif) no-repeat';
} 
}

function showTeam() {
if (document.getElementById) { // DOM3 = IE5, NS6
document.getElementById('svc-widget').style.background = 'url(http://www.wjmassoc.com/images/elements/widgets/service/svc_widget_hdr_team.gif) no-repeat';
} 
}

function showOrg() {
if (document.getElementById) { // DOM3 = IE5, NS6
document.getElementById('svc-widget').style.background = 'url(http://www.wjmassoc.com/images/elements/widgets/service/svc_widget_hdr_org.gif) no-repeat';
} 
}

//NEW SERVICE WIDGET JS CALLS
function hiden() {
if (document.getElementById) { // DOM3 = IE5, NS6
document.getElementById('svc-widget').style.background = 'url(http://www.wjmassoc.com/images/elements/widgets/service/svc_widget_hdr_off-n2.gif) no-repeat';
} 
}

function showExecn() {
if (document.getElementById) { // DOM3 = IE5, NS6
document.getElementById('svc-widget').style.background = 'url(http://www.wjmassoc.com/images/elements/widgets/service/svc_widget_hdr_exec-n2.gif) no-repeat';
} 
}

function showTeamn() {
if (document.getElementById) { // DOM3 = IE5, NS6
document.getElementById('svc-widget').style.background = 'url(http://www.wjmassoc.com/images/elements/widgets/service/svc_widget_hdr_team-n2.gif) no-repeat';
} 
}

function showOrgn() {
if (document.getElementById) { // DOM3 = IE5, NS6
document.getElementById('svc-widget').style.background = 'url(http://www.wjmassoc.com/images/elements/widgets/service/svc_widget_hdr_org-n2.gif) no-repeat';
} 
}
//NEW SERVICE WIDGET JS CALLS


function showExecHdr() {
if (document.getElementById) { // DOM3 = IE5, NS6
document.getElementById('svc-hdrs1').style.background = 'url(http://www.wjmassoc.com/images/elements/exec-hdr-on.gif) no-repeat';
} 
}

function showTeamHdr() {
if (document.getElementById) { // DOM3 = IE5, NS6
document.getElementById('svc-hdrs2').style.background = 'url(http://www.wjmassoc.com/images/elements/team-hdr-on.gif) no-repeat';
} 
}

function showOrgHdr() {
if (document.getElementById) { // DOM3 = IE5, NS6
document.getElementById('svc-hdrs3').style.background = 'url(http://www.wjmassoc.com/images/elements/org-hdr-on.gif) no-repeat';
} 
}


function hideExecHdr() {
if (document.getElementById) { // DOM3 = IE5, NS6
document.getElementById('svc-hdrs1').style.background = 'url(http://www.wjmassoc.com/images/elements/exec-hdr-off.gif) no-repeat';
} 
}

function hideTeamHdr() {
if (document.getElementById) { // DOM3 = IE5, NS6
document.getElementById('svc-hdrs2').style.background = 'url(http://www.wjmassoc.com/images/elements/team-hdr-off.gif) no-repeat';
} 
}

function hideOrgHdr() {
if (document.getElementById) { // DOM3 = IE5, NS6
document.getElementById('svc-hdrs3').style.background = 'url(http://www.wjmassoc.com/images/elements/org-hdr-off.gif) no-repeat';
} 
}


function ValidateForm()
{
	var fname = document.getElementById("fname").value;
	var lname = document.getElementById("lname").value;
    var email = document.getElementById("email").value;
    //var other = document.getElementById("other").value;
	if (document.getElementById("fname").value == "")
    {
        alert ( "Please fill out your first name" );
        return false;
    } 
    else if (document.getElementById("lname").value == "")
    {
        alert ( "Please fill out your last name" );
        return false;
    }
    else if (document.getElementById("email").value == "")
    {
        alert ( "Please fill out your email address" );
        return false;
    }
   // else if (document.getElementById("other").value != "")
   // {
   //     alert ( "Please don't fill this out.  Used to prevent spam" );
   //     return false;
   // }
	else if (!checkMail(email))
	{
		alert ( "The email you have entered is invalid." );
		return false;
	}
    return true;
  
}

function checkMail(me)
{
	var x = me;
	var filter  = /^([a-zA-Z0-9_\.\-])+\@(([a-zA-Z0-9\-])+\.)+([a-zA-Z0-9]{2,4})+$/;
	if (filter.test(x)) 
		return true;
	else 
		return false;
}



// MAPS //

function hide() {
if (document.getElementById) { // DOM3 = IE5, NS6
document.getElementById('map').style.background = 'url(http://www.wjmassoc.com/images/maps/world-map.gif) no-repeat';
} 
}

function showNA() {
if (document.getElementById) { // DOM3 = IE5, NS6
document.getElementById('map').style.background = 'url(http://www.wjmassoc.com/images/maps/north-america.gif) no-repeat';
} 
}

function showSA() {
if (document.getElementById) { // DOM3 = IE5, NS6
document.getElementById('map').style.background = 'url(http://www.wjmassoc.com/images/maps/south-america.gif) no-repeat';
} 
}

function showEurope() {
if (document.getElementById) { // DOM3 = IE5, NS6
document.getElementById('map').style.background = 'url(http://www.wjmassoc.com/images/maps/europe.gif) no-repeat';
} 
}

function showAfrica() {
if (document.getElementById) { // DOM3 = IE5, NS6
document.getElementById('map').style.background = 'url(http://www.wjmassoc.com/images/maps/africa-middle-east.gif) no-repeat';
} 
}

function showAsia() {
if (document.getElementById) { // DOM3 = IE5, NS6
document.getElementById('map').style.background = 'url(http://www.wjmassoc.com/images/maps/asia-n.gif) no-repeat';
} 
}

function showAustralia() {
if (document.getElementById) { // DOM3 = IE5, NS6
document.getElementById('map').style.background = 'url(http://www.wjmassoc.com/images/maps/australia.gif) no-repeat';
} 
}



