
function boeing_xppr(im){var i=new Image();i.src='../images/button/bt'+im;return i;}function boeing_xpe(id){x=id.substring(0,id.length-1);document['xpwb'+x].src=eval('xpwb'+id+'.src');if(id.indexOf('e')!=-1)document['xpwb'+x+'e'].src=eval('xpwb'+id+'e.src');}
xpwb1n=boeing_xppr('1_0.gif');xpwb1o=boeing_xppr('1_1.gif');xpwb1c=boeing_xppr('1_1.gif');xpwb2n=boeing_xppr('2_0.gif');xpwb2o=boeing_xppr('2_1.gif');xpwb2c=boeing_xppr('2_1.gif');xpwb3n=boeing_xppr('3_0.gif');xpwb3o=boeing_xppr('3_1.gif');xpwb3c=boeing_xppr('3_1.gif');xpwb4n=boeing_xppr('4_0.gif');xpwb4o=boeing_xppr('4_1.gif');xpwb4c=boeing_xppr('4_1.gif');xpwb5n=boeing_xppr('5_0.gif');xpwb5o=boeing_xppr('5_1.gif');xpwb5c=boeing_xppr('5_1.gif');xpwb6n=boeing_xppr('6_0.gif');xpwb6o=boeing_xppr('6_1.gif');xpwb6c=boeing_xppr('6_1.gif');xpwb7n=boeing_xppr('7_0.gif');xpwb7o=boeing_xppr('7_1.gif');xpwb7c=boeing_xppr('7_2.gif');xpwb8n=boeing_xppr('8_0.jpg');xpwb8o=boeing_xppr('8_1.jpg');xpwb8c=boeing_xppr('8_1.jpg');xpwb9n=boeing_xppr('9_0.gif');xpwb9o=boeing_xppr('9_1.gif');xpwb9c=boeing_xppr('9_1.gif');xpwb10n=boeing_xppr('10_0.gif');xpwb10o=boeing_xppr('10_1.gif');xpwb10c=boeing_xppr('10_1.gif');xpwb11n=boeing_xppr('11_0.gif');xpwb11o=boeing_xppr('11_1.gif');xpwb11c=boeing_xppr('11_1.gif');xpwb12n=boeing_xppr('12_0.gif');xpwb12o=boeing_xppr('12_1.gif');xpwb12c=boeing_xppr('12_1.gif');xpwb13n=boeing_xppr('13_0.gif');xpwb13o=boeing_xppr('13_1.gif');xpwb13c=boeing_xppr('13_1.gif');xpwb14n=boeing_xppr('14_0.gif');xpwb14o=boeing_xppr('14_1.gif');xpwb14c=boeing_xppr('14_1.gif');xpwb15n=boeing_xppr('15_0.gif');xpwb15o=boeing_xppr('15_1.gif');xpwb15c=boeing_xppr('15_1.gif');
xpwb16n=boeing_xppr('16_0.gif');xpwb16o=boeing_xppr('16_1.gif');xpwb16c=boeing_xppr('16_1.gif');xpwb17n=boeing_xppr('16_0.gif');xpwb17o=boeing_xppr('16_1.gif');xpwb17c=boeing_xppr('16_1.gif');

var loaded = new Array();

function F_loadRollover(image,imageName) {
   if (image && image.src &&
    (null == image.out || typeof(image.out) == typeof(void(0)))) {
      s = image.src;
      image.out = new Image();
      image.out.src = s;
      image.over = new Image();
      if (imageName.lastIndexOf('/') >= 0 || imageName.lastIndexOf('\\') >=0) {
         s = imageName;
      } else {
         i = s.lastIndexOf('/');
         if (i<0) i = s.lastIndexOf('\\');
         if (i<0) { s = imageName; }
         else     { s = s.substring(0,i+1) + imageName; }
      }
      image.over.src = s;
      loaded[image.name] = image;
   }
}
function F_roll(imageName,over) {
   if (document.images) {
      if (over) { imageObject = "over"; }
      else      { imageObject = "out"; }
   image = loaded[imageName];
   if (image) {
       ref = eval("image."+imageObject);
       if (ref) image.src = eval("image."+imageObject+".src");
   }
   if (window.event)
      window.event.cancelBubble = true;
   }
}
