hi, thanks! These are the brainjar menus. Instructions on downloading and installing are as follows (thanks, David, Chris, and Jeff):
FarCry Implementation of the Brain Jar menu DEVELOPERS: Chris Kent; Jeff Coughlin (xCode fixes); David Whiterod download the zip from here: http://www.atlas.sa.gov.au/dropzone/files/bjMenu.zip Installation Copy _bjmenu.cfm to your site's includes directory Copy bjmenu.css to your site's CSS directory (example CSS as used on http://www.atlas.sa.gov.au/go/about) Copy bjmenu.js to your site's JavaScript directory (Copyright 2000-2004 by Mike Hall. See http://www.brainjar.com for terms of use.) Add the CSS and JS files in the head section of you dmHeader.cfm file <link rel="stylesheet" type="text/css" href="#application.url.webroot#/css/bjmenu.css" media="screen" /> <script language="en" type="text/javascript" src="#application.url.webroot#/js/bjmenu.js"></script> <cfmodule> the _bmenu.cfm file where you would like the menu in your page <cfmodule template = "/farcry/#application.applicationname#/webskin/includes/_bjmenu.cfm"> The (optional) arguments are: startNavID default="#application.navid.home#" includeHomeLink default="true"
