<!--
// mouseover
if (document.images) {
 
  image1on = new Image(); image1on.src = "graphics/nav1_on.gif";
  image2on = new Image(); image2on.src = "graphics/nav2_on.gif";
  image3on = new Image(); image3on.src = "graphics/nav3_on.gif";
  image4on = new Image(); image4on.src = "graphics/nav4_on.gif";
  image5on = new Image(); image5on.src = "graphics/nav5_on.gif";
  image6on = new Image(); image6on.src = "graphics/nav6_on.gif";
  image7on = new Image(); image7on.src = "graphics/nav7_on.gif";
  image8on = new Image(); image8on.src = "graphics/nav8_on.gif";  
  image8non = new Image(); image8non.src = "graphics/nav8n_on.gif"; 
  image9on = new Image(); image9on.src = "graphics/nav9_on.gif";  

  image1off = new Image(); image1off.src = "graphics/nav1_off.gif";
  image2off = new Image(); image2off.src = "graphics/nav2_off.gif";
  image3off = new Image(); image3off.src = "graphics/nav3_off.gif";
  image4off = new Image(); image4off.src = "graphics/nav4_off.gif";
  image5off = new Image(); image5off.src = "graphics/nav5_off.gif";
  image6off = new Image(); image6off.src = "graphics/nav6_off.gif";
  image7off = new Image(); image7off.src = "graphics/nav7_off.gif";
  image8off = new Image(); image8off.src = "graphics/nav8_off.gif";
  image8noff = new Image(); image8noff.src = "graphics/nav8n_off.gif";
  image9off = new Image(); image9off.src = "graphics/nav9_off.gif";


  imageIR_Stock_on = new Image(); imageIR_Stock_on.src = "graphics/ir_stock_on.gif";
  imageIR_Stock_off = new Image(); imageIR_Stock_off.src = "graphics/ir_stock_off.gif";

  imageIR_Press_on = new Image(); imageIR_Press_on.src = "graphics/ir_press_on.gif";
  imageIR_Press_off = new Image(); imageIR_Press_off.src = "graphics/ir_press_off.gif";

  imageIR_Sec_on = new Image(); imageIR_Sec_on.src = "graphics/ir_sec_on.gif";
  imageIR_Sec_off = new Image(); imageIR_Sec_off.src = "graphics/ir_sec_off.gif";

  imageIR_Reports_on = new Image(); imageIR_Reports_on.src = "graphics/ir_reports_on.gif";
  imageIR_Reports_off = new Image(); imageIR_Reports_off.src = "graphics/ir_reports_off.gif";

  imageIR_Presentations_on = new Image(); imageIR_Presentations_on.src = "graphics/ir_presentations_on.gif";
  imageIR_Presentations_off = new Image(); imageIR_Presentations_off.src = "graphics/ir_presentations_off.gif";

  imageIR_Calendar_on = new Image(); imageIR_Calendar_on.src = "graphics/ir_calendar_on.gif";
  imageIR_Calendar_off = new Image(); imageIR_Calendar_off.src = "graphics/ir_calendar_off.gif";

  imageIR_Analyst_on = new Image(); imageIR_Analyst_on.src = "graphics/ir_analyst_on.gif";
  imageIR_Analyst_off = new Image(); imageIR_Analyst_off.src = "graphics/ir_analyst_off.gif";

  imageIR_Alerts_on = new Image(); imageIR_Alerts_on.src = "graphics/ir_alerts_on.gif";
  imageIR_Alerts_off = new Image(); imageIR_Alerts_off.src = "graphics/ir_alerts_off.gif";

  imageIR_Inquries_on = new Image(); imageIR_Inquries_on.src = "graphics/ir_inquries_on.gif";
  imageIR_Inquries_off = new Image(); imageIR_Inquries_off.src = "graphics/ir_inquries_off.gif";

  imageIR_Ethics_on = new Image(); imageIR_Ethics_on.src = "graphics/ir_ethics_on.gif";
  imageIR_Ethics_off = new Image(); imageIR_Ethics_off.src = "graphics/ir_ethics_off.gif";


  imageIR_Factsheets_on = new Image(); imageIR_Factsheets_on.src = "graphics/ir_factsheets_on.gif";
  imageIR_Factsheets_off = new Image(); imageIR_Factsheets_off.src = "graphics/ir_factsheets_off.gif";

  imageIR_Media_Interviews_on = new Image(); imageIR_Media_Interviews_on.src = "graphics/ir_media_interviews_on.gif";
  imageIR_Media_Interviews_off = new Image(); imageIR_Media_Interviews_off.src = "graphics/ir_media_interviews_off.gif";


  imageIR_Kit_on = new Image(); imageIR_Kit_on.src = "graphics/ir_kit_on.gif";
  imageIR_Kit_off = new Image(); imageIR_Kit_off.src = "graphics/ir_kit_off.gif";


  imageIR_Fleet_Deploy_on = new Image(); imageIR_Fleet_Deploy_on.src = "graphics/ir_fleet_deploy_on.gif";
  imageIR_Fleet_Deploy_off = new Image(); imageIR_Fleet_Deploy_off.src = "graphics/ir_fleet_deploy_off.gif";



  imageIR_2009AGM_on = new Image(); imageIR_2009AGM_on.src = "graphics/ir_2009_agm_on.gif";
  imageIR_2009AGM_off = new Image(); imageIR_2009AGM_off.src = "graphics/ir_2009_agm_off.gif";


  imageIR_2010AGM_on = new Image(); imageIR_2010AGM_on.src = "graphics/ir_2010_agm_on.gif";
  imageIR_2010AGM_off = new Image(); imageIR_2010AGM_off.src = "graphics/ir_2010_agm_off.gif";


  imageIR_2011AGM_on = new Image(); imageIR_2011AGM_on.src = "graphics/ir_2011_agm_on.gif";
  imageIR_2011AGM_off = new Image(); imageIR_2011AGM_off.src = "graphics/ir_2011_agm_off.gif";



  imageIR_xbrl_on = new Image(); imageIR_xbrl_on.src = "graphics/ir_xbrl_on.gif";
  imageIR_xbrl_off = new Image(); imageIR_xbrl_off.src = "graphics/ir_xbrl_off.gif";







}
function changeImages() {
  if (document.images) {
    for (var i=0; i<changeImages.arguments.length; i+=2) {
      document[changeImages.arguments[i]].src = eval(changeImages.arguments[i+1] + ".src");
    }
  }
}



// auto centering popup
var win = null;
function Detail(MyPage,MyName,w,h){
LeftPosition = (screen.width) ? (screen.width-w)/2 : 0;
TopPosition = (screen.height) ? (screen.height-h)/2 : 0;
settings =
'height='+h+',width='+w+',top='+TopPosition+',left='+LeftPosition+',scrollbars=no,resizable=no,status=yes,menubar=no'
win = window.open(MyPage,MyName,settings)
if(win.window.focus){win.window.focus();}
}

//-->
