<!--


/* Function opens a new window. Used for the javascript navigation arrays.
   Links to external sites which need new windows.
*/
function popUpNewWin(url) {
	window.open(url,"","");
}



//-->



