// JavaScript Document

function MM_openBrWindow(theURL,winName,features) { //v2.0
  newwindow=window.open(theURL,winName,features);
  if (window.focus) {newwindow.focus()}
	return false;
}
/* active link handler */
/*<![CDATA[*/

var Lst;

function ActiveLink(obj){
if (Lst) Lst.className='';
 obj.className='active';
 Lst=obj;
}

/*]]>*/