/////////////////////////////////////////////////////	Customize below variables for your needs///////////////////////////////////////////////////function launchLargeTour(){var leftLocation=((screen.width)-993)/2;var topLocation=((screen.height)-689)/2;window.open("main.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("main.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 launchLargeTourLow(){var leftLocation=((screen.width)-993)/2;var topLocation=((screen.height)-689)/2;window.open("main_low.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 launchSmallTourLow(){var leftLocation=((screen.width)-751)/2;var topLocation=((screen.height)-521)/2;window.open("main_low.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");}