


function MM_openBrWindow(theURL,winName,features) { //v2.0
  window.open(theURL,winName,features);
}





	PRroot="../";
	PRshowDiv=1;
	PRshowSubDiv=99;

	function isCommunicatorStart( ){
		
		if( navigator.appName == "Netscape" ){
			return "/*";
		} else {
			return "";
		}
		
	}
	function isCommunicatorEnd( ){
		
		if( navigator.appName == "Netscape" ){
			return "*/";
		} else {
			return "";
		}
}
	
function setLocation( url ){

	parent.location = url;
	
}

function setNocomCorpSelectChoice( ){
	
	var url = document.nocomCorpForm.nocomCorpSelect.options[ document.nocomCorpForm.nocomCorpSelect.selectedIndex ].value;
	
	if ( url != "none" ) {
		setLocation( url );
	}
	
}