<!--
function MM_openBrWindow(theURL,winName,features){
  window.open(theURL,winName,features);
}

function openmap(theURL,winName,features){
  var theURL = 'http://maps.google.com/maps?f=q&source=s_q&hl=en&geocode=&q=Johnny+Howard+Designs+Inc&sll=37.636257,-77.516785&sspn=0.105489,0.153809&ie=UTF8&ll=37.637888,-77.516785&spn=0.105487,0.153809&z=13';
  window.open(theURL,winName,features);
}

function MM_jumpMenu(targ,selObj,restore){ //v3.0
  eval(targ+".location='"+selObj.options[selObj.selectedIndex].value+"'");
  if (restore) selObj.selectedIndex=0;
}

function addToFavorites() {
	if ( window.external ) {
		window.external.AddFavorite(location.href, document.title)                
	}           
	else {              
		alert("Your browser does not support this feature.  If you are using Netscape Navigator,\n" +                                
			  "click \"Bookmarks\" and then \"Add Bookmark\",  or type \"Ctrl+D\" to add this site to your favorites.");                
	}        
}
//-->