baseURL = "https://www.liquidsix.com/"; /* Preload Images */ preloadImage("tabs_domains_on.gif"); preloadImage("tabs_forums_on.gif"); preloadImage("tabs_hosting_on.gif"); preloadImage("tabs_resellers_on.gif"); preloadImage("tabs_support_on.gif"); function preloadImage (imageName) { anImage = new Image(); anImage.src = baseURL + "images/" + imageName; } function detailWindow (detail) { if (detail == "Management") { window.location = "/servers/setup.asp"; } else if (detail == "CDP") { window.location = "/servers/backups.asp"; } else if (detail == "SmarterTools") { window.location = "/smarterbundle"; } else if (detail == "Price_MonthS") { window.location = "/februarysavings"; } else if (detail == "Price_YearS") { window.location = "/februarysavings"; } else { window.open(baseURL + 'detailpopup.asp?id=' + detail, 'details_' + detail, 'toolbar=0,scrollbars=1,location=0,statusbar=1,menubar=0,resizable=0,width=400,height=250'); } } function currencyWindow (detail) { window.open(baseURL + 'currencypopup.asp?amt=' + detail, 'price' + (detail*1000), 'toolbar=0,scrollbars=1,location=0,statusbar=1,menubar=0,resizable=0,width=400,height=250'); }