// JavaScript Document
function themeselect(id)
{
	var v = document.getElementById("tmbtn4");
	var v2 = document.getElementById("tmbtn5");
	if(id=="sitesettings")
	{
		document.getElementById("tmbtn1").src="floatingwindow/images/site_settings.gif";
		document.getElementById("tmbtn2").src="floatingwindow/images/manage_ads_d.gif";
		document.getElementById("tmbtn3").src="floatingwindow/images/site_styler_d.gif";
		document.getElementById("tmbtn6").src="floatingwindow/images/Publish_d.gif";	
		//alert(v);
		if(v !=null)
		{
			//alert("Enter");
			document.getElementById("tmbtn4").src="floatingwindow/images/admin_d.gif";
			document.getElementById('admin_content').style.display = "none";
		}
		if(v2 !=null)
		{
			document.getElementById("tmbtn5").src="floatingwindow/images/director_d.gif";
			document.getElementById('director_content').style.display = "none";	
		}
		document.getElementById('manageads_content').style.display = "none";
		document.getElementById('sitestyler_content').style.display = "none";
		document.getElementById('sitesettings_content').style.display = "block";
		document.getElementById('PUblisher_COntent').style.display = "none";
	}
	if(id=="manageads")
	{
		//document.getElementById("mads-content").style.display="block";
		//document.getElementById("dhtml_goodies_id1").style.width ="505px";
		document.getElementById("tmbtn1").src="floatingwindow/images/site_settings_d.gif";
		document.getElementById("tmbtn2").src="floatingwindow/images/manage_ads.gif";
		document.getElementById("tmbtn3").src="floatingwindow/images/site_styler_d.gif";
		document.getElementById("tmbtn6").src="floatingwindow/images/Publish_d.gif";	
		if(v !=null)
		{
			document.getElementById("tmbtn4").src="floatingwindow/images/admin_d.gif";
			document.getElementById('admin_content').style.display = "none";
		}
		if(v2 !=null)
		{
			document.getElementById("tmbtn5").src="floatingwindow/images/director_d.gif";
			document.getElementById('director_content').style.display = "none";	
		}
		document.getElementById('sitesettings_content').style.display = "none";
		document.getElementById('sitestyler_content').style.display = "none";
		document.getElementById('manageads_content').style.display = "block";
		document.getElementById('PUblisher_COntent').style.display = "none";
	}
	if(id=="sitestyler")
	{
		document.getElementById("tmbtn1").src="floatingwindow/images/site_settings_d.gif";
		document.getElementById("tmbtn2").src="floatingwindow/images/manage_ads_d.gif";
		document.getElementById("tmbtn3").src="floatingwindow/images/site_styler.gif";	
		document.getElementById("tmbtn6").src="floatingwindow/images/Publish_d.gif";	
		if(v !=null)
		{
			document.getElementById("tmbtn4").src="floatingwindow/images/admin_d.gif";
			document.getElementById('admin_content').style.display = "none";
		}
		if(v2 !=null)
		{
			document.getElementById("tmbtn5").src="floatingwindow/images/director_d.gif";
			document.getElementById('director_content').style.display = "none";	
		}
		document.getElementById('sitesettings_content').style.display = "none";
		document.getElementById('manageads_content').style.display = "none";	
		document.getElementById('sitestyler_content').style.display = "block";
		document.getElementById('PUblisher_COntent').style.display = "none";
	}
	if(id=="Publish")
	{
		document.getElementById("tmbtn1").src="floatingwindow/images/site_settings_d.gif";
		document.getElementById("tmbtn2").src="floatingwindow/images/manage_ads_d.gif";
		document.getElementById("tmbtn3").src="floatingwindow/images/site_styler_d.gif";	
		document.getElementById("tmbtn6").src="floatingwindow/images/Publish.gif";	
		if(v !=null)
		{
			document.getElementById("tmbtn4").src="floatingwindow/images/admin_d.gif";
			document.getElementById('admin_content').style.display = "none";
		}
		if(v2 !=null)
		{
			document.getElementById("tmbtn5").src="floatingwindow/images/director_d.gif";
			document.getElementById('director_content').style.display = "none";	
		}
		document.getElementById('sitesettings_content').style.display = "none";
		document.getElementById('manageads_content').style.display = "none";	
		document.getElementById('sitestyler_content').style.display = "none";
		document.getElementById('PUblisher_COntent').style.display = "block";

	}
	if(id=="amanager")
	{
		document.getElementById("tmbtn1").src="floatingwindow/images/site_settings_d.gif";
		document.getElementById("tmbtn2").src="floatingwindow/images/manage_ads_d.gif";
		document.getElementById("tmbtn3").src="floatingwindow/images/site_styler_d.gif";
		document.getElementById("tmbtn6").src="floatingwindow/images/Publish_d.gif";	
		if(v !=null)
		{
			document.getElementById("tmbtn4").src="floatingwindow/images/admin.gif";
			document.getElementById('admin_content').style.display = "block";	
		}
		if(v2 !=null)
		{
			document.getElementById("tmbtn5").src="floatingwindow/images/director_d.gif";
			document.getElementById('director_content').style.display = "none";	
		}
		document.getElementById('sitesettings_content').style.display = "none";
		document.getElementById('manageads_content').style.display = "none";	
		document.getElementById('sitestyler_content').style.display = "none";
		document.getElementById('PUblisher_COntent').style.display = "none";
	}
   if(id=="admanager")
	{
		document.getElementById("tmbtn1").src="floatingwindow/images/site_settings_d.gif";
		document.getElementById("tmbtn2").src="floatingwindow/images/manage_ads_d.gif";
		document.getElementById("tmbtn3").src="floatingwindow/images/site_styler_d.gif";
		document.getElementById("tmbtn6").src="floatingwindow/images/Publish_d.gif";	
		if(v !=null)
		{
			document.getElementById("tmbtn4").src="floatingwindow/images/admin_d.gif";
			document.getElementById('admin_content').style.display = "none";	
		}
		if(v2 !=null)
		{
			document.getElementById("tmbtn5").src="floatingwindow/images/director.gif";
			document.getElementById('director_content').style.display = "block";	
		}
		document.getElementById('sitesettings_content').style.display = "none";
		document.getElementById('manageads_content').style.display = "none";	
		document.getElementById('sitestyler_content').style.display = "none";
		document.getElementById('PUblisher_COntent').style.display = "none";
	}	
}