 /////////////////////////////////////
 //                                 //
 //  Humaniz, Inc                   //
 //  307 W. 200 South, Suite 2004   //
 //  Salt Lake City, UT 84101       //
 //  801.575.6755                   //
 //  www.humaniz.com                //
 //                                 //
 /////////////////////////////////////


/**********************************************************************
 *  menu_imports.js is used to include all the needed JavaScript      *
 *  files on the page that is using pop up menus.                     *
 *  This file is the only .js file that needs to be referenced        *
 *  by the html page that is using pop up menus.                      *
 **********************************************************************/
var filePath = "/";
urlStr = ""+window.location;
filePath="";

with (document) {
  writeln('<link rel="stylesheet" href="'+filePath+'_includes/styles.css">');
  //writeln('<script language="JavaScript" src="'+filePath+'_includes/scripts.js"></script>');
  writeln('<script language="JavaScript" src="'+filePath+'_includes/menu_objects.js"></script>');
  writeln('<script language="JavaScript" src="'+filePath+'_includes/dtf_menus.js"></script>');
  writeln('<script language="JavaScript" src="'+filePath+'_includes/menu_functions.js"></script>');
  writeln('<script language="JavaScript" src="'+filePath+'_includes/menu_writer.js"></script>');
}