<!--

function MM_openBrWindow(theURL,winName,features) { //v2.0
  window.open(theURL,winName,features);
}

function refreshNav(refreshLink) { 
var a,image_type,on_image,off_image; 
if (parent.frames["bottomrightframe"].document) { 
if (parent.frames["bottomrightframe"].document.images) { 
var x = parent.frames["bottomrightframe"].document.images; 
for (i=0; i < x.length; i++) { 
image_type = parent.frames["bottomrightframe"].document.images[i].className; 
if (parent.frames["bottomrightframe"].document.images[i].name == refreshLink) { 
on_image = 'images/buttons/'+image_type+'_on.jpg'; 
parent.frames["bottomrightframe"].document.images[i].src = on_image; 

if (parent.frames["bottomrightframe"].document.MM_sr) { 
a = parent.frames["bottomrightframe"].document.MM_sr; 
off_image = 'images/buttons/'+image_type+'_out.jpg'; 
for (j=0; j<a.length; j++) { 
if(a[j].name == refreshLink){ 
a[j].oSrc = on_image; 
} 
} 
} 
} 
else { 
off_image = 'images/buttons/'+image_type+'_out.jpg'; 
parent.frames["bottomrightframe"].document.images[i].src = off_image; 
} 
} 
} 
} 
}

-->
