function MM_openBrWindow(theURL,winName,features) { //v2.0

	NewWin = window.open(theURL,winName,features);
	NewWin.focus();

}

function select(target){

parent.frames['nav'].location.href="/fws/"+target+"/nav.htm";

parent.frames['subnav'].location.href="/fws/"+target+"/subnav.htm";

parent.frames['content'].location.href="/fws/"+target+"/content.htm";

if (screen.width >800)parent.frames['left'].location.href="/fws/left_b.htm";

if (screen.width <=800)parent.frames['top_800'].location.href="/fws/top_800.htm";

}



function MM_goToURL() {

  var i, args=MM_goToURL.arguments; document.MM_returnValue = false;

  for (i=0; i<(args.length-1); i+=2) eval(args[i]+".location='"+args[i+1]+"'");

}







