/* 
IMORTANT: Dont USE character ' 
*/


/* --- CONTENT --------------------------------------- 
Leave it blank if you dont need it. You can use HTML code for styling.
If subtitle and description are set, this content is displayed in portrait mode.

i.e.
var vrTitle = 'Lorem ipsum dolor sit amet'; 
var vrSubTitle = 'by Ninoslav Adzibaba'; 
var vrDescription = 'Duis et nunc velit, eu molestie lorem. Morbi vel risus urna... '; 
 */

var vrTitle = '1708/1710 Rodney | NewSchoolAgents'; 
var vrSubTitle = 'Los Angeles, CA 90027 - $ 699,000'; 
var vrDescription = 'Stylish, designer done, character Duplex in PRIME Los Feliz for an amazing price! Two detached homes on a lot, both turnkey & each w/private, separate yards. Large 2 bed/2 bath was recently renovated w/dramatic vaulted beam ceilings, built-ins, new kitchen and baths. PERFECT for owner/user + will be delivered vacant. Desired location & high rents make this a "best buy" and/or great place to call home. Walk to everything in LF Village. Please see virtual tour & come to open house, too much to mention!'; 

/* --- START VIEW ------------------------------------ */
var startPan = 13; 			/* left is negative, right is positive value */
var startTilt = -2; 		
var startZoom = 1.0; 		/* 0.6 - 1.4 */

/* --- PARTIAL PANORAMA ------------------------------ */
var useLimits = false;
var TopLimit = 60;  		/* 0 - 90 */
var BottomLimit = -60;		/* 0 - -90 */
var leftLimit = -120; 		/* 0 - 180 */
var rightLimit = 120; 		/* 0 - 180*/

/* --- AUTO ROTATE ----------------------------------
Auto rotate, returns view to horizont and sets zoom to 1 */

var enableAutoButton = true; /* Auto rotate button, if clicked overrides autoRotateOnIdle */
var autoRotateOnStart = false; 
var autoRotateOnIdle = false; 
var autoRotateDelay = 15; /* seconds, works with Rotate on strat or Rotate on idle. */ 
/* -------------------------------------------------- */

	
/* --- BACKGROUND AUDIO ----------------------------- 
Background sound is available only on the iPad, if browser is online. 
Overwrite sound.mp3 in folder "vr_files/sound" 
var enableSound = true; */

var enableSound = false;


/* --- ALTERNATIVE FLASH CONTENT -------------------- 
link to Flash version, leave it blank if you don't need it. eg.: 
var flashPage = 'http://www.yoursite.com/pano_name.html' */
var flashPage = 'flash.html';


/* --- LOGO ------------------------------------------
Please leave VR5 logo and link or consider donating */

var useLogo = true;
var useOfflineInfo = true; /* works with useLogo = true */
var linkLogo = true;
var linkLogoURL = 'www.vrhabitat.com';
var urlConfirm = 'Open VRhabitat.com?';


/* --- OTHER ------------------------------------- */
var bgdColor = '#FFFFFF'; 					/* Background color of the page */
var informWhenOfflineAvailable = true;		/* Notification when Safari if finished caching the files for offline use */
var showNotifications = true;				/* Notifications about pano limits, zoom limits etc. */

/* DO NOT change next lines */
var consoleLog = false;			
