function MM_openBrWindow(theURL,winName,features) {
  window.open(theURL,winName,features);
}
function hiliteOver(id) { 
	var tr=document.getElementById(id);
	tr.className='linkover';
	} 
function hiliteOut(id) { 
	var tr=document.getElementById(id);
	tr.className='linkout';
	}
function doRedirect(link){
    window.location.replace(link);
}


