//<![CDATA[
function initializeTour(){
   document.getElementById('css').href = '../scripts/bltexture.css';
   mp3File= "jazz1.mp3";
   var title = "";
   var mlsNum = "4265035";
   var tourName = "33667";
   var address = "33667 N 79th St";
   var city = "Scottsdale";
   var state = "AZ";
   var zip = "85266";  
   
   var contact1, contact2;
// contactObj               (company,           firstName,     lastName,title,phone1Type,phone1,phone1Ext,phone2Type,phone2,phone2Ext,phone3Type,phone3,phone3Ext,webAddress,email,portrait,logo)

   contact1 = new contactObj("Coldwell Banker",  "Helen","Calvin","Realtor","Mobile","4806505353","","","","","","","","www.HelenCalvinRealty.com","Helen.Calvin@azmoves.com","CalvinHelen.jpg","ColdwellBanker.jpg")
//   contact2 = 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("Great Room / Kitchen"                ,"great360"                    	,2    ,1.0    , 70,     0));
    panoViews.addPano(new panoObj("Back Yard"                ,"back360"     			,2    ,1.0    , 145,     0));
    panoViews.addPano(new panoObj("Community Facility"                 ,"community360"    		   		,2    ,1.0    , 0,     0));
// *********
    stillViews = new stillObjView();
// *********                          desc                   fileName       ******
    stillViews.addStills(new stillObj("Front"               ,"front.jpg"));
    stillViews.addStills(new stillObj("Entryway"              ,"entry.jpg"));
    stillViews.addStills(new stillObj("Living Room"               ,"living.jpg"));
    stillViews.addStills(new stillObj("Dining Room"              ,"dining.jpg"));
    stillViews.addStills(new stillObj("Kitchen"              ,"kitchen.jpg"));
    stillViews.addStills(new stillObj("Breakfast Area"               ,"breakfast.jpg"));
    stillViews.addStills(new stillObj("Family Room"               ,"family.jpg"));
    stillViews.addStills(new stillObj("Corridor"               ,"corridor.jpg"));
    stillViews.addStills(new stillObj("Guest Bathroom"               ,"bath.jpg"));
    stillViews.addStills(new stillObj("Master Bedroom"               ,"masterBed.jpg"));
    stillViews.addStills(new stillObj("Master Bathroom"              ,"masterBath.jpg"));
    stillViews.addStills(new stillObj("Master Closet"              ,"masterCloset.jpg"));
    stillViews.addStills(new stillObj("Guest Bedroom 1"               ,"bed1.jpg"));
    stillViews.addStills(new stillObj("Guest Bedroom 2"               ,"bed2.jpg"));
    stillViews.addStills(new stillObj("Back"               ,"back.jpg"));
    stillViews.addStills(new stillObj("Fountain"               ,"fountain.jpg"));
	displaySideBar1();
	if ( typeof ( soundManager ) != "undefined" ) {
        soundManager.url = "../scripts/soundmanager2.swf";
	    soundManager.debugMode = false;
    }
}
//]]>