//Markup for LiveSpacesVision
//All html is held as properties of the markup object

var markup=new Object();

//Initial box shown in centre of page at load for search mode
markup.searchBox="<div id='searchBox'><input type='text' id='query'><input type='submit' id ='searchButton' value='Find people who like this' onClick='commence()'/><div id='searchStatus'></div></div>";

//Initial box shown in centre of page at load for browse mode
markup.welcomeSplash="<div id='welcomeSplash'\"><img id=\"logo\" src=\"images/spaces-battles-logo.png\" alt=\"spaces battles logo\" /><br /><b>SpacesBattles.com<sup>alpha</sup></b><br /><div id='about'><mu:about></div><div id='busy'><mu:busy></div></div>";

//Markup for debug mode box
markup.debug="<div><input type='button' value='debug' onClick='debugHandler()' /></div><table><tr><td valign='top'><div id='debugOutput'></div></td><td><div id='changes'></div></td></tr></table>";

markup.boys="<input type='button' value='Show me girls' onClick='switchGender()' />";
markup.girls="<input type='button' value='Show me boys' onClick='switchGender()' />";


//String to show when searching
markup.searching="<img src='images\/smallrotate.gif' alt='loading'>";

//Markup for initial box shown in search mode
//markup.busySearch="<div><input type='text' id='query'><input type='submit' id ='searchButton' value='Find people who like...' onClick='commence()' /><div id='searchStatus'></div></div>";
markup.busySearch="<div></div>";
markup.aboutSearch="Search for people with similar interests.";

//Markup for initial box shown in news mode
markup.busyNews="<img src=\"images/bigrotation2.gif\" alt=\"rotation\" /><br />Please wait, loading news feed...";
markup.aboutNews="News from around the world";

//Markup for initial box shown in browse mode
markup.busyBrowse="<br />Please wait, loading profile data...";
markup.aboutBrowse="People from around the world.";

markup.noData="No data";

markup.no3dInstalled="Before viewing the maps in 3D mode, you must install the Virtual Earth 3D software on your computer.\nTo install the software, visit http://go.microsoft.com/fwlink/?LinkId=72623.";

markup.install3dMessage="See this in 3D. Visit <a href='http://go.microsoft.com/fwlink/?LinkId=72623'>here</a> to install Virtual Earth 3D";

markup.switch3dMode="";

markup.browseModeSwitch="";

markup.searchModeSwitch="";
markup.busyHolder="<div id='busyHolder'></div>";

markup.blank="";