function MM_reloadPage(init) {  //reloads the window if Nav4 resized
  if (init==true) with (navigator) {if ((appName=="Netscape")&&(parseInt(appVersion)==4)) {
    document.MM_pgW=innerWidth; document.MM_pgH=innerHeight; onresize=MM_reloadPage; }}
  else if (innerWidth!=document.MM_pgW || innerHeight!=document.MM_pgH) location.reload();
}

//Unlock Statements

	list7 = true


function imenus_data0(){


	this.enable_visual_design_mode = false

	this.main_is_horizontal = true
	this.menu_showhide_delay = 150


   /*---------------------------------------------
   Images (expand and pointer icons)
   ---------------------------------------------*/


	this.main_expand_image = 'http://www.opencube.com/vim/images/sample3_main_arrow.gif'
	this.main_expand_image_hover = 'http://www.opencube.com/vim/images/sample3_main_arrow.gif'
	this.main_expand_image_width = '7'
	this.main_expand_image_height = '5'
	this.main_expand_image_offx = '0'
	this.main_expand_image_offy = '5'

	this.sub_expand_image = 'http://www.opencube.com/vim/images/sample3_sub_arrow.gif'
	this.sub_expand_image_hover = 'http://www.opencube.com/vim/images/sample3_sub_arrow.gif'
	this.sub_expand_image_width = '5'
	this.sub_expand_image_height = '7'
	this.sub_expand_image_offx = '0'
	this.sub_expand_image_offy = '3'






   /*---------------------------------------------
   Global Menu Styles
   ---------------------------------------------*/

	//Main Menu

	this.main_container_styles = "background-color:#efefef; border-style:none; border-color:#6a6a6a; border-width:1px; padding-top:0px; padding-right:0px; padding-bottom:0px; padding-left:0px; "
	this.main_item_styles = "color:#000000; text-align:left; font-family:Verdana; font-size:11px; font-weight:normal; text-decoration:none; padding-top:2px; padding-right:8px; padding-bottom:2px; padding-left:8px; border-style:solid; border-color:#dddddd; border-width:1px; "
	this.main_item_hover_styles = "background-color:#ff33ff; text-decoration:none; "
	this.main_item_active_styles = "background-color:#ff33ff; "


	//Sub Menu

	this.subs_container_styles = "background-color:#efefef; border-style:solid; border-color:#cccccc; border-width:1px; padding-top:4px; padding-right:4px; padding-bottom:4px; padding-left:4px; "
	this.subs_item_styles = "color:#555555; text-align:left; font-size:11px; font-weight:normal; text-decoration:none; padding-top:1px; padding-right:1px; padding-bottom:1px; padding-left:1px; border-style:none; border-color:#000000; border-width:1px; "
	this.subs_item_hover_styles = "color:#000000; text-decoration:none; "
	this.subs_item_active_styles = ""


}

// Contact submit validation
function contact_submit_validate() {
  if (document.Contact.first_name.value == ''){
    //No first name entered
	alert ('Please enter your First Name.');
	return false;
  }
  else if (document.Contact.last_name.value == ''){
    //No last name entered
	alert ('Please enter your Last Name.');
	return false;
  }
  else if (document.Contact.state.value == ''){
    //No state entered
	alert ('Please enter your State.');
	return false;
  }
  else if (document.Contact.email.value == ''){
    //No e-mail entered
	alert ('Please enter your e-mail address.');
	return false;
  } 
  return true;
}
