<!--



function openEstore() {

   var myURL = '';



   myURL = '/netcom/mobil1estore';

   for (i=0; i<2; i++) {

       win = window.open (myURL, 'newWindow','height=450,width=600,toolbar=1,location=1,directories=1,status=1,menubar=1,scrollbars=1,resizable=1')

   }

}



function newWin(ind) {

   if (ind !='')

      for (i=0; i<2; i++) {

          win = window.open(ind, 'newWindow','height=450,width=600,toolbar=1,location=1,directories=1,status=1,menubar=1,scrollbars=1,resizable=1')

      }

}



function MM_openBrWindow(theURL,winName,features) { //v2.0

   window.open(theURL,winName,features);

}

  

function win250x236(ind) {

   if (ind !='')

      for (i=0; i<2; i++) {

          win = window.open(ind, 'Window_ExxonMobil','height=250,width=236,toolbars=no,scrollbars=no,noresize')

      }

}



function button() {

   var navUA = navigator.userAgent;



   if ((navUA.lastIndexOf("Win16") != -1 ) || ((navUA.lastIndexOf("2.0") != -1) && (navUA.lastIndexOf("MSIE") == -1))) {

      document.write('&nbsp;&nbsp;<INPUT TYPE=BUTTON VALUE="Go!" onClick="jump(NAV.PAGEURL)">');

   }

}



function jump(selObj) {

   var myURL = selObj.options[selObj.selectedIndex].value;



   if (myURL != '') {

      top.location.href=myURL;

   }

}



function jumpself(selObj) {

   var myURL = selObj.options[selObj.selectedIndex].value;



   if (myURL != '') {

      self.location.href=myURL;

   }

}



function jumpout(selObj) {

   var myURL = selObj.options[selObj.selectedIndex].value;



   if (myURL != '') {

      newWin(myURL);

   }

}



function allNavJump(selObj) {

   var myURL = selObj.options[selObj.selectedIndex].value;



   newWin(myURL);

}



function allJump(selObj) {

   var myURL = selObj.options[selObj.selectedIndex].value;



   if (myURL.indexOf('http') == 0) {

      if (myURL.indexOf('exxon.mobil') < 0) {

         newWin(myURL);

      } else {

          top.location.href=myURL;

      }

   } else {

       if ((myURL.indexOf('index.html') >= 0) || (myURL.lastIndexOf('/') == myURL.length-1)) {

          if (myURL != '') {

             top.location.href=myURL;

          }

       } else {

           if (myURL.indexOf('/netcom') == 0) {

              openEstore();

           } else {

              if (myURL != '') {

                 location.href=myURL;

              }

           }

       }

   }

}



//function imgOut(imgnm)

//{

//	iobj = eval('document.' + imgnm);

//	iobj.src = eval(imgnm + '_off.src');

//	return true;

//}



//function imgOver(imgnm)

//{

//	iobj = eval('document.' + imgnm);

//	iobj.src = eval(imgnm + '_on.src');

//	return true;

//}



function imgOut(imgnm) { 

   if (document.images) {

      iobj = eval('document.' + imgnm);

      iobj.src = eval(imgnm + '_off.src'); 

   }

}



function imgOver(imgnm) { 

   if (document.images) {

      iobj = eval('document.' + imgnm);

      iobj.src = eval(imgnm + '_on.src'); 

   }

}



function formimgOut(fobj, imgnm) { 

   if (document.images) {

      if (fobj[imgnm] != null) {

         fobj[imgnm].src = eval(imgnm + '_off.src'); 

      } else {

          iobj = eval('document.' + imgnm);

          iobj.src = eval(imgnm + '_off.src'); 

      }

   }

}



function formimgOver(fobj, imgnm) { 

   if (document.images) {

      if (fobj[imgnm] != null) {

         fobj[imgnm].src = eval(imgnm + '_on.src'); 

      } else {

          iobj = eval('document.' + imgnm);

          iobj.src = eval(imgnm + '_on.src'); 

      }

   }

}



//function reloadWithIndex (pageObj) {

//   pageObj.location.href = "/cgi-bin/bld_frameset.cgi?CONTENT=" + pageObj.location.pathname;

//}



// -->

