// JavaScript Document
var title="Sprys Shorthorns D052";	// Title to appear in browser title bar
var path="./";	// The path to the main file folder
var v_path="FLV";	// Name of folder containing lot movies
var d_path="data";	// Name of folder containing lot data files
var prefix="lot";	// Lot file prefix
var v_suffix=".flv";	// Lot video file suffix (and extension)
var d_suffix=".htm";	// Lot data file suffix (and extension)
var logo="logo.gif";	// Name of logo file to be displayed above menu (set to "" for no logo)
var logo_height=59;	// Size (height) of logo
var logo_width=110;	// Size (width) of logo
var intro="video/intro.flv";	// Name of movie file to be loaded on start-up
// var intro_length="10";	// Length of intro movie file (in seconds)
var menu_width = 100;	// Frame width of the menu;
var err_msg = "Incompatible system"; // The text to display if for some reason the media cannot play (not used)
var colour = '#8d622f'; // Set the background colour for the display
var flash_player_version = 8;
var varLOOP = "false"
