var sectorname = new Array('main','am','as','wm','is','ts','bd');

if (document.images) {
  var imghome = new Array();

  for(i=0; i< sectorname.length; i++) {
    imghome[i] = new Image();
    imghome[i].src = "/img/nav/"+sectorname[i]+".jpg";
  }

}



function getHPFlash() {
	if (is_Flash) {
	document.writeln('<div id="hpflash"><object  classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=7,0,0,0" width="762" height="270">');
	document.writeln('<param name="movie" value="index.swf">');
	document.writeln('<param name="quality" value="high">');
	document.writeln('<param name="bgcolor" value="#ffffff">');
	document.writeln('<param name="wmode" value="transparent">');
	document.writeln('<embed  wmode="transparent" src="index.swf" quality="high" bgcolor="#FFFFFF" width="762" height="270" type="application/x-shockwave-flash" pluginspage="http://www.macromedia.com/go/getflashplayer">');
	document.writeln('<noembed><img src="" alt=""></noembed>');
	document.writeln('</embed>');
	document.writeln('</object></div>');
	} else {
		document.writeln('<div id="hpjpg"><img src="/img/nav/main.jpg" width="762" height="270" border="0" name="hp" usemap="#hpnavjs" /></div>');
	}
}



