// this function acts as a bridge between Flash and JavaScript
// It is used by non-Internet Explorer browsers to simply call the ws_nav_flash function
// there is a vb script version of this function in the FScommand_VBscript_relay.vbs file

function wsDetailsGraphs_DoFSCommand(command, args){
	wsDetailsGraphs(command, args);
}


