$(document).ready(function(){
    //$(".mainlevelnav").parent().parent().parent().parent().parent().css({"background": "URL('http://www.newhampshiresmiledentistry.com/templates/modernGrace/images/navbackground.gif') repeat-x"});
    $(".mainlevelnav").parent().parent().parent().parent().parent().addClass('mainNav');
    $(".mainlevel").parent().parent().parent().parent().parent().parent().parent().parent().parent().addClass('subNav');        
    //$(".gradientbar").css({"background": "URL('http://www.newhampshiresmiledentistry.com/templates/modernGrace/images/nav_gradient.jpg') repeat-x", "height": "20px"});
    //$(".mainlevel").parent().parent().parent().parent().parent().parent().parent().parent().parent().css({"background": "URL('http://www.newhampshiresmiledentistry.com/templates/modernGrace/images/sub_nav_bar.gif') repeat-x","background-color":"#FFFFFF"});
    
    //$(".mainlevel").parent().parent().parent().parent().parent().parent().parent().parent().parent().css({"background": "URL('http://www.newhampshiresmiledentistry.com/templates/modernGrace/images/sub_navbackground.gif') repeat-x"});
  });
  
	function popup(url)
	{
		window.open(url,"","status=yes,scrollbars=yes,resizable=yes,width=800,height=600");
	}
	function validate(){
	
		if ( ( document.emailForm.message.value == "" ) || ( document.emailForm.email.value.search("@") == -1 ) || ( document.emailForm.email.value.search("[.*]" ) == -1 ) ) {
			alert( "Please make sure the form is complete and valid." );
			return false;				
		} else {
			return true;
		}
	}
