
/*** start code for standard rollover ***/


a001=new Image()
a001.src="/images/top_nav_hom.gif"
a002=new Image()
a002.src="/images/top_nav_hom_on.gif"

b001=new Image()
b001.src="/images/top_nav_med.gif"
b002=new Image()
b002.src="/images/top_nav_med_on.gif"

c001=new Image()
c001.src="/images/top_nav_for.gif"
c002=new Image()
c002.src="/images/top_nav_for_on.gif"

d001=new Image()
d001.src="/images/top_nav_com.gif"
d002=new Image()
d002.src="/images/top_nav_com_on.gif"

e001=new Image()
e001.src="/images/bot_nav_conf.gif"
e002=new Image()
e002.src="/images/bot_nav_conf_on.gif"

f001=new Image()
f001.src="/images/bot_nav_cont.gif"
f002=new Image()
f002.src="/images/bot_nav_cont_on.gif"

g001=new Image()
g001.src="/images/bot_nav_priv.gif"
g002=new Image()
g002.src="/images/bot_nav_priv_on.gif"

function filter(imagename,objectsrc){
if (document.images)
document.images[imagename].src=eval(objectsrc+".src")
}

/*** end code for standard rollover ***/

/*** start code for popup window ***/

var win=null;
function NewWindow(mypage,myname,w,h,scroll,pos){
        if(pos=="random"){
                LeftPosition=(screen.width)?Math.floor(Math.random()*((screen.width-w)-75)):100;
                TopPosition=(screen.height)?Math.floor(Math.random()*((screen.height-h)-75)):100;}
        if(pos=="center"){
                LeftPosition=(screen.width)?(screen.width-w)/2:100;
                TopPosition=(screen.height)?(screen.height-h)/2:100;}
		if(pos=="rightcolumn"){
                LeftPosition=(screen.width)?(screen.width-w)/2+255:100;
                TopPosition=(screen.height)?(screen.height-h)/2:100;}				
        else if((pos!="center" && pos!="random") || pos==null){
                LeftPosition=0;
                TopPosition=20}

        settings='height='+h+',width='+w+',top='+TopPosition+',left='+LeftPosition+',scrollbars='+scroll+',resizable=no';
        win=window.open(mypage,myname,settings);
        if(win.focus){win.focus();}}

/*** end code for popup window ***/

/*** start code for error catching ***/
// Netscape fix resize bug Ns4
function WM_netscapeCssFix() {
  if (document.WM.WM_netscapeCssFix.initWindowWidth != window.innerWidth ||
        document.WM.WM_netscapeCssFix.initWindowHeight != window.innerHeight) {
     document.location = document.location;
    }
}

function WM_netscapeCssFixCheckIn() {
  if ((navigator.appName == 'Netscape') && (parseInt(navigator.appVersion) == 4)) {
    if (typeof document.WM == 'undefined'){
       document.WM = new Object;
       }
    if (typeof document.WM.WM_scaleFont == 'undefined') {
       document.WM.WM_netscapeCssFix = new Object;
       document.WM.WM_netscapeCssFix.initWindowWidth = window.innerWidth;
       document.WM.WM_netscapeCssFix.initWindowHeight = window.innerHeight;
       }
    window.onresize = WM_netscapeCssFix;
  }
}

WM_netscapeCssFixCheckIn();

// catch all errors...
function stopError() {return true;}
window.onerror=stopError;

/*** end code for error catching ***/




