///////////////////////////////////////////////////
//	Customize below variables for your needs
///////////////////////////////////////////////////

function launchLargedevo()
{
var leftLocation=((screen.width)-993)/2;
var topLocation=((screen.height)-689)/2;
window.open("devo/devo8.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 launchSmalldevo()
{
var leftLocation=((screen.width)-751)/2;
var topLocation=((screen.height)-521)/2;
window.open("devo/devo8.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 launchLargedevo7()
{
var leftLocation=((screen.width)-993)/2;
var topLocation=((screen.height)-689)/2;
window.open("devo/devo7.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 launchSmalldevo7()
{
var leftLocation=((screen.width)-751)/2;
var topLocation=((screen.height)-521)/2;
window.open("devo/devo7.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 launchLargetour()
{
var leftLocation=((screen.width)-993)/2;
var topLocation=((screen.height)-689)/2;
window.open("devo/tour8.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("devo/tour8.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("devo/tour7.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("devo/tour7.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");
}
