<!--   
        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-1.jpg"
	    normal[6].src = "../images/left_nav/automobiles-1.jpg"
	    normal[7].src = "../images/left_nav/luxuryyachts-3.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-2.jpg"
	    over[6].src = "../images/left_nav/automobiles-2.jpg"
	    over[7].src = "../images/left_nav/luxuryyachts-3.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] = "Watercraft Collection"
	    blurb[8] = "Aircraft 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(theURL,winName,features);
}
// -->   

<!--
/********************************************
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';}
}


function OpenPicViewer(theURL,features,width,height) {
	var pv = window.open(theURL,'PicViewer',features);
	pv.resizeTo(width,height);
	pv.focus();
}


function preloadImages() {
  var d=document; if(d.images){ if(!d.p) d.p=new Array();
    var i,j=d.p.length,a=preloadImages.arguments; for(i=0; i<a.length; i++)
    if (a[i].indexOf("#")!=0){ d.p[j]=new Image; d.p[j++].src=a[i];}}
}
//-->



