
<!--
var timeout         = 100;
var closetimer      = 0;
var ddmenuitem      = 0;

// open hidden layer
function mopen(id)
{   
    // cancel close timer
    mcancelclosetime();

    // close old layer
    if(ddmenuitem) ddmenuitem.style.visibility = 'hidden';

    // get new layer and show it
    ddmenuitem = document.getElementById(id);
    ddmenuitem.style.visibility = 'visible';

}
// close showed layer
function mclose()
{
    if(ddmenuitem) ddmenuitem.style.visibility = 'hidden';
}

// go close timer
function mclosetime()
{
    closetimer = window.setTimeout(mclose, timeout);
}

// cancel close timer
function mcancelclosetime()
{
    if(closetimer)
    {
        window.clearTimeout(closetimer);
        closetimer = null;
    }
}


// close layer when click-out
document.onclick = mclose; 
// -->

document.write('<!--[if IE 6]> ');
document.write('<style>');
document.write('.logintop, .alert{padding-bottom:1px;}');
document.write('.triangle{top:-2px;}');
document.write('.on_tab1,.on_tab2,.on_tab3,.on_tab4,.on_tab5,.on_tab6{top:-3px;}');
document.write('</style>');
document.write('<![endif]--> ');

document.write('<div class="tabholder">');

// FOR TWO LINES OF TEXT WITHIN TABS, USE "twolines" CLASS (EX: class="tab1 left twolines" or class="twolines")
// CHANGE UL CLASS TO MATCH NUMBER OF TABS (EX: For four tabs, use class="tabs4")

document.write('<div style="float:left;">');
document.write('<ul id="sddm" class="tabs7"> ');
document.write('<li><a href="index.html" onmouseover="mopen(\'m1\')" onmouseout="mclosetime()" class="left">Home</a> ');
/*document.write('<div id="m1" onmouseover="mcancelclosetime()" onmouseout="mclosetime()"> ');*/
document.write('</li> ');

document.write('<li><a href="who_we_are.html" onmouseover="mopen(\'m2\')" onmouseout="mclosetime()">Who We Are</a> ');
document.write('<div id="m2" onmouseover="mcancelclosetime()" onmouseout="mclosetime()"> ');
document.write('<a href="overview.html">Overview</a> ');
document.write('<a href="values.html">Values, Mission, and Vision</a> ');
document.write('<a href="financial.html">Financial Strength</a> ');
document.write('<a href="customer_owned.html">Customer-Owned</a> ');
document.write('<a href="brand.html">Brand Strength</a> ');
document.write('<a href="awards.html">Awards</a> ');
document.write('<a href="affiliates.html">Plans, Affiliates and Subsidiaries</a> ');
document.write('<a href="leadership.html">Leadership Team</a> ');
document.write('<a href="history.html">History</a> ');
document.write('<a href="careers.html">Careers</a> ');
document.write('<a href="contact.html">Contact Us</a> ');
document.write('</div> ');
document.write('</li> ');

document.write('<li><a href="what_we_do.html" onmouseover="mopen(\'m3\')" onmouseout="mclosetime()">What We Do</a> ');
document.write('<div id="m3" onmouseover="mcancelclosetime()" onmouseout="mclosetime()"> ');
document.write('<a href="caring_for_members.html">Caring for Members</a> ');
document.write('<a href="medical_policies.html">Medical Policies</a> ');
document.write('<a href="programs.html">Programs for Healthy Living</a> ');
document.write('</div> ');
document.write('</li> ');

document.write('<li><a href="social_responsibility.html" onmouseover="mopen(\'m4\')" onmouseout="mclosetime()" class="twolines">Corporate Social Responsibility</a> ');
document.write('<div id="m4" onmouseover="mcancelclosetime()" onmouseout="mclosetime()"> ');
document.write('<a href="healthy_kids_healthy_families.html">Healthy Kids, Healthy Families</a> ');
document.write('<a href="volunteer_efforts.html">Volunteer Efforts</a> ');
document.write('<a href="healthy_tools.html">Healthy Living Tools</a> ');
document.write('<a href="diversity.html">Diversity</a> ');
document.write('<a href="environment.html">Environmental Sustainability</a> ');
document.write('<a href="ethics.html">Ethics and Compliance</a> ');
document.write('<a href="report.html">CSR Report</a> ');
document.write('</div>');
document.write('</li> ');

document.write('<li><a href="understanding_insurance.html" onmouseover="mopen(\'m5\')" onmouseout="mclosetime()" class="twolines">Understanding <br>Health Insurance</a> ');
document.write('<div id="m5" onmouseover="mcancelclosetime()" onmouseout="mclosetime()"> ');
document.write('<a href="how_insurance_works.html">How Insurance Works</a> ');
document.write('<a href="understanding_medicare.html">How Medicare Works</a> ');
document.write('<a href="hcsc_advocacy.html">HCSC Advocacy</a> ');
document.write('<a href="health_care_reform.html">Health Care Reform</a> ');
document.write('</div>');
document.write('</li> ');

document.write('<li><a href="thought_leadership.html" onmouseover="mopen(\'m6\')" onmouseout="mclosetime()">Thought Leadership</a> ');
document.write('<div id="m6" onmouseover="mcancelclosetime()" onmouseout="mclosetime()"> ');
document.write('<a href="economics_of_health_care.html">Economics of Health Care</a> ');
document.write('<a href="opinions.html">Opinions</a> ');
document.write('<a href="innovative_approaches.html">Innovations</a> ');
document.write('</div>');
document.write('</li> ');

document.write('<li><a href="newsroom.html" onmouseover="mopen(\'m7\')" onmouseout="mclosetime()" class="right">Newsroom</a> ');
document.write('<div id="m7" onmouseover="mcancelclosetime()" onmouseout="mclosetime()"> ');

document.write('<a href="fact_check.html">Fact Check</a> ');
document.write('<a href="press_resources.html">Press Resources</a> ');
document.write('<a href="media_contacts.html">Media Contacts</a> ');
document.write('</div>');
document.write('</li> ');

document.write('</ul> ');
document.write('</div>');
/*document.write('<div class="logintop">');
document.write('</div>');*/
document.write('<div style="clear:both"></div>');
// insert alert below

document.write('<!--<b>News Alert:</b> Swine flu hits<br>midwest. <a href="#">See full report</a>-->');

// end alert message
/*document.write('<div class="panel_button" style="display: visible;">');
document.write('<a href="/login.html" />Log In</a> ');
document.write('</div>');
document.write('<div style="clear:both"></div>');
document.write('</div>');*/

//Code for glossary and external link popups
var cX = 0; var cY = 0; var rX = 0; var rY = 0;
function UpdateCursorPosition(e){cX = e.pageX; cY = e.pageY;}
function UpdateCursorPositionDocAll(e){
    if (!e){
        var e = window.event;
    }
    cX = e.clientX; cY = e.clientY;
}

if(document.all) { document.onmousemove = UpdateCursorPositionDocAll; }
else { document.onmousemove = UpdateCursorPosition; }

function AssignPosition(d) {

    if(self.pageYOffset) {
        rX = self.pageXOffset;
        rY = self.pageYOffset;
    }
    else if(document.documentElement && document.documentElement.scrollTop) {
        rX = document.documentElement.scrollLeft;
        rY = document.documentElement.scrollTop;
    }
    else if(document.body) {
        rX = document.body.scrollLeft;
        rY = document.body.scrollTop;
    }
    if(document.all) {
cX += rX;
cY = cY+rY+10;
    }
    d.style.left = (cX-155) + "px";
    d.style.top = (cY+15) + "px";
}

function toggleDiv(id,flagit) {
    if (flagit=="1"){
        if (document.layers){
            document.layers[''+id+''].visibility = "show";document.layers[''+id+''].display="block";AssignPosition(document.layers[''+id+'']);
        }else if (document.all){
            document.all[''+id+''].style.visibility = "visible";document.all[''+id+''].style.display="block";AssignPosition(document.all[''+id+'']);
        }else if (document.getElementById){
            document.getElementById(''+id+'').style.visibility = "visible";document.getElementById(''+id+'').style.display="block";AssignPosition(document.getElementById(''+id+''));
        }
    }else{
        if (flagit=="0"){
            if (document.layers){
                document.layers[''+id+''].visibility = "hide";document.layers[''+id+''].display="none";
            }else if (document.all){
                document.all[''+id+''].style.visibility = "hidden";document.all[''+id+''].style.display="none";
            }else if (document.getElementById){
                document.getElementById(''+id+'').style.visibility = "hidden";document.getElementById(''+id+'').style.display="none";
            }
        }
    }
}

