// JavaScript Document

<!-- This script and many more are available free online at -->
<!-- The JavaScript Source!! http://javascript.internet.com -->

<!-- Begin
function NewWindow(mypage, myname, w, h, scroll) {
var winl = (screen.width - w) / 2;
var wint = (screen.height - h) / 2;
winprops = 'height='+h+',width='+w+',top='+wint+',left='+winl+',scrollbars='+scroll+',resizable'
win = window.open(mypage, myname, winprops)
if (parseInt(navigator.appVersion) >= 4) { win.window.focus(); }
}
//  End -->

<!-- Begin preloader of mainNav images
if (document.images)
{
  pic1= new Image(70,32); 
  pic1.src="images/topnav_hp_bg_first_hover.gif"; 
  pic2= new Image(2,32); 
  pic2.src="images/topnav_divider.jpg"; 
  pic3= new Image(70,32); 
  pic3.src="../images/topnav_bg_first_hover.gif"; 
  pic4= new Image(2,32); 
  pic4.src="../images/topnav_divider.jpg"; 
}
//  End -->

<!-- Begin script used on press release and nds in the news pages
function JumpToIt(list)
{
    var selection = list.options[list.selectedIndex].value
    if (selection != "None") 
        location.href = selection
}
function MM_jumpMenu(targ,selObj,restore){ //v3.0
  eval(targ+".location='"+selObj.options[selObj.selectedIndex].value+"'");
  if (restore) selObj.selectedIndex=0;
}
//  End -->

