ddlevelsmenu.setup("ddtopmenubar", "topbar") //ddlevelsmenu.setup("mainmenuid", "topbar|sidebar")
										
										function SHARED()
										{
										document.getElementById("WEBHOSTING").style.background = "#548aa7";
										document.getElementById("WEBHOSTING").style.color = "#fff";
								
										}
										
										function SHAREDhover()
										{
										document.getElementById("WEBHOSTING").style.background = "#548aa7";
										document.getElementById("WEBHOSTING").style.color = "#fff";
								
										}
										function SHAREDhoverout()
										{
										document.getElementById("WEBHOSTING").style.background = "#fff";
										document.getElementById("WEBHOSTING").style.color = "#666";
								
										}
										
										function SHAREDnone()
										{
										document.getElementById("WEBHOSTING").style.background = "none";
										document.getElementById("WEBHOSTING").style.color = "#666";
										}
										
										
										
										
										
										
										
										
										function SERVERS()
										{
										document.getElementById("DEDICATEDSERVERS").style.background = "#548aa7";
										document.getElementById("DEDICATEDSERVERS").style.color = "#fff";
								
										}
										
										function SERVERShover()
										{
										document.getElementById("DEDICATEDSERVERS").style.background = "#548aa7";
										document.getElementById("DEDICATEDSERVERS").style.color = "#fff";
								
										}
										function SERVERShoverout()
										{
										document.getElementById("DEDICATEDSERVERS").style.background = "#fff";
										document.getElementById("DEDICATEDSERVERS").style.color = "#666";
								
										}
										
										function SERVERSnone()
										{
										document.getElementById("DEDICATEDSERVERS").style.background = "none";
										document.getElementById("DEDICATEDSERVERS").style.color = "#666";
										}
										
										
										
										
										
										
										function ADDONS()
										{
										document.getElementById("WEBHOSTINGADDONS").style.background = "#548aa7";
										document.getElementById("WEBHOSTINGADDONS").style.color = "#fff";
								
										}
										
										function ADDONShover()
										{
										document.getElementById("WEBHOSTINGADDONS").style.background = "#548aa7";
										document.getElementById("WEBHOSTINGADDONS").style.color = "#fff";
								
										}
										function ADDONShoverout()
										{
										document.getElementById("WEBHOSTINGADDONS").style.background = "#fff";
										document.getElementById("WEBHOSTINGADDONS").style.color = "#666";
								
										}
										
										function ADDONSnone()
										{
										document.getElementById("WEBHOSTINGADDONS").style.background = "none";
										document.getElementById("WEBHOSTINGADDONS").style.color = "#666";
										}
										
										
										
										
										
										function SPECIAL()
										{
										document.getElementById("SPECIALSERVICES").style.background = "#548aa7";
										document.getElementById("SPECIALSERVICES").style.color = "#fff";
								
										}
										
										function SPECIALhover()
										{
										document.getElementById("SPECIALSERVICES").style.background = "#548aa7";
										document.getElementById("SPECIALSERVICES").style.color = "#fff";
								
										}
										function SPECIALhoverout()
										{
										document.getElementById("SPECIALSERVICES").style.background = "#fff";
										document.getElementById("SPECIALSERVICES").style.color = "#666";
								
										}
										
										function SPECIALnone()
										{
										document.getElementById("SPECIALSERVICES").style.background = "none";
										document.getElementById("SPECIALSERVICES").style.color = "#666";
										}
										
										
										
										
										
										
										
										function CREATIVE()
										{
										document.getElementById("CREATIVESERVICES").style.background = "#548aa7";
										document.getElementById("CREATIVESERVICES").style.color = "#fff";
								
										}
										
										function CREATIVEhover()
										{
										document.getElementById("CREATIVESERVICES").style.background = "#548aa7";
										document.getElementById("CREATIVESERVICES").style.color = "#fff";
								
										}
										function CREATIVEhoverout()
										{
										document.getElementById("CREATIVESERVICES").style.background = "#fff";
										document.getElementById("CREATIVESERVICES").style.color = "#666";
								
										}
										
										function CREATIVEnone()
										{
										document.getElementById("CREATIVESERVICES").style.background = "none";
										document.getElementById("CREATIVESERVICES").style.color = "#666";
										}
