//<![CDATA[
function initializeTour(){
   document.getElementById('css').href = '../scripts/blTexture.css';
   mp3File= "jazz2.mp3";
   var title = "";
   var mlsNum = "4024027";
   var tourName = "15802";
   var address = "15802 N 71st St Unit 553";
   var city = "Scottsdale";
   var state = "AZ";
   var zip = "85254"; 
   
   var contact1, contact2;
// contactObj               (company,           firstName,     lastName,title,phone1Type,phone1,phone1Ext,phone2Type,phone2,phone2Ext,phone3Type,phone3,phone3Ext,webAddress,email,portrait,logo)

   contact1 = new contactObj("John Hall & Associates",  "Gary & Joyce","Lambert","John Hall & Associates","Office","6029534000","","Gary","4802503788","","Joyce","4802603789","","","Lamberti@cox.net","","JohnHall.jpg")
   var contact2 = new contactObj("John Hall & Associates","Zachary","Lamberti","John Hall & Associates","Office","6029534000","","Mobile","4802503801","","Fax","4805020057","","","","","JohnHall.jpg")

   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("Great Room"                	,"great360"  	,2    ,1.0    , 165,    0));
    panoViews.addPano(new panoObj("Balcony Pano"                ,"balconyPano"    ,3    ,1.1    , -90,     0));
    panoViews.addPano(new panoObj("Pool"	       		,"pool360"   ,2    ,1.0    , -100,  0));
// *********
    stillViews = new stillObjView();
// *********                          desc                   fileName       ******
    stillViews.addStills(new stillObj("Balcony View"               	,"balconyView.jpg"));
    stillViews.addStills(new stillObj("Great Room"              	,"great.jpg"));
    stillViews.addStills(new stillObj("Kitchen"             ,"kitchen.jpg"));
    stillViews.addStills(new stillObj("Dining Room"             ,"dining.jpg"));
    stillViews.addStills(new stillObj("Bar"               	,"bar.jpg"));
    stillViews.addStills(new stillObj("Master Bedroom"          ,"masterBed.jpg"));
    stillViews.addStills(new stillObj("Master Bathroom"             ,"masterBath.jpg"));
    stillViews.addStills(new stillObj("2nd Master Bedroom"              	,"masterBed2.jpg"));
    stillViews.addStills(new stillObj("2nd Master Bathroom"          ,"masterBath2.jpg"));
    stillViews.addStills(new stillObj("Balcony"         ,"balcony.jpg"));
    stillViews.addStills(new stillObj("Pool"            ,"pool.jpg"));
    stillViews.addStills(new stillObj("Wine Cellar"             ,"wine.jpg"));
    stillViews.addStills(new stillObj("Public Lounge"             ,"lounge.jpg"));
	displaySideBar1();
	if ( typeof ( soundManager ) != "undefined" ) {
        soundManager.url = "../scripts/soundmanager2.swf";
	    soundManager.debugMode = false;
    }
}
//]]>
