/*** 
This is the menu creation code - place it right after you body tag
Feel free to add this to a stand-alone js file and link it to your page.
**/

//Setting IE5.5 and IE6 to use dom creation for standard compatability - though you don't really need to
//bw.usedom=bw.ns6||bw.ie6||bw.ie55

oCMenu=new makeCM("oCMenu") //Making the menu object. Argument: menuname

//Menu properties
oCMenu.pxBetween=0
oCMenu.fromLeft=10
oCMenu.fromTop=60
oCMenu.rows=0
oCMenu.menuPlacement="left"

oCMenu.offlineRoot="file:///C|/Inetpub/wwwroot/dhtmlcentral/"
oCMenu.onlineRoot="/coolmenus/"
oCMenu.resizeCheck=1
oCMenu.wait=750
oCMenu.fillImg="cm_fill.gif"
oCMenu.zIndex=0

//Background bar properties
oCMenu.useBar=1
oCMenu.barWidth="menu"
oCMenu.barHeight="menu"
oCMenu.barClass="clBar"
oCMenu.barX="menu"
oCMenu.barY="menu"
oCMenu.barBorderX=0
oCMenu.barBorderY=0
oCMenu.barBorderClass=""

//Level properties - ALL properties have to be spesified in level 0
oCMenu.level[0]=new cm_makeLevel() //Add this for each new level
oCMenu.level[0].width=130
oCMenu.level[0].height=24
oCMenu.level[0].regClass="clLevel0"
oCMenu.level[0].overClass="clLevel0over"
oCMenu.level[0].borderX=1
oCMenu.level[0].borderY=1
oCMenu.level[0].borderClass="clLevel0border"
oCMenu.level[0].offsetX=-35
oCMenu.level[0].offsetY=0
oCMenu.level[0].rows=0
oCMenu.level[0].arrow=0
oCMenu.level[0].arrowWidth=0
oCMenu.level[0].arrowHeight=0
oCMenu.level[0].align="right"

//EXAMPLE SUB LEVEL[1] PROPERTIES - You have to specify the properties you want different from LEVEL[0] - If you want all items to look the same just remove this
oCMenu.level[1]=new cm_makeLevel() //Add this for each new level (adding one to the number)
oCMenu.level[1].width=oCMenu.level[0].width * 1.5		//make lower levels 150% of the base
oCMenu.level[1].regClass="clLevel1"
oCMenu.level[1].overClass="clLevel1over"
oCMenu.level[1].borderClass="clLevel1border"

oCMenu.makeMenu("menu62", "", "Calendar", "http://www.rckara.org/calendar/index.php?ID=62", "");
oCMenu.makeMenu("menu42", "", "Club Information", "http://www.rckara.org/index.php?ID=42", "");
oCMenu.makeMenu("menu61", "", "Links", "http://www.rckara.org/links/?ID=61", "");
oCMenu.makeMenu("menu59", "", "Newsletter", "http://www.rckara.org/index.php?ID=59", "");
oCMenu.makeMenu("menu63", "", "Photo Gallery", "http://www.rckara.org/gallery/index.php?ID=63", "");
oCMenu.makeMenu("menu41", "", "Project Traveler", "http://www.rckara.org/index.php?ID=41", "");
oCMenu.makeMenu("menu60", "", "Tech Exchange", "http://www.rckara.org/index.php?ID=60", "");
oCMenu.makeMenu("menu82", "menu41", "General Information", "http://www.rckara.org/index.php?ID=82", "", 0, 0, "", "", "", 0, "right");
oCMenu.makeMenu("menu83", "menu41", "Flights", "http://www.rckara.org/index.php?ID=83", "", 0, 0, "", "", "", 0, "right");
oCMenu.makeMenu("menu86", "menu41", "Ballooning Software", "http://www.rckara.org/index.php?ID=86", "", 0, 0, "", "", "", 0, "right");
oCMenu.makeMenu("menu84", "menu41", "Future Ideas to Ponder", "http://www.rckara.org/index.php?ID=84", "", 0, 0, "", "", "", 0, "right");
oCMenu.makeMenu("menu85", "menu41", "Technical Information", "http://www.rckara.org/index.php?ID=85", "", 0, 0, "", "", "", 0, "right");
oCMenu.makeMenu("menu208", "menu42", "Field Day", "http://www.rckara.org/index.php?ID=208", "", 0, 0, "", "", "", 0, "right");
oCMenu.makeMenu("menu56", "menu42", "Club Membership", "http://www.rckara.org/content.php?contentID=27&ID=56", "", 0, 0, "", "", "", 0, "right");
oCMenu.makeMenu("menu194", "menu42", "Club Roster", "http://www.rckara.org/roster/?ID=194", "", 0, 0, "", "", "", 0, "right");
oCMenu.makeMenu("menu196", "menu42", "Contact us", "http://www.rckara.org/contact_us/index.php?ID=196", "", 0, 0, "", "", "", 0, "right");
oCMenu.makeMenu("menu54", "menu42", "Minutes of Meeting", "http://www.rckara.org/index.php?ID=54", "", 0, 0, "", "", "", 0, "right");
oCMenu.makeMenu("menu195", "menu42", "Net Control Script", "http://www.rckara.org/content.php?contentID=128&ID=195", "", 0, 0, "", "", "", 0, "right");
oCMenu.makeMenu("menu53", "menu42", "New Member Packet", "http://www.rckara.org/content.php?contentID=29&ID=53", "", 0, 0, "", "", "", 0, "right");
oCMenu.makeMenu("menu197", "menu42", "Radio License Study Sessions", "http://www.rckara.org/content.php?contentID=129&ID=197", "", 0, 0, "", "", "", 0, "right");
oCMenu.makeMenu("menu55", "menu42", "RCKARA Constitution", "http://www.rckara.org/content.php?contentID=31&ID=55", "", 0, 0, "", "", "", 0, "right");
oCMenu.makeMenu("menu188", "menu42", "Weekend Radio Classes", "http://www.rckara.org/content.php?contentID=125&ID=188", "", 0, 0, "", "", "", 0, "right");
oCMenu.makeMenu("menu106", "menu54", "1998 Minutes", "http://www.rckara.org/index.php?ID=106", "", 0, 0, "", "", "", 0, "right");
oCMenu.makeMenu("menu107", "menu54", "1999 Minutes", "http://www.rckara.org/index.php?ID=107", "", 0, 0, "", "", "", 0, "right");
oCMenu.makeMenu("menu108", "menu54", "2000 Minutes", "http://www.rckara.org/index.php?ID=108", "", 0, 0, "", "", "", 0, "right");
oCMenu.makeMenu("menu109", "menu54", "2001 Minutes", "http://www.rckara.org/index.php?ID=109", "", 0, 0, "", "", "", 0, "right");
oCMenu.makeMenu("menu110", "menu54", "2002 Minutes", "http://www.rckara.org/index.php?ID=110", "", 0, 0, "", "", "", 0, "right");
oCMenu.makeMenu("menu111", "menu54", "2003 Minutes", "http://www.rckara.org/index.php?ID=111", "", 0, 0, "", "", "", 0, "right");
oCMenu.makeMenu("menu112", "menu54", "2004 Minutes", "http://www.rckara.org/index.php?ID=112", "", 0, 0, "", "", "", 0, "right");
oCMenu.makeMenu("menu113", "menu54", "2005 Minutes", "http://www.rckara.org/index.php?ID=113", "", 0, 0, "", "", "", 0, "right");
oCMenu.makeMenu("menu198", "menu54", "2006 Minutes", "http://www.rckara.org/index.php?ID=198", "", 0, 0, "", "", "", 0, "right");
oCMenu.makeMenu("menu199", "menu54", "2007 Minutes", "http://www.rckara.org/index.php?ID=199", "", 0, 0, "", "", "", 0, "right");
oCMenu.makeMenu("menu200", "menu54", "2008 Minutes", "http://www.rckara.org/index.php?ID=200", "", 0, 0, "", "", "", 0, "right");
oCMenu.makeMenu("menu154", "menu59", "Current Articles", "http://www.rckara.org/index.php?ID=154", "", 0, 0, "", "", "", 0, "right");
oCMenu.makeMenu("menu156", "menu59", "Archived Articles", "http://www.rckara.org/index.php?ID=156", "", 0, 0, "", "", "", 0, "right");
oCMenu.makeMenu("menu155", "menu59", "Classics", "http://www.rckara.org/index.php?ID=155", "", 0, 0, "", "", "", 0, "right");
oCMenu.makeMenu("menu66", "menu60", "APRS Equipment", "http://www.rckara.org/index.php?ID=66", "", 0, 0, "", "", "", 0, "right");
oCMenu.makeMenu("menu64", "menu60", "Calculators", "http://www.rckara.org/index.php?ID=64", "", 0, 0, "", "", "", 0, "right");
oCMenu.makeMenu("menu65", "menu60", "Computers", "http://www.rckara.org/index.php?ID=65", "", 0, 0, "", "", "", 0, "right");
oCMenu.makeMenu("menu67", "menu60", "Home Brew Equipment", "http://www.rckara.org/index.php?ID=67", "", 0, 0, "", "", "", 0, "right");
oCMenu.makeMenu("menu68", "menu60", "Mobile Vehicle Installations", "http://www.rckara.org/index.php?ID=68", "", 0, 0, "", "", "", 0, "right");
oCMenu.makeMenu("menu78", "menu60", "T-Hunting Equipment", "http://www.rckara.org/index.php?ID=78", "", 0, 0, "", "", "", 0, "right");
oCMenu.makeMenu("menu73", "menu65", "Linux Project Notes", "http://www.rckara.org/content/tech_exchange/computers/project_notes.pdf", "_blank", 0, 0, "", "", "", 0, "right");
oCMenu.makeMenu("menu74", "menu65", "vi Crash Course", "http://www.rckara.org/content.php?contentID=37&ID=74", "", 0, 0, "", "", "", 0, "right");
oCMenu.makeMenu("menu72", "menu65", "Zack's Software Recommendat...", "http://www.rckara.org/content.php?contentID=36&ID=72", "", 0, 0, "", "", "", 0, "right");
oCMenu.makeMenu("menu69", "menu66", "Project: Traveler APRS Board", "http://www.rckara.org/index.php?ID=69", "", 0, 0, "", "", "", 0, "right");
oCMenu.makeMenu("menu76", "menu67", "Alinco DX-70 to SGC Tuner I...", "http://www.rckara.org/content.php?contentID=39&ID=76", "", 0, 0, "", "", "", 0, "right");
oCMenu.makeMenu("menu75", "menu68", "Car Wiring", "http://www.rckara.org/content.php?contentID=38&ID=75", "", 0, 0, "", "", "", 0, "right");
oCMenu.makeMenu("menu77", "menu68", "Dodge Caravan Install", "http://www.rckara.org/content.php?contentID=40&ID=77", "", 0, 0, "", "", "", 0, "right");
oCMenu.makeMenu("menu70", "menu69", "Project: Traveler's APRS Board", "http://www.rckara.org/content.php?contentID=35&ID=70", "", 0, 0, "", "", "", 0, "right");
oCMenu.makeMenu("menu71", "menu69", "APRS Controller Schematics", "http://www.rckara.org/content/tech_exchange/aprs_board/schem_and_pcb.pdf", "_blank", 0, 0, "", "", "", 0, "right");
oCMenu.makeMenu("menu81", "menu78", "Active Attenuator", "http://www.rckara.org/content.php?contentID=42&ID=81", "", 0, 0, "", "", "", 0, "right");
oCMenu.makeMenu("menu80", "menu78", "T-Hunt Fox", "http://www.rckara.org/content.php?contentID=41&ID=80", "", 0, 0, "", "", "", 0, "right");
oCMenu.makeMenu("menu79", "menu78", "Tape Measure Antennas", "http://home.att.net/~jleggio/projects/rdf/tape_bm.htm", "_blank", 0, 0, "", "", "", 0, "right");
oCMenu.makeMenu("menu93", "menu82", "Project: Traveler Sponsors", "http://www.rckara.org/content.php?contentID=47&ID=93", "", 0, 0, "", "", "", 0, "right");
oCMenu.makeMenu("menu105", "menu82", "Balloon Packing List", "http://www.rckara.org/content.php?contentID=59&ID=105", "", 0, 0, "", "", "", 0, "right");
oCMenu.makeMenu("menu175", "menu82", "Pre-Launch Checklist", "http://www.rckara.org/content.php?contentID=119&ID=175", "", 0, 0, "", "", "", 0, "right");
oCMenu.makeMenu("menu176", "menu83", "Flight #13 - 2005a", "http://www.rckara.org/index.php?ID=176", "", 0, 0, "", "", "", 0, "right");
oCMenu.makeMenu("menu184", "menu83", "Flight #14 - 2005b", "http://www.rckara.org/index.php?ID=184", "", 0, 0, "", "", "", 0, "right");
oCMenu.makeMenu("menu186", "menu83", "Flight #15 - 2005c", "http://www.rckara.org/index.php?ID=186", "", 0, 0, "", "", "", 0, "right");
oCMenu.makeMenu("menu190", "menu83", "Flight #16 - 2005d", "http://www.rckara.org/index.php?ID=190", "", 0, 0, "", "", "", 0, "right");
oCMenu.makeMenu("menu104", "menu83", "Flight #12 - 2004d", "http://www.rckara.org/content.php?contentID=58&ID=104", "", 0, 0, "", "", "", 0, "right");
oCMenu.makeMenu("menu103", "menu83", "Flight #11 - 2004c (GPSL 2004)", "http://www.rckara.org/content.php?contentID=57&ID=103", "", 0, 0, "", "", "", 0, "right");
oCMenu.makeMenu("menu102", "menu83", "Flight #10 - 2004b", "http://www.rckara.org/content.php?contentID=56&ID=102", "", 0, 0, "", "", "", 0, "right");
oCMenu.makeMenu("menu101", "menu83", "Flight #9 - 2004a", "http://www.rckara.org/content.php?contentID=55&ID=101", "", 0, 0, "", "", "", 0, "right");
oCMenu.makeMenu("menu100", "menu83", "Flight #8 - 2003b", "http://www.rckara.org/content.php?contentID=54&ID=100", "", 0, 0, "", "", "", 0, "right");
oCMenu.makeMenu("menu99", "menu83", "Flight #7 - 2003a", "http://www.rckara.org/content.php?contentID=53&ID=99", "", 0, 0, "", "", "", 0, "right");
oCMenu.makeMenu("menu98", "menu83", "Flight #6 - 2002d", "http://www.rckara.org/content.php?contentID=52&ID=98", "", 0, 0, "", "", "", 0, "right");
oCMenu.makeMenu("menu97", "menu83", "Flight #5 - 2002c (GPSL 2002)", "http://www.rckara.org/content.php?contentID=51&ID=97", "", 0, 0, "", "", "", 0, "right");
oCMenu.makeMenu("menu96", "menu83", "Flight #4 - 2002b", "http://www.rckara.org/content.php?contentID=50&ID=96", "", 0, 0, "", "", "", 0, "right");
oCMenu.makeMenu("menu95", "menu83", "Flight #3 - 2002a", "http://www.rckara.org/content.php?contentID=49&ID=95", "", 0, 0, "", "", "", 0, "right");
oCMenu.makeMenu("menu94", "menu83", "Flight #2 - 2001b", "http://www.rckara.org/content.php?contentID=48&ID=94", "", 0, 0, "", "", "", 0, "right");
oCMenu.makeMenu("menu92", "menu83", "Flight #1 - 2001a", "http://www.rckara.org/content.php?contentID=46&ID=92", "", 0, 0, "", "", "", 0, "right");
oCMenu.makeMenu("menu91", "menu84", "Balloon Cutdown Device", "http://www.rckara.org/content.php?contentID=45&ID=91", "", 0, 0, "", "", "", 0, "right");
oCMenu.makeMenu("menu90", "menu85", "Canon Elph LT for Balloon Use", "http://www.rckara.org/content.php?contentID=44&ID=90", "", 0, 0, "", "", "", 0, "right");
oCMenu.makeMenu("menu88", "menu85", "FAR 101 Regulations", "http://www.gpoaccess.gov/ecfr/", "_blank", 0, 0, "", "", "", 0, "right");
oCMenu.makeMenu("menu87", "menu85", "Garmin GPS-35 Tech Specs", "http://www.rckara.org/project_traveler/data/garmin_gps_35/garmin_oem_35.pdf?ID=87", "", 0, 0, "", "", "", 0, "right");
oCMenu.makeMenu("menu169", "menu85", "Helium Tank Sizes/Pricing", "http://www.rckara.org/content.php?contentID=113&ID=169", "", 0, 0, "", "", "", 0, "right");
oCMenu.makeMenu("menu89", "menu85", "Little Wheel", "http://www.rckara.org/content.php?contentID=43&ID=89", "", 0, 0, "", "", "", 0, "right");
oCMenu.makeMenu("menu120", "menu106", "November 10", "http://www.rckara.org/content.php?contentID=66&ID=120", "", 0, 0, "", "", "", 0, "right");
oCMenu.makeMenu("menu119", "menu106", "September 8", "http://www.rckara.org/content.php?contentID=65&ID=119", "", 0, 0, "", "", "", 0, "right");
oCMenu.makeMenu("menu118", "menu106", "July 14", "http://www.rckara.org/content.php?contentID=64&ID=118", "", 0, 0, "", "", "", 0, "right");
oCMenu.makeMenu("menu117", "menu106", "June 9", "http://www.rckara.org/content.php?contentID=63&ID=117", "", 0, 0, "", "", "", 0, "right");
oCMenu.makeMenu("menu116", "menu106", "May 12", "http://www.rckara.org/content.php?contentID=62&ID=116", "", 0, 0, "", "", "", 0, "right");
oCMenu.makeMenu("menu115", "menu106", "April 14", "http://www.rckara.org/content.php?contentID=61&ID=115", "", 0, 0, "", "", "", 0, "right");
oCMenu.makeMenu("menu114", "menu106", "March 10", "http://www.rckara.org/content.php?contentID=60&ID=114", "", 0, 0, "", "", "", 0, "right");
oCMenu.makeMenu("menu126", "menu107", "December 13", "http://www.rckara.org/content.php?contentID=72&ID=126", "", 0, 0, "", "", "", 0, "right");
oCMenu.makeMenu("menu125", "menu107", "November 9", "http://www.rckara.org/content.php?contentID=71&ID=125", "", 0, 0, "", "", "", 0, "right");
oCMenu.makeMenu("menu124", "menu107", "October 12", "http://www.rckara.org/content.php?contentID=70&ID=124", "", 0, 0, "", "", "", 0, "right");
oCMenu.makeMenu("menu123", "menu107", "September 14", "http://www.rckara.org/content.php?contentID=69&ID=123", "", 0, 0, "", "", "", 0, "right");
oCMenu.makeMenu("menu122", "menu107", "March 9", "http://www.rckara.org/content.php?contentID=68&ID=122", "", 0, 0, "", "", "", 0, "right");
oCMenu.makeMenu("menu121", "menu107", "February 9", "http://www.rckara.org/content.php?contentID=67&ID=121", "", 0, 0, "", "", "", 0, "right");
oCMenu.makeMenu("menu127", "menu108", "January 11", "http://www.rckara.org/content.php?contentID=73&ID=127", "", 0, 0, "", "", "", 0, "right");
oCMenu.makeMenu("menu131", "menu110", "December 10", "http://www.rckara.org/content.php?contentID=77&ID=131", "", 0, 0, "", "", "", 0, "right");
oCMenu.makeMenu("menu130", "menu110", "November 12", "http://www.rckara.org/content.php?contentID=76&ID=130", "", 0, 0, "", "", "", 0, "right");
oCMenu.makeMenu("menu128", "menu110", "October 8", "http://www.rckara.org/content.php?contentID=74&ID=128", "", 0, 0, "", "", "", 0, "right");
oCMenu.makeMenu("menu129", "menu110", "September 10", "http://www.rckara.org/content.php?contentID=75&ID=129", "", 0, 0, "", "", "", 0, "right");
oCMenu.makeMenu("menu142", "menu111", "December 7", "http://www.rckara.org/content.php?contentID=88&ID=142", "", 0, 0, "", "", "", 0, "right");
oCMenu.makeMenu("menu141", "menu111", "November 11", "http://www.rckara.org/content.php?contentID=87&ID=141", "", 0, 0, "", "", "", 0, "right");
oCMenu.makeMenu("menu140", "menu111", "October 14", "http://www.rckara.org/content.php?contentID=86&ID=140", "", 0, 0, "", "", "", 0, "right");
oCMenu.makeMenu("menu139", "menu111", "September 9", "http://www.rckara.org/content.php?contentID=85&ID=139", "", 0, 0, "", "", "", 0, "right");
oCMenu.makeMenu("menu138", "menu111", "July 8", "http://www.rckara.org/content.php?contentID=84&ID=138", "", 0, 0, "", "", "", 0, "right");
oCMenu.makeMenu("menu137", "menu111", "June 10", "http://www.rckara.org/content.php?contentID=83&ID=137", "", 0, 0, "", "", "", 0, "right");
oCMenu.makeMenu("menu136", "menu111", "May 13", "http://www.rckara.org/content.php?contentID=82&ID=136", "", 0, 0, "", "", "", 0, "right");
oCMenu.makeMenu("menu135", "menu111", "April 8", "http://www.rckara.org/content.php?contentID=81&ID=135", "", 0, 0, "", "", "", 0, "right");
oCMenu.makeMenu("menu134", "menu111", "March 11", "http://www.rckara.org/content.php?contentID=80&ID=134", "", 0, 0, "", "", "", 0, "right");
oCMenu.makeMenu("menu133", "menu111", "February 11", "http://www.rckara.org/content.php?contentID=79&ID=133", "", 0, 0, "", "", "", 0, "right");
oCMenu.makeMenu("menu132", "menu111", "January 14", "http://www.rckara.org/content.php?contentID=78&ID=132", "", 0, 0, "", "", "", 0, "right");
oCMenu.makeMenu("menu153", "menu112", "November 9", "http://www.rckara.org/content.php?contentID=99&ID=153", "", 0, 0, "", "", "", 0, "right");
oCMenu.makeMenu("menu152", "menu112", "October 12", "http://www.rckara.org/content.php?contentID=98&ID=152", "", 0, 0, "", "", "", 0, "right");
oCMenu.makeMenu("menu151", "menu112", "September 14", "http://www.rckara.org/content.php?contentID=97&ID=151", "", 0, 0, "", "", "", 0, "right");
oCMenu.makeMenu("menu150", "menu112", "August 10", "http://www.rckara.org/content.php?contentID=96&ID=150", "", 0, 0, "", "", "", 0, "right");
oCMenu.makeMenu("menu149", "menu112", "July 13", "http://www.rckara.org/content.php?contentID=95&ID=149", "", 0, 0, "", "", "", 0, "right");
oCMenu.makeMenu("menu148", "menu112", "June 8", "http://www.rckara.org/content.php?contentID=94&ID=148", "", 0, 0, "", "", "", 0, "right");
oCMenu.makeMenu("menu147", "menu112", "May 11", "http://www.rckara.org/content.php?contentID=93&ID=147", "", 0, 0, "", "", "", 0, "right");
oCMenu.makeMenu("menu146", "menu112", "April 13", "http://www.rckara.org/content.php?contentID=92&ID=146", "", 0, 0, "", "", "", 0, "right");
oCMenu.makeMenu("menu145", "menu112", "March 9", "http://www.rckara.org/content.php?contentID=91&ID=145", "", 0, 0, "", "", "", 0, "right");
oCMenu.makeMenu("menu144", "menu112", "February 10", "http://www.rckara.org/content.php?contentID=90&ID=144", "", 0, 0, "", "", "", 0, "right");
oCMenu.makeMenu("menu143", "menu112", "January 13", "http://www.rckara.org/content.php?contentID=89&ID=143", "", 0, 0, "", "", "", 0, "right");
oCMenu.makeMenu("menu170", "menu113", "January 11", "http://www.rckara.org/content.php?contentID=114&ID=170", "", 0, 0, "", "", "", 0, "right");
oCMenu.makeMenu("menu179", "menu154", "ARRL Encouraged by New Moto...", "http://www.rckara.org/content.php?contentID=121&ID=179", "", 0, 0, "", "", "", 0, "right");
oCMenu.makeMenu("menu193", "menu154", "BPL Chip Maker Shows Interf...", "http://www.rckara.org/content.php?contentID=127&ID=193", "", 0, 0, "", "", "", 0, "right");
oCMenu.makeMenu("menu171", "menu154", "DXCC Listings Now Available...", "http://www.rckara.org/content.php?contentID=115&ID=171", "", 0, 0, "", "", "", 0, "right");
oCMenu.makeMenu("menu164", "menu154", "FCC BPL Report and Order St...", "http://www.rckara.org/content.php?contentID=107&ID=164", "", 0, 0, "", "", "", 0, "right");
oCMenu.makeMenu("menu183", "menu154", "FCC Proposes Dropping Morse...", "http://www.rckara.org/content.php?contentID=122&ID=183", "", 0, 0, "", "", "", 0, "right");
oCMenu.makeMenu("menu172", "menu154", "Some New Wrinkles in 2005 F...", "http://www.rckara.org/content.php?contentID=116&ID=172", "", 0, 0, "", "", "", 0, "right");
oCMenu.makeMenu("menu165", "menu154", "Useful Life of UO-22 Satellite", "http://www.rckara.org/content.php?contentID=108&ID=165", "", 0, 0, "", "", "", 0, "right");
oCMenu.makeMenu("menu161", "menu155", "A Sad Story", "http://www.rckara.org/content.php?contentID=104&ID=161", "", 0, 0, "", "", "", 0, "right");
oCMenu.makeMenu("menu163", "menu155", "Aeronatical Mobile Installa...", "http://www.rckara.org/content.php?contentID=106&ID=163", "", 0, 0, "", "", "", 0, "right");
oCMenu.makeMenu("menu157", "menu155", "Along for the Ride", "http://www.rckara.org/content.php?contentID=100&ID=157", "", 0, 0, "", "", "", 0, "right");
oCMenu.makeMenu("menu162", "menu155", "My First T-Hunt", "http://www.rckara.org/content.php?contentID=105&ID=162", "", 0, 0, "", "", "", 0, "right");
oCMenu.makeMenu("menu158", "menu156", "Field Day 2004", "http://www.rckara.org/content.php?contentID=101&ID=158", "", 0, 0, "", "", "", 0, "right");
oCMenu.makeMenu("menu160", "menu156", "Special Event 2003 Planning", "http://www.rckara.org/content.php?contentID=103&ID=160", "", 0, 0, "", "", "", 0, "right");
oCMenu.makeMenu("menu159", "menu156", "Special Event 2003 Results", "http://www.rckara.org/content.php?contentID=102&ID=159", "", 0, 0, "", "", "", 0, "right");
oCMenu.makeMenu("menu177", "menu176", "Flight Information", "http://www.rckara.org/content.php?contentID=120&ID=177", "", 0, 0, "", "", "", 0, "right");
oCMenu.makeMenu("menu178", "menu176", "Landing Predictions", "http://www.rckara.org/project_traveler/2005a/?ID=178", "", 0, 0, "", "", "", 0, "right");
oCMenu.makeMenu("menu185", "menu184", "Flight Information", "http://www.rckara.org/content.php?contentID=123&ID=185", "", 0, 0, "", "", "", 0, "right");
oCMenu.makeMenu("menu187", "menu186", "Flight Information", "http://www.rckara.org/content.php?contentID=124&ID=187", "", 0, 0, "", "", "", 0, "right");
oCMenu.makeMenu("menu189", "menu186", "Flight Predictions", "http://www.rckara.org/project_traveler/2005c/?ID=189", "", 0, 0, "", "", "", 0, "right");
oCMenu.makeMenu("menu191", "menu190", "Flight Information", "http://www.rckara.org/content.php?contentID=126&ID=191", "", 0, 0, "", "", "", 0, "right");
oCMenu.makeMenu("menu192", "menu190", "Flight Predictions", "http://www.rckara.org/project_traveler/2005d/?ID=192", "", 0, 0, "", "", "", 0, "right");
oCMenu.makeMenu("menu201", "menu199", "July 2007 Minutes", "http://www.rckara.org/content.php?contentID=130&ID=201", "", 0, 0, "", "", "", 0, "right");
oCMenu.makeMenu("menu203", "menu199", "June 2007 Minutes", "http://www.rckara.org/content.php?contentID=132&ID=203", "", 0, 0, "", "", "", 0, "right");
oCMenu.makeMenu("menu204", "menu199", "March 2007 Minutes", "http://www.rckara.org/content.php?contentID=133&ID=204", "", 0, 0, "", "", "", 0, "right");
oCMenu.makeMenu("menu205", "menu199", "October 2007 Minutes", "http://www.rckara.org/content.php?contentID=134&ID=205", "", 0, 0, "", "", "", 0, "right");
oCMenu.makeMenu("menu202", "menu199", "September 2007 Minutes", "http://www.rckara.org/content.php?contentID=131&ID=202", "", 0, 0, "", "", "", 0, "right");
oCMenu.makeMenu("menu207", "menu200", "January 2008 Minutes", "http://www.rckara.org/content.php?contentID=136&ID=207", "", 0, 0, "", "", "", 0, "right");
oCMenu.makeMenu("menu211", "menu208", "Field Day - Operator Sign-u...", "http://www.rckara.org/content.php?contentID=139&ID=211", "", 0, 0, "", "", "", 0, "right");
oCMenu.makeMenu("menu209", "menu208", "Field Day Checklist - What ...", "http://www.rckara.org/content.php?contentID=137&ID=209", "", 0, 0, "", "", "", 0, "right");
oCMenu.makeMenu("menu210", "menu208", "Field Day Food Needs", "http://www.rckara.org/content.php?contentID=138&ID=210", "", 0, 0, "", "", "", 0, "right");
oCMenu.construct()

function loopNodes(){
  
}


