<!--

function getwin(wr_win, wname, w, h) 
	{ var w_config = "status=0,scrollbars=0,resizable=0,width=" + w + ",height=" + h; var w_var = window.open(wr_win, wname, w_config); if (w_var.history.length >= 1) 

	{ var del = -w_var.history.length; w_var.history.go(del); 
	} 
}


	//  Window for other site pages
function getwinURL(src)
	{ 
		OpenWin = window.open(src, "CtrlWindow", "resizable=yes,scrollbars=yes,location=yes,menubar=yes,toolbar=yes,status=yes,width=600,height=400"); 
	} 


//  Open page
function newPage4(fname) 
{ 
		page = document.forms[fname].selector.options[document.forms[fname].selector.selectedIndex].value
		if (page=="header")
		{
			return false;
		}
		else
		{
			window.location.href = page
	}		 
} 

<!-- 
count = 1

function menuList (name) {
if (document.images){

this.off = new Image();
this.off.src = "images/m" + count +"_" + name + "_off.gif"
this.on = new Image();
this.on.src = "images/m" + count +"_" + name + "_on.gif"

count = count + 1
        }
}

function menu_new (name) {
menuList[name] = new menuList(name);
}

function img_on (imgName) {
    if (document.images) document[imgName].src = menuList[imgName].on.src;
          
}

function img_off (imgName) {
    if (document.images) document [imgName].src = menuList[imgName].off.src;
        
}

 
if (document.images) {
 menu_new ('home');
 menu_new ('highlights');
 menu_new ('strategy');  
 menu_new ('news');
 menu_new ('back');
 menu_new ('feedback');
        } 



//-->


