///////////////////////////////////////////////////
//	Customize below variables for your needs
///////////////////////////////////////////////////

function launchLargeTour()
{
var leftLocation=((screen.width)-993)/2;
var topLocation=((screen.height)-689)/2;
window.open("ur8.html", "WebsiteTour","width=993,height=689,left=" + leftLocation + ", screenX=" + leftLocation + ",top=" + topLocation + ",screenY=" + topLocation + ",location=no,menubar=no,status=no,toolbar=no,scrollbars=vertical,resizable=no");
}

function launchSmallTour()
{
var leftLocation=((screen.width)-751)/2;
var topLocation=((screen.height)-521)/2;
window.open("ur8.html", "WebsiteTour","width=751,height=521,left=" + leftLocation + ", screenX=" + leftLocation + ",top=" + topLocation + ",screenY=" + topLocation + ",location=no,menubar=no,status=no,toolbar=no,scrollbars=vertical,resizable=no");
}

function launchLargeTour7()
{
var leftLocation=((screen.width)-993)/2;
var topLocation=((screen.height)-689)/2;
window.open("ur7.html", "WebsiteTour","width=993,height=689,left=" + leftLocation + ", screenX=" + leftLocation + ",top=" + topLocation + ",screenY=" + topLocation + ",location=no,menubar=no,status=no,toolbar=no,scrollbars=vertical,resizable=no");
}

function launchSmallTour7()
{
var leftLocation=((screen.width)-751)/2;
var topLocation=((screen.height)-521)/2;
window.open("ur7.html", "WebsiteTour","width=751,height=521,left=" + leftLocation + ", screenX=" + leftLocation + ",top=" + topLocation + ",screenY=" + topLocation + ",location=no,menubar=no,status=no,toolbar=no,scrollbars=vertical,resizable=no");
}
