// JScript File

function SetBgColor_Contlnk1(editor)
{
	if (typeof(editor.OnClientLoad) != "undefined" && editor.OnClientLoad != null) 
	{
		editor.GetContentArea().style.backgroundColor = '#898989';  
	}
}

function SetBgColor_Contlnk2(editor)
{
	if (typeof(editor.OnClientLoad) != "undefined" && editor.OnClientLoad != null) 
	{
		editor.GetContentArea().style.backgroundColor = '#626262';  
	}
}

function SetBgColor_Contlnk3(editor)
{
	if (typeof(editor.OnClientLoad) != "undefined" && editor.OnClientLoad != null) 
	{
		editor.GetContentArea().style.backgroundColor = '#232323';  
	}
}

function SetBgColor_Contlnk4(editor)
{
	if (typeof(editor.OnClientLoad) != "undefined" && editor.OnClientLoad != null) 
	{
		editor.GetContentArea().style.backgroundColor = '#414141';  
	}
}

function SetBgColor_ContentTopTitle(editor)
{
	if (typeof(editor.OnClientLoad) != "undefined" && editor.OnClientLoad != null) 
	{
		editor.GetContentArea().style.backgroundColor = '#e8e7e7';  
	}
}

function SetBgColor_MainPageWelcomeMessage(editor)
{
	if (typeof(editor.OnClientLoad) != "undefined" && editor.OnClientLoad != null) 
	{
		editor.GetContentArea().style.backgroundColor = '#e4e7e7';  
	}
}
