//<![CDATA[
function initializeTour(){
   document.getElementById('css').href = '../scripts/brMarble.css';
   mp3File= "jazz4.mp3";
   var title = "";
   var mlsNum = "4183708";
   var tourName = "16015";
   var address = "16015 E Ironwood Dr";
   var city = "Fountain Hills";
   var state = "AZ";
   var zip = "85268"; 
   
   var contact1, contact2;
// contactObj               (company,           firstName,     lastName,title,phone1Type,phone1,phone1Ext,phone2Type,phone2,phone2Ext,phone3Type,phone3,phone3Ext,webAddress,email,portrait,logo)

   contact1 = new contactObj("Realty Executives",  "Don","Lyon","Realtor","Mobile","4809489450","","Office","4809917161","","","","","","LyonKing@cox.net","","realtyExecutives.gif")
   //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.0    , -110,    0));
    panoViews.addPano(new panoObj("Great Room"                	,"great360"    ,2    ,1.0    , -80,     0));
    panoViews.addPano(new panoObj("Kitchen / Family Room"       ,"kitchen360"   ,2    ,0.9    , 55,  0));
    panoViews.addPano(new panoObj("Master Bedroom"                	,"master360"    ,2    ,1.0    , 90,     0));
    panoViews.addPano(new panoObj("Balcony View"       ,"balconyPano"   ,3    ,1.1    , -90,  0));
    panoViews.addPano(new panoObj("Back"                	,"back360"  ,2    ,1.0    , -45,   0));
// *********
    stillViews = new stillObjView();
// *********                          desc                   fileName       ******
    stillViews.addStills(new stillObj("Front"               	,"front.jpg"));
    stillViews.addStills(new stillObj("Entryway"              	,"entry.jpg"));
    stillViews.addStills(new stillObj("Great Room"             ,"great.jpg"));
    stillViews.addStills(new stillObj("Kitchen"             ,"kitchen.jpg"));
    stillViews.addStills(new stillObj("Breakfast Area"               	,"breakfast.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("Master Closet"          ,"masterCloset.jpg"));
    stillViews.addStills(new stillObj("Balcony View"         ,"balconyView.jpg"));
    stillViews.addStills(new stillObj("BBQ / Firepit"            ,"bbq.jpg"));
    stillViews.addStills(new stillObj("Media Room"             ,"mediaRoom.jpg"));
    stillViews.addStills(new stillObj("Game Room"             ,"gameRoom.jpg"));
    stillViews.addStills(new stillObj("Pool"             ,"pool.jpg"));
    stillViews.addStills(new stillObj("poolside Bar"         ,"poolBar.jpg"));
    stillViews.addStills(new stillObj("Jacuzzi"            ,"spaView.jpg"));
    stillViews.addStills(new stillObj("Huge Garage"             ,"garage.jpg"));
	displaySideBar1();
	if ( typeof ( soundManager ) != "undefined" ) {
        soundManager.url = "../scripts/soundmanager2.swf";
	    soundManager.debugMode = false;
    }
}
//]]>
