<!--   
        browser = (((navigator.appName == "Netscape") &&
                    (parseInt(navigator.appVersion) >= 3 )) ||
                   ((navigator.appName == "Microsoft Internet Explorer") &&
                    (parseInt(navigator.appVersion) >= 4 )))
        if ( browser) {
            normal = new MakeArray(12)
            over = new MakeArray(12)
            blurb = new MakeArray(12)
            normal[0].src = "../images/top_nav/top_nav_home1.gif" 
            normal[1].src = "../images/top_nav/top_nav_aboutus1.gif"
	    normal[2].src = "../images/top_nav/top_nav_faq1.gif"
	    normal[3].src = "../images/top_nav/top_nav_help1.gif"
	    normal[4].src = "../images/top_nav/top_nav_contactus1.gif"
	    normal[5].src = "../images/left_nav/luxuryrealestate-3.jpg"
	    normal[6].src = "../images/left_nav/automobiles-1.jpg"
	    normal[7].src = "../images/left_nav/luxuryyachts-1.jpg"
	    normal[8].src = "../images/left_nav/aircraft-1.jpg"
	    normal[9].src = "../images/left_nav/travel-1.jpg"
	    normal[10].src = "../images/left_nav/concierge-1.jpg"
	    normal[11].src = "../images/left_nav/news-1.jpg"
	    
			            
            over[0].src = "../images/top_nav/top_nav_home2.gif"
            over[1].src = "../images/top_nav/top_nav_aboutus2.gif"
	    over[2].src = "../images/top_nav/top_nav_faq2.gif"
	    over[3].src = "../images/top_nav/top_nav_help2.gif"
	    over[4].src = "../images/top_nav/top_nav_contactus2.gif"
	    over[5].src = "../images/left_nav/luxuryrealestate-3.jpg"
	    over[6].src = "../images/left_nav/automobiles-2.jpg"
	    over[7].src = "../images/left_nav/luxuryyachts-2.jpg"
	    over[8].src = "../images/left_nav/aircraft-2.jpg"
	    over[9].src = "../images/left_nav/travel-2.jpg"
	    over[10].src = "../images/left_nav/concierge-2.jpg"
	    over[11].src = "../images/left_nav/news-2.jpg"
			            
 
            blurb[0] = "Home"
            blurb[1] = "About Us"
	    blurb[2] = "Frequently Asked Questions"
	    blurb[3] = "Help"
	    blurb[4] = "Contact Us"
	    blurb[5] = "Real Estate Collection"
	    blurb[6] = "Automobiles Collection"
	    blurb[7] = "Aircraft Collection"
	    blurb[8] = "Watercraft Collection"
	    blurb[9] = "Travel Collection"
	    blurb[10] = "Concierge"
	    blurb[11] = "News and Markets"
			            
                 }
      function MakeArray(n) { 
              this.length = n
              for (var i = 0; i<n; i++) {
                      this[i] = new Image()
                      }   
              return this   
      }   
        function msover(num) {   
            if ( browser) {
                        var link="link"    
                var iname="button"+num  
                document.images[iname].src = over[num].src
                window.status = blurb[num]   
                }   
            }   
   
        function msout(num) {   
           if ( browser) {
                var link="link"   
                var iname="button"+num  
                document.images[iname].src = normal[num].src
                window.status = ""   
                }                      
           }   
    // -->
   
<!--
function MM_openBrWindow(theURL,winName,features) { //v2.0
//window.open("Sample.htm",null,"top=1,left=1,height=200,width=400,status=yes,toolbar=no,menubar=no,location=no");
var w = window.open(theURL,winName,features);
w.focus();
}
// -->

<!--
function MM_swapImgRestore() { //v3.0
  var i,x,a=document.MM_sr; for(i=0;a&&i<a.length&&(x=a[i])&&x.oSrc;i++) x.src=x.oSrc;
}

function MM_preloadImages() { //v3.0
  var d=document; if(d.images){ if(!d.MM_p) d.MM_p=new Array();
    var i,j=d.MM_p.length,a=MM_preloadImages.arguments; for(i=0; i<a.length; i++)
    if (a[i].indexOf("#")!=0){ d.MM_p[j]=new Image; d.MM_p[j++].src=a[i];}}
}

function MM_findObj(n, d) { //v4.01
  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=MM_findObj(n,d.layers[i].document);
  if(!x && d.getElementById) x=d.getElementById(n); return x;
}

function MM_swapImage() { //v3.0
  var i,j=0,x,a=MM_swapImage.arguments; document.MM_sr=new Array; for(i=0;i<(a.length-2);i+=3)
   if ((x=MM_findObj(a[i]))!=null){document.MM_sr[j++]=x; if(!x.oSrc) x.oSrc=x.src; x.src=a[i+2];}
}
//-->

<!--
/********************************************
AUTHOR:WWW.CGISCRIPT.NET.LLC
URL:http://www.cgiscript.net
Use the code for FREE but leave this message intact
Download your FREE CGI/Perl Scripts today!
( http://www.cgiscript.net/scripts.htm )
****************************************************/
var acePopupWindow=null;
function acePopup(mypage,myname,w,h,pos,infocus){
if(pos=='random'){
	LeftPosition=(screen.width)?Math.floor(Math.random()*(screen.width-w)):100;
	TopPosition=(screen.height)?Math.floor(Math.random()*((screen.height-h)-75)):100;
	}
if(pos=='center'){
	LeftPosition=(screen.width)?(screen.width-w)/2:100;
	TopPosition=(screen.height)?(screen.height-h)/2:100;
	}
else if((pos!='center' && pos!='random') || pos==null){LeftPosition=100;TopPosition=100;}settings='width='+ w + ',height='+ h + ',top=' + TopPosition + ',left=' + LeftPosition + ',location=no,directories=no,menubar=no,toolbar=no,status=no,scrollbars=yes,resizable=no,dependent=no';

acePopupWindow=window.open(mypage,myname,settings);
acePopupWindow.focus();
}
//-->


<!--
/********************************************
AUTHOR:WWW.CGISCRIPT.NET.LLC
URL:http://www.cgiscript.net
Use the code for FREE but leave this message intact
Download your FREE CGI/Perl Scripts today!
( http://www.cgiscript.net/scripts.htm )
****************************************************/
 var acePopupWindow2=null;
function acePopup2(mypage,myname,w,h,pos,infocus){
if(pos=='random'){
LeftPosition=(screen.width)?Math.floor(Math.random()*(screen.width-w)):100;
TopPosition=(screen.height)?Math.floor(Math.random()*((screen.height-h)-75)):100;}
if(pos=='center'){
LeftPosition=(screen.width)?(screen.width-w)/2:100;
TopPosition=(screen.height)?(screen.height-h)/2:100;}
else if((pos!='center' && pos!='random') || pos==null){LeftPosition=100;TopPosition=100;}settings='width='+ w + ',height='+ h + ',top=' + TopPosition + ',left=' + LeftPosition + ',location=no,directories=no,menubar=no,toolbar=no,status=no,scrollbars=no,resizable=no,dependent=no';
acePopupWindow2=window.open('',myname,settings);
if(infocus=='front'){acePopupWindow2.focus();acePopupWindow2.location='logophototips.html';}
}
//-->


<!--
/********************************************
AUTHOR:WWW.CGISCRIPT.NET.LLC
URL:http://www.cgiscript.net
Use the code for FREE but leave this message intact
Download your FREE CGI/Perl Scripts today!
( http://www.cgiscript.net/scripts.htm )
****************************************************/
 var LuxPopupWindow=null;
function LuxPopup(mypage,myname,w,h,pos,infocus){
if(pos=='random'){
LeftPosition=(screen.width)?Math.floor(Math.random()*(screen.width-w)):100;
TopPosition=(screen.height)?Math.floor(Math.random()*((screen.height-h)-75)):100;}
if(pos=='center'){
LeftPosition=(screen.width)?(screen.width-w)/2:100;
TopPosition=(screen.height)?(screen.height-h)/2:100;}
else if((pos!='center' && pos!='random') || pos==null){LeftPosition=100;TopPosition=100;}settings='width='+ w + ',height='+ h + ',top=' + TopPosition + ',left=' + LeftPosition + ',location=no,directories=no,menubar=no,toolbar=no,status=no,scrollbars=yes,resizable=no,dependent=no';
LuxPopupWindow=window.open('',myname,settings);
if(infocus=='front'){LuxPopupWindow.focus();LuxPopupWindow.location='propertydetails.html';}
}
//-->

function printWindow(){
   bV = parseInt(navigator.appVersion)
   if (bV >= 4) window.print()
}


<!--

function newImage(arg) {
	if (document.images) {
		rslt = new Image();
		rslt.src = arg;
		return rslt;
	}
}

function changeImages() {
	if (document.images && (preloadFlag == true)) {
		for (var i=0; i<changeImages.arguments.length; i+=2) {
			document[changeImages.arguments[i]].src = changeImages.arguments[i+1];
		}
	}
}

var preloadFlag = false;
function preloadImages() {
	if (document.images) {
		gallery_03_gallery_09_over = newImage("images/gallery_03-gallery_09_over.jpg");
		gallery_03_gallery_11_over = newImage("images/gallery_03-gallery_11_over.jpg");
		gallery_03_gallery_13_over = newImage("images/gallery_03-gallery_13_over.jpg");
		gallery_03_gallery_15_over = newImage("images/gallery_03-gallery_15_over.jpg");
		gallery_03_gallery_17_over = newImage("images/gallery_03-gallery_17_over.jpg");
		gallery_05_gallery_09_over = newImage("images/gallery_05-gallery_09_over.jpg");
		gallery_05_gallery_11_over = newImage("images/gallery_05-gallery_11_over.jpg");
		gallery_05_gallery_13_over = newImage("images/gallery_05-gallery_13_over.jpg");
		gallery_05_gallery_15_over = newImage("images/gallery_05-gallery_15_over.jpg");
		gallery_05_gallery_17_over = newImage("images/gallery_05-gallery_17_over.jpg");
		preloadFlag = true;
	}
}

// -->








