	function MM_openBrWindow(theURL,winName,features) { //v2.0
 		window.open(theURL,winName,features);
	}
	
	//*********************************************************************
	// Function: myswf_DoFSCommand(command, args)
	//*********************************************************************
	function swf_DoFSCommand(command, args){
		var newLoc = top.window.bottomFrame.window.location;
		switch(command){
			case "close":
				top.window.close(); 
				break;
			case "main":
				newLoc.href = "/apps/webnet/navigate.jsp?c=ABM10000";
				break;
			case "sampler":
				newLoc.href = "/apps/webnet/navigate.jsp?index=abm_sampler";
				break;
			case "demo_request":
				newLoc.href = "/apps/webnet/navigate.jsp?index=abm_request_demo";
				break;
			case "sol01": //plays animation (default starting point when SOLUTION is clicked).
				newLoc.href = "/apps/webnet/navigate.jsp?index=abm_solution_1";
				break;
			case "sol02": //plays animation.
				newLoc.href = "/apps/webnet/navigate.jsp?index=abm_solution_2";
				break;
			case "sol03": //plays animation.
				newLoc.href = "/apps/webnet/navigate.jsp?index=abm_solution_3";
				break;
			case "whitepaper":
				newLoc.href = "/apps/webnet/navigate.jsp?index=abm_whitepaper";
				break;
			case "download_whitepaper":
				newLoc.href = "/apps/webnet/navigate.jsp?index=abm_whitepaper_download";
				break;
			case "sas9":
				newLoc.href = "/apps/webnet/navigate.jsp?index=abm_sas9";
				break;
			case "launch_sas9":
				newLoc.href = "/apps/webnet/navigate.jsp?index=abm_sas9_launch";
				break;
			case "about_sas":
				newLoc.href = "/apps/webnet/navigate.jsp?index=abm_about_sas";
				break;
			case "take_action":
				newLoc.href = "/apps/webnet/navigate.jsp?index=abm_take_action";
				break;
			case "contact_me":
				newLoc.href = "/apps/webnet/navigate.jsp?index=abm_contact_me";
				break;
			case "customer":
				newLoc.href = "/apps/webnet/navigate.jsp?index=abm_viewpoint";
				break;
			case "solution":
			case "showmenu":
			case "fullscreen":
			case "allowscale":
				break;
			default://abm_home
				alert(command)
		}
	}
