<!-- 
	var agt=navigator.userAgent.toLowerCase();
	var is_safari = agt.indexOf("safari")!=-1;

	function getdropdowns(){
		var dn = 'nsc';startdiv(dn ,'142');
		bh(dn,'North Carolina');
		bi('/north_carolina/asheville/the_cliffs_at_high_carolina/',dn,'The Cliffs at High Carolina, Blue Ridge Mountains');
		bi('/north_carolina/asheville/the_cliffs_at_walnut_cove/',dn,'The Cliffs at Walnut Cove, Asheville');
		bh(dn,'South Carolina');
		bi('/south_carolina/blue_ridge_mountains/the_cliffs_at_mountain_park/',dn,'The Cliffs at Mountain Park, Blue Ridge Mountains');
		bi('/south_carolina/lake_keowee/the_cliffs_at_keowee/',dn,'The Cliffs at Keowee, Lake Keowee');
		bi('/south_carolina/blue_ridge_mountains/the_cliffs_valley/',dn,'The Cliffs Valley, Blue Ridge Mountains');
		bi('/south_carolina/glassy_mountain/the_cliffs_at_glassy/',dn,'The Cliffs at Glassy, Glassy Mountain');
		enddiv();
		dn = 'fl';startdiv(dn,'124');
		bh(dn,'Central Florida');
		bi('/florida/reunion/',dn,'Reunion Club Resort, Orlando');
		bi('/florida/bellacollina/',dn,'Bella Collina, Orlando');
		bi('/florida/bluerose/',dn,'The Blue Rose, Orlando');
		bh(dn,'Florida East Coast');
		bi('/florida/hammockbeach/',dn,'Hammock Beach Resort, Palm Coast');
		bh(dn,'Florida Gulf Coast');
		bi('/florida/quailwest/',dn,'Quail West, Gulf Coast');
		enddiv(); 
		dn = 'usa';startdiv(dn,'124');
		bi('/bahamas/ginn_sur_mer/',dn,'Sur Mer, Grand Bahama Island');
		enddiv();
		dn = 'newz';startdiv(dn,'64');
		bi('/new_zealand/theresidence/',dn,'The Residence, Lake Tekapo');
		bi('/new_zealand/business_investment_land.asp',dn,'Investment Land and Businesses');
		enddiv();
		dn = 'maur';startdiv(dn,'109');
		bi('/mauritius/fourseasons/',dn,'Four Seasons, Anahita');
		enddiv();
		dn = 'fr';startdiv(dn,'109');
		bi('/france/french_alps/edenarc_1800/',dn,'Edenarc 1800, Les Arc');
		enddiv();
	// 1/3
	}
	
	function startdiv(idval,w){
		var s = document.write ('<div id="'+idval+'"><table width="'+w+'" border="0" cellpadding="0" cellspacing="0" class="mt">');
	}
	function enddiv(){
		var s = document.write ("</table></div>");
	}
	function bi(link,div,name){
		var s = document.write ("<tr><td onClick=\"lnk('"+link+"');\" onMouseOver=\"menuovr('"+div+"','"+pn(name)+"',this);\" onMouseOut=\"menuout('"+div+"',this);\" class=\"nav2\">"+name+"</td></tr>");
	}
	function bh(div,name){
		var s = document.write ("<tr><td onMouseOver=\"hmenuovr('"+div+"','"+pn(name)+"');\" onMouseOut=\"hmenuout('"+div+"');\" class=\"nav3\">"+name+"</td></tr>");
	}
	function pn(name){
		var s=name;if(s.indexOf("<")>0) {return(s.slice(0,s.indexOf("<")-1));}return(s);
	}
	function lnk(link){
		internal_clicked = true;
		window.open(link,'_self');
	}
	function mainovr(div,status){
		if(is_safari){
			bHover=status;window.status=status;setDD(div,status,false);}
		else{
			bHover=status;window.status=status;setTimeout('setDD(\'' + div + '\', \'' + status + '\', false)',0);}
	}
	function mainout(div){
		bHover='';window.status='';setDDTimeout(div);
	}
	function menuovr(div, link, item){
		window.status=link;item.style.backgroundColor='#F0F0F0';setDD(div,'',true);
	}
	function imgovr(div){
	}
	function menuout(div, item){
		setDDTimeout(div);item.style.backgroundColor='#FFFFFF';
	}
	function hmenuovr(div, link){
		window.status=link;setDD(div,'',true);
	}
	function hmenuout(div){
		setDDTimeout(div);
	}
	function findDiv(n, d) { 
		var p,i,x;  if(!d) d=document; if((p=n.indexOf("?"))>0&&parent.frames.length) {
	    d=parent.frames[n.substring(p+1)].document; n=n.substring(0,p);}
	  if(!(x=d[n])&&d.all) x=d.all[n]; for (i=0;!x&&i<d.forms.length;i++) x=d.forms[i][n];
	  for(i=0;!x&&d.layers&&i<d.layers.length;i++) x=findDiv(n,d.layers[i].document);
	  if(!x && document.getElementById) x=document.getElementById(n); return x;
	}
	function tNav() { 	
		var i,p,v,obj,args=tNav.arguments;
	  for (i=0; i<(args.length-2); i+=3) if ((obj=findDiv(args[i]))!=null) { v=args[i+2];
	    if (obj.style) { obj=obj.style; v=(v=='show')?'visible':(v='hide')?'hidden':v; }
	    obj.visibility=v; }    
	}
	function hideDDs(sect) {
		tNav('nsc','','hide');tNav('fl','','hide');tNav('usa','','hide');tNav('newz','','hide');tNav('maur','','hide');tNav('fr','','hide');showElement('SELECT');showElement('OBJECT');showElement('EMBED');
	// 2/3 -> css
	}
	function hideDD(sect) {
		tNav(sect,'','hide');hideDDs(sect);
	}
	var secSet = null;
	var activeTimer = null;
	var bHover = '';
	var img = '';
	function setDD(sect, windowStatusVal, bshow) {
		hideDDs(sect);
		if ((bHover==windowStatusVal)||(bshow)){
			tNav(sect,'','show');
			if (secSet != null) window.clearTimeout(secSet);
			if (document.all)
			{
			hideElement('SELECT', document.all[sect]); 
			//hideElement('OBJECT', document.all[sect]); 
			hideElement('EMBED', document.all[sect]); 
			}
			// NEH hideElement('SELECT', document.getElementById[sect]); 
			// NEH hideElement('OBJECT', document.getElementById[sect]); 
			// NEH hideElement('EMBED', document.getElementById[sect]); 
		}
	}
	function setDDTimeout(sect){
		if (secSet != null) window.clearTimeout(secSet);
		secSet = window.setTimeout('hideDD("' + sect + '")',500);
	}

	function hideElement( elmID, overDiv ) {
	  if(document.all) {
	  // NEH if(document.getElementById) {
	    for(i = 0; i < document.all.tags( elmID ).length; i++) {
		// NEH for(i = 0; i < document.getElementsByTagName( elmID ).length; i++) {
	      obj = document.all.tags( elmID )[i];
		 // NEH obj = document.getElementsByTagName( elmID )[i];
	      if(!obj || !obj.offsetParent) continue;
	      // NEH Find the element's offsetTop and offsetLeft relative to the BODY tag.
		  objLeft   = obj.offsetLeft - overDiv.offsetParent.offsetLeft;
	      objTop    = obj.offsetTop;
	      objParent = obj.offsetParent;
	      while(objParent.tagName.toUpperCase() != 'BODY') {
	        objLeft  += objParent.offsetLeft;
	        objTop   += objParent.offsetTop;
	        objParent = objParent.offsetParent;}
	      objHeight = obj.offsetHeight;
	      objWidth  = obj.offsetWidth;

//alert(objLeft + "\n" + objTop + "\n" + objParent + "\n" + objHeight+ "\n" + objWidth);	      
//alert(overDiv.offsetLeft + "\n" + overDiv.offsetWidth + "\n" + overDiv.offsetParent.offsetTop + "\n" + overDiv.offsetHeight + "\n" + overDiv.offsetTop + "\n" + overDiv.offsetLeft);	      

	      if((overDiv.offsetLeft + overDiv.offsetWidth) <= objLeft);
	      else if((overDiv.offsetParent.offsetTop + overDiv.offsetHeight + 20) <= objTop);
	      else if(overDiv.offsetParent.offsetTop >= eval(objTop + objHeight));
	      else if(overDiv.offsetLeft >= eval(objLeft + objWidth));
	      else {
	        obj.style.visibility = 'hidden';
	      }

	    }
	  }
	}

	function showElement(elmID) {
	  if(document.all) {
	  // NEH if(document.getElementById) {
	    for(i = 0; i < document.all.tags( elmID ).length; i++) {
		// NEH for(i = 0; i < document.getElementsByTagName( elmID ).length; i++) {
	      obj = document.all.tags(elmID)[i];
		  // NEH obj = document.getElementsByTagName(elmID)[i];
	      if(!obj || !obj.offsetParent) continue;
	      obj.style.visibility = '';
	    }
	  }
	}
//-->