//<![CDATA[
function initializeTour(){
   document.getElementById('css').href = '../scripts/brSolid.css';
   mp3File= "jazz1.mp3";
   var title = "Las Sendas Golf Community";
   var mlsNum = "4303166";
   var tourName = "7336";
   var address = "7336 E Forest Trail CIR";
   var city = "Mesa";
   var state = "AZ";
   var zip = "85207";  
   
   var contact1, contact2;
// contactObj               (company,           firstName,     lastName,title,phone1Type,phone1,phone1Ext,phone2Type,phone2,phone2Ext,phone3Type,phone3,phone3Ext,webAddress,email,portrait,logo)

   contact2 = new contactObj("DPR Realty LLC",  "John","Ellsworth","Realtor","Mobile","6023169545","","","","","","","","EllsworthTeamHomes.net","","EllsworthJohn.jpg","DPR.gif")
   contact1 = new contactObj("DPR Realty, LLC","Shawna","Jones","Realtor","Mobile","4802620089","","","","","","","","EllsworthTeamHomes.net","shawna.jones@cox.net","JonesShawna.jpg","DPR.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("Balcony View"         ,"balcony360"                    	,2    ,1.1    , 45,     0));
    panoViews.addPano(new panoObj("Front"                ,"front360"                    	,2    ,1.1    , 90,     0));
    panoViews.addPano(new panoObj("Great Room"           ,"great360"     			,2    ,1.0    , -65,     0));
    panoViews.addPano(new panoObj("Master Bedroom"       ,"master360"                    	,2    ,1.0    , 45,     0));
    panoViews.addPano(new panoObj("Courtyard"            ,"courtyard360"    		   	,2    ,1.0    , -45,     0));
// *********
    stillViews = new stillObjView();
// *********                          desc                   fileName       ******
    stillViews.addStills(new stillObj("Front"               ,"front.jpg"));
    stillViews.addStills(new stillObj("Balcony View"               ,"balconyView.jpg"));
    stillViews.addStills(new stillObj("Entryway"              ,"entry.jpg"));
    stillViews.addStills(new stillObj("Great Room"              ,"great.jpg"));
    stillViews.addStills(new stillObj("Great Room View"              ,"greatView.jpg"));
    stillViews.addStills(new stillObj("Kitchen"               ,"kitchen.jpg"));
    stillViews.addStills(new stillObj("Breakfast Area"               ,"breakfast.jpg"));
    stillViews.addStills(new stillObj("Pantry"               ,"pantry.jpg"));
    stillViews.addStills(new stillObj("Dining Room"              ,"dining.jpg"));
    stillViews.addStills(new stillObj("Master Bedroom"               ,"masterBed.jpg"));
    stillViews.addStills(new stillObj("Master Bathroom"              ,"masterBath.jpg"));
    stillViews.addStills(new stillObj("Den"               ,"Den.jpg"));
    stillViews.addStills(new stillObj("Media Room"               ,"media.jpg"));
    stillViews.addStills(new stillObj("1st Guest Bedroom"               ,"bed1.jpg"));
    stillViews.addStills(new stillObj("1st Guest Bathroom"               ,"bath1.jpg"));
    stillViews.addStills(new stillObj("2nd Guest Bedroom"               ,"bed2.jpg"));
    stillViews.addStills(new stillObj("2nd Guest Bathroom"              ,"bath2.jpg"));
    stillViews.addStills(new stillObj("Courtyard"              ,"courtyard.jpg"));
    stillViews.addStills(new stillObj("Casita"              ,"casita.jpg"));
    stillViews.addStills(new stillObj("Casita Bathroom"              ,"casitaBath.jpg"));
    stillViews.addStills(new stillObj("Huge Garage"              ,"garage.jpg"));
    stillViews.addStills(new stillObj("Back of Property"              ,"back.jpg"));
	displaySideBar1();
	if ( typeof ( soundManager ) != "undefined" ) {
        soundManager.url = "../scripts/soundmanager2.swf";
	    soundManager.debugMode = false;
    }
}
//]]>