

<!--
    var stdOptions = "resizable=no,directories=no,left=10,top=10,toolbar=no";
 
    function openmeetgetty() {
        var theurl  = "http://www.mediasauceclients.com/juliegetty/index2.html"
        var theoptions = stdOptions + ",width=782,height=630,scrollbars=no";
        window.open(theurl,"meetgetty",theoptions);
    }
    function openvideoabout() {
        var theurl  = "http://test-gettyhomes.mediasauce.com/video/about.htm"
        var theoptions = stdOptions + ",width=620,height=200,scrollbars=no";
        window.open(theurl,"videoabout",theoptions);
    }
	    function openvideobuying() {
        var theurl  = "http://test-gettyhomes.mediasauce.com/video/buying.htm"
        var theoptions = stdOptions + ",width=620,height=200,scrollbars=no";
        window.open(theurl,"videobuying",theoptions);
    }
		    function openvideorelocating() {
        var theurl  = "http://test-gettyhomes.mediasauce.com/video/relos.htm"
        var theoptions = stdOptions + ",width=620,height=200,scrollbars=no";
        window.open(theurl,"videorelocating",theoptions);
    }
			    function openvideolistings() {
        var theurl  = "http://test-gettyhomes.mediasauce.com/video/listings.htm"
        var theoptions = stdOptions + ",width=620,height=200,scrollbars=no";
        window.open(theurl,"videolistings",theoptions);
    }
	
function MM_openBrWindow(theURL,winName,features) { //v2.0
  window.open(theURL,winName,features);
}
//-->
