myNav ={
				dec:0,
				con:0,
				c:[
						{
							n:"Home",
							f:"index.php",
							uc:0,
							c:0
						},
						{
							n:"Research",
							f:"research.php",
							uc:0,
							c:[
								{
									n:"Improvements in Building",
									f:"research.php?topic=1",
									uc:0,
									c:0
								},
								{
									n:"Energy Efficiency",
									f:"research.php?topic=2",
									uc:0,
									c:0
								},
								{
									n:"Kiln Drying",
									f:"research.php?topic=3",
									uc:0,
									c:0
								},
								{
									n:"Package Details",
									f:"research.php?topic=4",
									uc:0,
									c:0
								},
								{
									n:"Log Style Choices",
									f:"research.php?topic=5",
									uc:0,
									c:0
								},
								{
									n:"Learning Seminars",
									f:"research.php?topic=6",
									uc:0,
									c:0
								},
								{
									n:"Open Houses",
									f:"research.php?topic=7",
									uc:0,
									c:0
								}
							]
						},
						{
							n:"Models / Floorplans",
							f:"model_list.php",
							uc:0,
							c:[
								{
									n:"Design Series",
									f:"series_details.php",
									uc:0,
									c:0
								},
								{
									n:"Our Models/Floorplans",
									f:"model_list.php",
									uc:0,
									c:0
								},
								{
									n:"Photos",
									f:"photos_exterior.php",
									uc:0,
									c:0
								},
								{
									n:"Custom Floorplan Design",
									f:"services.php?topic=1",
									uc:0,
									c:0
								},
								{
									n:"Visit Our Model",
									f:"our_model.php",
									uc:0,
									c:0
								},
								{
									n:"For Sale",
									f:"custom.php?id=0",
									uc:0,
									c:0
								}
							]
						},
						{
							n:"Services",
							f:"services.php",
							uc:0,
							c:[
								{
									n:"Sales Promotion",
									f:"custom.php?id=20081022",
									uc:0,
									c:0
								},
								{
									n:"Design Services",
									f:"services.php?topic=1",
									uc:0,
									c:0
								},
								{
									n:"Builders/Contractors",
									f:"builders.php",
									uc:0,
									c:0
								},
								{
									n:"Financing",
									f:"financing.php",
									uc:0,
									c:0
								},
								{
									n:"Become a Dealer",
									f:"dealers.php",
									uc:0,
									c:0
								}
							]
						},
						{
							n:"Contact Us",
							f:"dealer_locator.php",
							uc:0,
							c:[
								{
									n:"Upcoming Events",
									f:"events.php",
									uc:0,
									c:0
								}					
							]
						},
						{
							n:"About Us",
							f:"about_us.php",
							uc:0,
							c:[
								{
									n:"Testimonials",
									f:"testimonials.php",
									uc:0,
									c:0
								}					
							]
						}
					]
}


myNav_dec = {
	parentCon:[
		{
			start:'<TABLE cellpadding=0 cellspacing=0 onmouseout="hideAll(500, \'myNav_Child\')"><TR>',
			end:"</TR></TABLE>"
		},
		{
			start:'<TABLE cellpadding=0 cellspacing=0 bgcolor="#E5CD76"  onmouseout="hideAll(200, \'myNav_Child\')">',
			end:"</TABLE>"
		}
	],
	child:[
		{
			start:'<TD id=navID ary=navID class=nav_a_0 sid=navID onmouseover="overOut(this, 1,event)" onmouseout="overOut(this, 0,event)" onclick="goHere(this,event)"><SPAN id=navID_text>&nbsp;',
			end:"&nbsp;&nbsp;</SPAN></TD>"
		},
		{
			start:'<TR><TD id=navID ary=navID class=nav_ac_0 sid=navID onmouseover="overOut(this, 1,event)" onmouseout="overOut(this, 0,event)" onclick="goHere(this,event)"><SPAN id=navID_text>&nbsp;',
			end:'&nbsp;&nbsp;</SPAN></td></TR>'
		}
	],
	dir:[0,4,3]
}

myNav_Child = {divs:[],curOb:0}

function inish(){

	oNav = document.getElementById("myNav")

	oNav.innerHTML = ""

	rv = buildNav(oNav, "myNav.c", 0, myNav_dec, 0, myNav.c)

}

