if (document.images) {
	

	h01on=new Image;h01on.src="/images/forMembersHot.gif";h01off=new Image;h01off.src="/images/forMembersHome.gif";
	h02on=new Image;h02on.src="/images/needCoverageHot.gif";h02off=new Image;h02off.src="/images/needCoverageHome.gif";
	h03on=new Image;h03on.src="/images/aboutHot.gif";h03off=new Image;h03off.src="/images/about.gif";

}

function on(imgName)	{
	if (document.images) {document[imgName].src = eval(imgName + "on.src");}}

function off(imgName) {
	if (document.images) {document[imgName].src = eval(imgName + "off.src");}}


  <!--
    /* 
     Script for opening a confirm disclaimer when user clicks on external link 
    */
    function decision(url,win) {
    
      message = "You are about to leave the Regence BlueCross BlueShield of Oregon Web site. "+
                "Content on the following Web sites may not be approved or authorized "+
                "by Regence BlueCross BlueShield of Oregon.";

      if(confirm(message)) {
        if (win) {
          window.open(url);  
        } else {
          location.href=url;
        }
  	  }   
    }
  //-->
