//<![CDATA[
function initializeTour(){
   document.getElementById('css').href = '../scripts/brSolid.css';
   mp3File= "jazz3.mp3";
   var title = "Hacienda Barrlaurez Grande";
   var mlsNum = "";
   var tourName = "10202";
   var address = "10202 S 18th Ave";
   var city = "Phoenix";
   var state = "AZ";
   var zip = "85041";  
   
   var contact1, contact2;
// contactObj               (company,           firstName,     lastName,title,phone1Type,phone1,phone1Ext,phone2Type,phone2,phone2Ext,phone3Type,phone3,phone3Ext,webAddress,email,portrait,logo)

   contact1 = new contactObj("West USA Realty",  "Jim","Ashby","Realtor","Mobile","6023161373","","","","","","","","","james_ashby1@msn.com","","westUSA.jpg")
   //var contact2 = new contactObj("DPR Realty, LLC","Shawna","Jones","Realtor","Mobile","4802620089","1111","Office","3333333333","","","4444444444","","www.VirtualOpenHouse360.com","shawna.jones@cox.net","JonesShawna.jpg","DPR_small.gif")

   displayMLS(title,mlsNum,tourName,address,city,state,zip);
   contact1.display(1);
   if(contact2)
    contact2.display(2);
//--   addPhotographed();
    panoViews = new panoObjView();
// *********type (1-still,2=360,3-180,4-225)
// *********                      desc                       fileName         type  zoom      pan    tilt ******
    panoViews.addPano(new panoObj("Front"                 	,"front360"     ,2    ,1.1    , 90,     0));
    panoViews.addPano(new panoObj("Courtyard"             	,"patio360"    	,2    ,1.1    , -180,     0));
    panoViews.addPano(new panoObj("Great Room / Kitchen"       	,"great360"     ,2    ,0.9    , 145,     0));
    panoViews.addPano(new panoObj("Back"            		,"back360"      ,2    ,1.1    , -50,     0));
    // *********	
    stillViews = new stillObjView();
// *********                          desc                   fileName       ******
    stillViews.addStills(new stillObj("Front"               ,"frontSunset.jpg"));
    stillViews.addStills(new stillObj("3 car Garage"               ,"front.jpg"));
    stillViews.addStills(new stillObj("Courtyard"              ,"patio.jpg"));
    stillViews.addStills(new stillObj("BBQ View"               ,"bbqView.jpg"));
    stillViews.addStills(new stillObj("Pool Views"              ,"poolDay.jpg"));
    stillViews.addStills(new stillObj("Backyard Sunset"               ,"poolSunset.jpg"));
    stillViews.addStills(new stillObj("Firepit"              ,"poolSunsetClose.jpg"));
    stillViews.addStills(new stillObj("Putting Green"               ,"back.jpg"));
    stillViews.addStills(new stillObj("Entryway"              ,"entry.jpg"));
    stillViews.addStills(new stillObj("Great Room"               ,"great.jpg"));
    stillViews.addStills(new stillObj("Breakfast Area"              ,"bar.jpg"));
    stillViews.addStills(new stillObj("Kitchen"               ,"kitchen.jpg"));
    stillViews.addStills(new stillObj("Master Bedroom "              ,"masterBed.jpg"));
    stillViews.addStills(new stillObj("Master Bathroom"               ,"masterBath.jpg"));
    stillViews.addStills(new stillObj("Master Shower"               ,"masterShower.jpg"));
    stillViews.addStills(new stillObj("Corridor"              ,"corridor.jpg"));
    stillViews.addStills(new stillObj("1st Guest Bedroom"              ,"bed3.jpg"));
    stillViews.addStills(new stillObj("2st Guest Bedroom"              ,"bed2Doors.jpg"));
    stillViews.addStills(new stillObj("Guest Bathroom"               ,"bath.jpg"));
    stillViews.addStills(new stillObj("Custom Wall Feature"              ,"corridor2.jpg"));
    stillViews.addStills(new stillObj("West City Light View"               ,"poolCityLightsWest.jpg"));
    stillViews.addStills(new stillObj("East City Light View "              ,"poolCityLightsEast.jpg"));
    stillViews.addStills(new stillObj("Patio City Light View"              ,"cityLights.jpg"));
	displaySideBar1();
	if ( typeof ( soundManager ) != "undefined" ) {
        soundManager.url = "../scripts/soundmanager2.swf";
	    soundManager.debugMode = false;
    }
}
//]]>
