// JavaScript Document
function ShowDiv(divID)
{
	var obj = document.getElementById(divID);
	obj.style.display = 'block';
}

function HiddenDiv(divID)
{
	var obj = document.getElementById(divID);
	obj.style.display = 'none';
}

function SonMenuShow(el,actionID)
{
    if(actionID == 1)
    {
        ShowDiv('yxMainMenu');
        document.getElementById('yxLinkBg').style.backgroundColor = '#FFE2D9';
        document.getElementById('ctl00_yxLink').childNodes[0].childNodes[0].src = ThisWebUrl + 'themes/Info/images/yx_1.gif';
       
        HiddenDiv('cmMainMenu');
        document.getElementById('cmLinkBg').style.backgroundColor = '#F5BFAE';
        document.getElementById('ctl00_cmLink').childNodes[0].childNodes[0].src = ThisWebUrl + 'themes/Info/images/cm.gif';
        HiddenDiv('hdMainMenu');
        document.getElementById('hdLinkBg').style.backgroundColor = '';
        document.getElementById('ctl00_hdLink').childNodes[0].childNodes[0].src = ThisWebUrl + 'themes/Info/images/hd.gif';
        HiddenDiv('rwMainMenu');
        document.getElementById('rwLinkBg').style.backgroundColor = '';
        document.getElementById('ctl00_rwLink').childNodes[0].childNodes[0].src = ThisWebUrl + 'themes/Info/images/rw.gif';
        HiddenDiv('hwMainMenu');
        document.getElementById('hwLinkBg').style.backgroundColor = '';
        document.getElementById('ctl00_hwLink').childNodes[0].childNodes[0].src = ThisWebUrl + 'themes/Info/images/hw.gif';
        HiddenDiv('zcMainMenu');
        document.getElementById('zcLinkBg').style.backgroundColor = '';
        document.getElementById('ctl00_zcLink').childNodes[0].childNodes[0].src = ThisWebUrl + 'themes/Info/images/zc.gif'; 
    }
    else if(actionID == 2)
    {
        ShowDiv('cmMainMenu');
        document.getElementById('cmLinkBg').style.backgroundColor = '#FFE2D9';
        document.getElementById('ctl00_cmLink').childNodes[0].childNodes[0].src = ThisWebUrl + 'themes/Info/images/cm_1.gif';
        
        HiddenDiv('hdMainMenu');
        document.getElementById('hdLinkBg').style.backgroundColor = '';
        document.getElementById('ctl00_hdLink').childNodes[0].childNodes[0].src = ThisWebUrl + 'themes/Info/images/hd.gif';
        HiddenDiv('rwMainMenu');
        document.getElementById('rwLinkBg').style.backgroundColor = '';
        document.getElementById('ctl00_rwLink').childNodes[0].childNodes[0].src = ThisWebUrl + 'themes/Info/images/rw.gif';
        HiddenDiv('hwMainMenu');
        document.getElementById('hwLinkBg').style.backgroundColor = '';
        document.getElementById('ctl00_hwLink').childNodes[0].childNodes[0].src = ThisWebUrl + 'themes/Info/images/hw.gif';
        HiddenDiv('yxMainMenu');
        document.getElementById('yxLinkBg').style.backgroundColor = '';
        document.getElementById('ctl00_yxLink').childNodes[0].childNodes[0].src = ThisWebUrl + 'themes/Info/images/yx.gif';
        HiddenDiv('zcMainMenu');
        document.getElementById('zcLinkBg').style.backgroundColor = '';
        document.getElementById('ctl00_zcLink').childNodes[0].childNodes[0].src = ThisWebUrl + 'themes/Info/images/zc.gif'; 
    }
    else if(actionID == 3)
    {
        ShowDiv('hwMainMenu');
        document.getElementById('hwLinkBg').style.backgroundColor = '#FFE2D9';
        document.getElementById('ctl00_hwLink').childNodes[0].childNodes[0].src = ThisWebUrl + 'themes/Info/images/hw_1.gif';
       
        HiddenDiv('cmMainMenu');
        document.getElementById('cmLinkBg').style.backgroundColor = '#F5BFAE';
        document.getElementById('ctl00_cmLink').childNodes[0].childNodes[0].src = ThisWebUrl + 'themes/Info/images/cm.gif';
        HiddenDiv('hdMainMenu');
        document.getElementById('hdLinkBg').style.backgroundColor = '';
        document.getElementById('ctl00_hdLink').childNodes[0].childNodes[0].src = ThisWebUrl + 'themes/Info/images/hd.gif';
        HiddenDiv('rwMainMenu');
        document.getElementById('rwLinkBg').style.backgroundColor = '';
        document.getElementById('ctl00_rwLink').childNodes[0].childNodes[0].src = ThisWebUrl + 'themes/Info/images/rw.gif';
        HiddenDiv('yxMainMenu');
        document.getElementById('yxLinkBg').style.backgroundColor = '';
        document.getElementById('ctl00_yxLink').childNodes[0].childNodes[0].src = ThisWebUrl + 'themes/Info/images/yx.gif';
        HiddenDiv('zcMainMenu');
        document.getElementById('zcLinkBg').style.backgroundColor = '';
        document.getElementById('ctl00_zcLink').childNodes[0].childNodes[0].src = ThisWebUrl + 'themes/Info/images/zc.gif'; 
    }
    else if(actionID == 4)
    {
        ShowDiv('rwMainMenu');
        document.getElementById('rwLinkBg').style.backgroundColor = '#FFE2D9';
        document.getElementById('ctl00_rwLink').childNodes[0].childNodes[0].src = ThisWebUrl + 'themes/Info/images/rw_1.gif';
        
        HiddenDiv('cmMainMenu');
        document.getElementById('cmLinkBg').style.backgroundColor = '#F5BFAE';
        document.getElementById('ctl00_cmLink').childNodes[0].childNodes[0].src = ThisWebUrl + 'themes/Info/images/cm.gif';
        HiddenDiv('hdMainMenu');
        document.getElementById('hdLinkBg').style.backgroundColor = '';
        document.getElementById('ctl00_hdLink').childNodes[0].childNodes[0].src = ThisWebUrl + 'themes/Info/images/hd.gif';
        HiddenDiv('hwMainMenu');
        document.getElementById('hwLinkBg').style.backgroundColor = '';
        document.getElementById('ctl00_hwLink').childNodes[0].childNodes[0].src = ThisWebUrl + 'themes/Info/images/hw.gif';
        HiddenDiv('yxMainMenu');
        document.getElementById('yxLinkBg').style.backgroundColor = '';
        document.getElementById('ctl00_yxLink').childNodes[0].childNodes[0].src = ThisWebUrl + 'themes/Info/images/yx.gif';
        HiddenDiv('zcMainMenu');
        document.getElementById('zcLinkBg').style.backgroundColor = '';
        document.getElementById('ctl00_zcLink').childNodes[0].childNodes[0].src = ThisWebUrl + 'themes/Info/images/zc.gif'; 
    }
    else if(actionID == 5)
    {
        ShowDiv('hdMainMenu');
        document.getElementById('hdLinkBg').style.backgroundColor = '#FFE2D9';
        document.getElementById('ctl00_hdLink').childNodes[0].childNodes[0].src = ThisWebUrl + 'themes/Info/images/hd_1.gif';
        
        HiddenDiv('cmMainMenu');
        document.getElementById('cmLinkBg').style.backgroundColor = '#F5BFAE';
        document.getElementById('ctl00_cmLink').childNodes[0].childNodes[0].src = ThisWebUrl + 'themes/Info/images/cm.gif';
        HiddenDiv('rwMainMenu');
        document.getElementById('rwLinkBg').style.backgroundColor = '';
        document.getElementById('ctl00_rwLink').childNodes[0].childNodes[0].src = ThisWebUrl + 'themes/Info/images/rw.gif';
        HiddenDiv('hwMainMenu');
        document.getElementById('hwLinkBg').style.backgroundColor = '';
        document.getElementById('ctl00_hwLink').childNodes[0].childNodes[0].src = ThisWebUrl + 'themes/Info/images/hw.gif';
        HiddenDiv('yxMainMenu');
        document.getElementById('yxLinkBg').style.backgroundColor = '';
        document.getElementById('ctl00_yxLink').childNodes[0].childNodes[0].src = ThisWebUrl + 'themes/Info/images/yx.gif';
        HiddenDiv('zcMainMenu');
        document.getElementById('zcLinkBg').style.backgroundColor = '';
        document.getElementById('ctl00_zcLink').childNodes[0].childNodes[0].src = ThisWebUrl + 'themes/Info/images/zc.gif'; 
    }
     else if(actionID == 6)  
     {
            ShowDiv('zcMainMenu');
            document.getElementById('zcLinkBg').style.backgroundColor = '#FFE2D9';
            document.getElementById('ctl00_zcLink').childNodes[0].childNodes[0].src = ThisWebUrl + 'themes/Info/images/zc_1.gif'; 
            
            HiddenDiv('cmMainMenu');
            document.getElementById('cmLinkBg').style.backgroundColor = '#F5BFAE';
            document.getElementById('ctl00_cmLink').childNodes[0].childNodes[0].src = ThisWebUrl + 'themes/Info/images/cm.gif';
            HiddenDiv('rwMainMenu');
            document.getElementById('rwLinkBg').style.backgroundColor = '';
            document.getElementById('ctl00_rwLink').childNodes[0].childNodes[0].src = ThisWebUrl + 'themes/Info/images/rw.gif';
            HiddenDiv('hwMainMenu');
            document.getElementById('hwLinkBg').style.backgroundColor = '';
            document.getElementById('ctl00_hwLink').childNodes[0].childNodes[0].src = ThisWebUrl + 'themes/Info/images/hw.gif';
            HiddenDiv('yxMainMenu');
            document.getElementById('yxLinkBg').style.backgroundColor = '';
            document.getElementById('ctl00_yxLink').childNodes[0].childNodes[0].src = ThisWebUrl + 'themes/Info/images/yx.gif';
            HiddenDiv('hdMainMenu');
            document.getElementById('hdLinkBg').style.backgroundColor = '';
            document.getElementById('ctl00_hdLink').childNodes[0].childNodes[0].src = ThisWebUrl + 'themes/Info/images/hd.gif';
        }
    else
    {
        HiddenDiv('yxMainMenu');
        document.getElementById('yxLinkBg').style.backgroundColor = '#F5BFAE';
        document.getElementById('ctl00_yxLink').childNodes[0].childNodes[0].src = ThisWebUrl + 'themes/Info/images/yx.gif';
        HiddenDiv('cmMainMenu');
        document.getElementById('cmLinkBg').style.backgroundColor = '#F5BFAE';
        document.getElementById('ctl00_cmLink').childNodes[0].childNodes[0].src = ThisWebUrl + 'themes/Info/images/cm.gif';
        HiddenDiv('hdMainMenu');
        document.getElementById('hdLinkBg').style.backgroundColor = '';
        document.getElementById('ctl00_hdLink').childNodes[0].childNodes[0].src = ThisWebUrl + 'themes/Info/images/hd.gif';
        HiddenDiv('rwMainMenu');
        document.getElementById('rwLinkBg').style.backgroundColor = '';
        document.getElementById('ctl00_rwLink').childNodes[0].childNodes[0].src = ThisWebUrl + 'themes/Info/images/rw.gif';
        HiddenDiv('hwMainMenu');
        document.getElementById('hwLinkBg').style.backgroundColor = '';
        document.getElementById('ctl00_hwLink').childNodes[0].childNodes[0].src = ThisWebUrl + 'themes/Info/images/hw.gif'; 
         HiddenDiv('zcMainMenu');
        document.getElementById('zcLinkBg').style.backgroundColor = '';
        document.getElementById('ctl00_zcLink').childNodes[0].childNodes[0].src = ThisWebUrl + 'themes/Info/images/zc.gif'; 
    }
}

Activate = function(activeCat)
{
    for(var i=0;i<5;i++)
    {
        var tagCatTab = document.getElementById('tagTabDiv_' + i);
        var tagOneList = document.getElementById('tagList_' + i);
        
        if(i == activeCat)
        {
            tagCatTab.childNodes[0].className = 'TabText';
            tagCatTab.style.backgroundColor = '#E8F1FB';
            tagCatTab.style.cursor = null;
            ShowDiv('tagList_' + i);
        }
        else
        {
            tagCatTab.childNodes[0].className = 'TabTextNormal';
            tagCatTab.style.backgroundColor = '#DCA6A3';
            tagCatTab.style.cursor = 'pointer';
            HiddenDiv('tagList_' + i);
        }
    }
}
function ClearTextBox(txtID, defaultText)
{
    var txtBox = document.getElementById(txtID);
	if (txtBox != null && txtBox.value == defaultText)
	{
	    txtBox.style.color = '#000000';
	    txtBox.value = '';	    
	}
	else if(txtBox != null && txtBox.value == '')
    {
        txtBox.style.color = ''
        txtBox.value = defaultText;
    }
}
function showEmaildiv(divID,e)
{
var span = e;
var t=e.offsetTop;
var l=e.offsetLeft-170;
while(e=e.offsetParent){
 t+=e.offsetTop;
 l+=e.offsetLeft;
}


    var div  = document.getElementById(divID);
    div.style.top = t+25+"px";
    div.style.left = l+"px";
    div.style.display = "block";
	
}
function HiddenEmailDiv(divID)
{
    var div  = document.getElementById(divID);
	div.style.display = 'none';
}
