/////////////////////////////////========================== Página de Microsoft Unified Communications =================/////////////////////////////////////
function uc_setControlInvisible(id) {
    if (document.getElementById(id)) {
        document.getElementById(id).style.display = "none";
    }
}
function uc_setControlVisible(id) {
    if (document.getElementById(id)) {
        document.getElementById(id).style.display = "";
    }
}

function uc_setTitle1On(obj) {
    //Setting The Tab for the First Title
    uc_setControlVisible("content1");
    uc_setControlVisible("arrow1");
    uc_setControlVisible("imgBan1");
    if (document.getElementById("title1")) {
        document.getElementById("title1").style.backgroundColor = "#FF8F00";
    }

    uc_setControlInvisible("content2");
    uc_setControlInvisible("arrow2");
    uc_setControlInvisible("imgBan2");
    if (document.getElementById("title2")) {
        document.getElementById("title2").style.backgroundColor = "#05080C";
    }
    uc_setControlInvisible("content3");
    uc_setControlInvisible("arrow3");
    uc_setControlInvisible("imgBan3");
    if (document.getElementById("title3")) {
        document.getElementById("title3").style.backgroundColor = "#05080C";
    }
    uc_setControlInvisible("content4");
    uc_setControlInvisible("arrow4");
    uc_setControlInvisible("imgBan4");
    if (document.getElementById("title4")) {
        document.getElementById("title4").style.backgroundColor = "#05080C";
    }

}
function uc_setTitle2On(obj) {
    //Setting The Tab for the First Title
    uc_setControlVisible("content2");
    uc_setControlVisible("arrow2");
    uc_setControlVisible("imgBan2");
    if (document.getElementById("title2")) {
        document.getElementById("title2").style.backgroundColor = "#FF8F00";
    }

    uc_setControlInvisible("content1");
    uc_setControlInvisible("arrow1");
    uc_setControlInvisible("imgBan1");
    if (document.getElementById("title1")) {
        document.getElementById("title1").style.backgroundColor = "#05080C";
    }
    uc_setControlInvisible("content3");
    uc_setControlInvisible("arrow3");
    uc_setControlInvisible("imgBan3");
    if (document.getElementById("title3")) {
        document.getElementById("title3").style.backgroundColor = "#05080C";
    }
    uc_setControlInvisible("content4");
    uc_setControlInvisible("arrow4");
    uc_setControlInvisible("imgBan4");
    if (document.getElementById("title4")) {
        document.getElementById("title4").style.backgroundColor = "#05080C";
    }

}
function uc_setTitle3On(obj) {
    //Setting The Tab for the First Title
    uc_setControlVisible("content3");
    uc_setControlVisible("arrow3");
    uc_setControlVisible("imgBan3");
    if (document.getElementById("title3")) {
        document.getElementById("title3").style.backgroundColor = "#FF8F00";
    }

    uc_setControlInvisible("content2");
    uc_setControlInvisible("arrow2");
    uc_setControlInvisible("imgBan2");
    if (document.getElementById("title2")) {
        document.getElementById("title2").style.backgroundColor = "#05080C";
    }
    uc_setControlInvisible("content1");
    uc_setControlInvisible("arrow1");
    uc_setControlInvisible("imgBan1");
    if (document.getElementById("title1")) {
        document.getElementById("title1").style.backgroundColor = "#05080C";
    }
    uc_setControlInvisible("content4");
    uc_setControlInvisible("arrow4");
    uc_setControlInvisible("imgBan4");
    if (document.getElementById("title4")) {
        document.getElementById("title4").style.backgroundColor = "#05080C";
    }

}
function uc_setTitle4On(obj) {
    //Setting The Tab for the First Title
    uc_setControlVisible("content4");
    uc_setControlVisible("arrow4");
    uc_setControlVisible("imgBan4");
    if (document.getElementById("title4")) {
        document.getElementById("title4").style.backgroundColor = "#FF8F00";
    }

    uc_setControlInvisible("content2");
    uc_setControlInvisible("arrow2");
    uc_setControlInvisible("imgBan2");
    if (document.getElementById("title2")) {
        document.getElementById("title2").style.backgroundColor = "#05080C";
    }
    uc_setControlInvisible("content3");
    uc_setControlInvisible("arrow3");
    uc_setControlInvisible("imgBan3");
    if (document.getElementById("title3")) {
        document.getElementById("title3").style.backgroundColor = "#05080C";
    }
    uc_setControlInvisible("content1");
    uc_setControlInvisible("arrow1");
    uc_setControlInvisible("imgBan1");
    if (document.getElementById("title1")) {
        document.getElementById("title1").style.backgroundColor = "#05080C";
    }

}
/////////////////////////////////========================== Página de Microsoft =================/////////////////////////////////////
function msft_setControlInvisibleMSFT(id)
{
	if (document.getElementById(id))
	{
		document.getElementById(id).style.display = "none";
	}
}
function msft_setControlVisibleMSFT(id)
{
	if (document.getElementById(id))
	{
		document.getElementById(id).style.display = "";
	}
}

function msft_setTitle1On(obj)
{
	//Setting The Tab for the First Title
	//msft_setControlVisibleMSFT("content1");
	document.getElementById("content1").className = "TableDivContainer";
	msft_setControlVisibleMSFT("arrow1");
	//msft_setControlVisibleMSFT("imgBan1");	
	if (document.getElementById("title1"))
	{
		//document.getElementById("title1").style.backgroundColor = "#FF8F00";
		//document.getElementById("title1").style.backgroundImage = "http://www.grupocma.com/images/titleFill1.jpg";
		//document.getElementById("title1").style.backgroundImage = url('http://www.grupocma.com/images/titleFill1.jpg');
		//document.getElementById("title1").style.backgroundImage = "url(http://www.grupocma.com/images/titleFill1.jpg)";
		document.getElementById("title1").className = "ActiveSectionHeader";
	}
	
	//msft_setControlInVisibleMSFT("content2");
	document.getElementById("content2").className = "InactiveTableDivContainer";
	msft_setControlInvisibleMSFT("arrow2");
	//msft_setControlInVisibleMSFT("imgBan2");
	if (document.getElementById("title2"))
	{
		//document.getElementById("title2").style.backgroundColor = "#05080C";
		//document.getElementById("title2").style.backgroundImage = "url(http://www.grupocma.com/images/titleFill2.jpg)";
		document.getElementById("title2").className = "InactiveSectionHeader";

	}
}
function msft_setTitle2On(obj)
{
	//Setting The Tab for the First Title
	//msft_setControlVisibleMSFT("content2");
	document.getElementById("content2").className = "TableDivContainer";
	msft_setControlVisibleMSFT("arrow2");
	//msft_setControlVisibleMSFT("imgBan2");
	if (document.getElementById("title2"))
	{
		//document.getElementById("title2").style.backgroundColor = "#FF8F00";
		//document.getElementById("title2").style.backgroundImage = "url(http://www.grupocma.com/images/titleFill1.jpg)";
		document.getElementById("title2").className = "ActiveSectionHeader";
	}
	
	//msft_setControlInVisibleMSFT("content1");
	document.getElementById("content1").className = "InactiveTableDivContainer";
	msft_setControlInvisibleMSFT("arrow1");
	//msft_setControlInVisibleMSFT("imgBan1");
	if (document.getElementById("title1"))
	{
		//document.getElementById("title1").style.backgroundColor = "#05080C";
		//document.getElementById("title1").style.backgroundImage = "url(http://www.grupocma.com/images/titleFill2.jpg)";
		document.getElementById("title1").className = "InactiveSectionHeader";
	}
}

//////////////////////////////////===============================================================/////////////////////////////////////
function asti_setControlInvisibleASTI(id) {
    if (document.getElementById(id)) {
        document.getElementById(id).style.display = "none";
    }
}
function asti_setControlVisibleASTI(id) {
    if (document.getElementById(id)) {
        document.getElementById(id).style.display = "";
    }
}
function asti_setControlActive(idTitle, idContent) {
    asti_setControlVisibleASTI(idContent);
    if (document.getElementById(idTitle)) {
        document.getElementById(idTitle).style.backgroundColor = "#214668";
    }

}
function asti_setControlInactive(idTitle, idContent) {
    asti_setControlInvisibleASTI(idContent);
    if (document.getElementById(idTitle)) {

        document.getElementById(idTitle).style.backgroundColor = "#040A11";
    }
}
function asti_setTitle1On(obj) {
    //Setting The Tab for the First Title
    asti_setControlActive("title1", "content1");
    asti_setControlInactive("title2", "content2");
    asti_setControlInactive("title3", "content3");
    asti_setControlInactive("title4", "content4");
}
function asti_setTitle2On(obj) {
    //Setting The Tab for the First Title
    asti_setControlActive("title2", "content2");
    asti_setControlInactive("title1", "content1");
    asti_setControlInactive("title3", "content3");
    asti_setControlInactive("title4", "content4");

}
function asti_setTitle3On(obj) {
    //Setting The Tab for the First Title
    asti_setControlActive("title3", "content3");
    asti_setControlInactive("title1", "content1");
    asti_setControlInactive("title2", "content2");
    asti_setControlInactive("title4", "content4");

}
function asti_setTitle4On(obj) {
    //Setting The Tab for the First Title
    asti_setControlActive("title4", "content4");
    asti_setControlInactive("title1", "content1");
    asti_setControlInactive("title2", "content2");
    asti_setControlInactive("title3", "content3");
}

//-------------------------------------------------------------------------------------//
function osti_setControlInvisibleOSTI(id) {
    if (document.getElementById(id)) {
        document.getElementById(id).style.display = "none";
    }
}
function osti_setControlVisibleOSTI(id) {
    if (document.getElementById(id)) {
        document.getElementById(id).style.display = "";
    }
}

function osti_setTitle1On(obj) {
    //Setting The Tab for the First Title
    //osti_setControlVisibleOSTI("content1");
    document.getElementById("content1").className = "TableDivContainer";
    osti_setControlVisibleOSTI("arrow1");
    //osti_setControlVisibleOSTI("imgBan1");	
    if (document.getElementById("title1")) {
        //document.getElementById("title1").style.backgroundColor = "#FF8F00";
        //document.getElementById("title1").style.backgroundImage = "http://www.grupocma.com/images/titleFill1.jpg";
        //document.getElementById("title1").style.backgroundImage = url('http://www.grupocma.com/images/titleFill1.jpg');
        //document.getElementById("title1").style.backgroundImage = "url(http://www.grupocma.com/images/titleFill1.jpg)";
        document.getElementById("title1").className = "ActiveSectionHeader";
    }

    //osti_setControlInvisibleOSTI("content2");
    document.getElementById("content2").className = "InactiveTableDivContainer";
    osti_setControlInvisibleOSTI("arrow2");
    //osti_setControlInvisibleOSTI("imgBan2");
    if (document.getElementById("title2")) {
        //document.getElementById("title2").style.backgroundColor = "#05080C";
        //document.getElementById("title2").style.backgroundImage = "url(http://www.grupocma.com/images/titleFill2.jpg)";
        document.getElementById("title2").className = "InactiveSectionHeader";

    }
    //osti_setControlInvisibleOSTI("content3");
    document.getElementById("content3").className = "InactiveTableDivContainer";
    osti_setControlInvisibleOSTI("arrow3");
    //osti_setControlInvisibleOSTI("imgBan3");
    if (document.getElementById("title3")) {
        document.getElementById("title3").className = "InactiveSectionHeader";

    }
    //osti_setControlInvisibleOSTI("content4");
    document.getElementById("content4").className = "InactiveTableDivContainer";
    osti_setControlInvisibleOSTI("arrow4");
    //osti_setControlInvisibleOSTI("imgBan4");
    if (document.getElementById("title4")) {
        //document.getElementById("title4").style.backgroundColor = "#05080C";
        document.getElementById("title4").className = "InactiveSectionHeader";

    }

}
function osti_setTitle2On(obj) {
    //Setting The Tab for the First Title
    //osti_setControlVisibleOSTI("content2");
    document.getElementById("content2").className = "TableDivContainer";
    osti_setControlVisibleOSTI("arrow2");
    //osti_setControlVisibleOSTI("imgBan2");
    if (document.getElementById("title2")) {
        //document.getElementById("title2").style.backgroundColor = "#FF8F00";
        //document.getElementById("title2").style.backgroundImage = "url(http://www.grupocma.com/images/titleFill1.jpg)";
        document.getElementById("title2").className = "ActiveSectionHeader";
    }

    //osti_setControlInvisibleOSTI("content1");
    document.getElementById("content1").className = "InactiveTableDivContainer";
    osti_setControlInvisibleOSTI("arrow1");
    //osti_setControlInvisibleOSTI("imgBan1");
    if (document.getElementById("title1")) {
        //document.getElementById("title1").style.backgroundColor = "#05080C";
        //document.getElementById("title1").style.backgroundImage = "url(http://www.grupocma.com/images/titleFill2.jpg)";
        document.getElementById("title1").className = "InactiveSectionHeader";
    }
    //osti_setControlInvisibleOSTI("content3");
    document.getElementById("content3").className = "InactiveTableDivContainer";
    osti_setControlInvisibleOSTI("arrow3");
    ////osti_setControlInvisibleOSTI("imgBan3");
    if (document.getElementById("title3")) {
        //document.getElementById("title3").style.backgroundColor = "#05080C";
        document.getElementById("title3").className = "InactiveSectionHeader";
    }
    //osti_setControlInvisibleOSTI("content4");
    document.getElementById("content4").className = "InactiveTableDivContainer";
    osti_setControlInvisibleOSTI("arrow4");
    //osti_setControlInvisibleOSTI("imgBan4");
    if (document.getElementById("title4")) {
        //document.getElementById("title4").style.backgroundColor = "#05080C";
        document.getElementById("title4").className = "InactiveSectionHeader";
    }

}
function osti_setTitle3On(obj) {
    //Setting The Tab for the First Title
    //osti_setControlVisibleOSTI("content3");
    document.getElementById("content3").className = "TableDivContainer";
    osti_setControlVisibleOSTI("arrow3");
    //osti_setControlVisibleOSTI("imgBan3");
    if (document.getElementById("title3")) {
        //document.getElementById("title3").style.backgroundColor = "#FF8F00";
        document.getElementById("title3").className = "ActiveSectionHeader";
    }

    //osti_setControlInvisibleOSTI("content2");
    document.getElementById("content2").className = "InactiveTableDivContainer";
    osti_setControlInvisibleOSTI("arrow2");
    //osti_setControlInvisibleOSTI("imgBan2");
    if (document.getElementById("title2")) {
        //document.getElementById("title2").style.backgroundColor = "#05080C";
        document.getElementById("title2").className = "InactiveSectionHeader";
    }
    //osti_setControlInvisibleOSTI("content1");
    document.getElementById("content1").className = "InactiveTableDivContainer";
    osti_setControlInvisibleOSTI("arrow1");
    //osti_setControlInvisibleOSTI("imgBan1");
    if (document.getElementById("title1")) {
        //document.getElementById("title1").style.backgroundColor = "#05080C";
        document.getElementById("title1").className = "InactiveSectionHeader";
    }
    //osti_setControlInvisibleOSTI("content4");
    document.getElementById("content4").className = "InactiveTableDivContainer";
    osti_setControlInvisibleOSTI("arrow4");
    //osti_setControlInvisibleOSTI("imgBan4");
    if (document.getElementById("title4")) {
        //document.getElementById("title4").style.backgroundColor = "#05080C";
        document.getElementById("title4").className = "InactiveSectionHeader";
    }

}
function osti_setTitle4On(obj) {
    //Setting The Tab for the First Title
    //osti_setControlVisibleOSTI("content4");
    document.getElementById("content4").className = "TableDivContainer";
    osti_setControlVisibleOSTI("arrow4");
    //osti_setControlVisibleOSTI("imgBan4");
    if (document.getElementById("title4")) {
        //document.getElementById("title4").style.backgroundColor = "#FF8F00";
        //document.getElementById("title4").style.backgroundImage = "url(http://www.grupocma.com/images/titleFill1.jpg)";
        document.getElementById("title4").className = "ActiveSectionHeader";
    }

    //osti_setControlInvisibleOSTI("content2");
    document.getElementById("content2").className = "InactiveTableDivContainer";
    osti_setControlInvisibleOSTI("arrow2");
    //osti_setControlInvisibleOSTI("imgBan2");
    if (document.getElementById("title2")) {
        //document.getElementById("title2").style.backgroundColor = "#05080C";
        document.getElementById("title2").className = "InactiveSectionHeader";
    }
    //osti_setControlInvisibleOSTI("content3");
    document.getElementById("content3").className = "InactiveTableDivContainer";
    osti_setControlInvisibleOSTI("arrow3");
    ////osti_setControlInvisibleOSTI("imgBan3");
    if (document.getElementById("title3")) {
        //document.getElementById("title3").style.backgroundColor = "#05080C";
        document.getElementById("title3").className = "InactiveSectionHeader";
    }
    //osti_setControlInvisibleOSTI("content1");
    document.getElementById("content1").className = "InactiveTableDivContainer";
    osti_setControlInvisibleOSTI("arrow1");
    //osti_setControlInvisibleOSTI("imgBan1");
    if (document.getElementById("title1")) {
        //document.getElementById("title1").style.backgroundColor = "#05080C";
        document.getElementById("title1").className = "InactiveSectionHeader";
    }

}

//-------------------------- Boletín de Microsoft ------------------------//////////
function msb1_setControlInvisibleMSB1(id) {
    if (document.getElementById(id)) {
        //document.getElementById(id).style.display = "none";
        document.getElementById(id).className = "BoletinSectionTableInvisible";
    }
}
function msb1_setControlVisibleMSB1(id) {
    if (document.getElementById(id)) {
        document.getElementById(id).className = "BoletinSectionTable";
    }
}
/************************************************/
function msb1_setControlActive(idTitle, idContent) {
    msb1_setControlVisibleMSB1(idContent);
    if (document.getElementById(idTitle)) {
        document.getElementById(idTitle).className = "BoletinOptionSelectedCell";
    }

}
function msb1_setControlInactive(idTitle, idContent) {
    msb1_setControlInvisibleMSB1(idContent);
    if (document.getElementById(idTitle)) {

        document.getElementById(idTitle).className = "BoletinOptionCell";
    }
}
/************************************************/
function msb1_setTitle1On(obj) {
    //Setting The Tab for the First Title
    msb1_setControlActive("option1", "section1");
    msb1_setControlInactive("option2", "section2");
    msb1_setControlInactive("option3", "section3");
}
function msb1_setTitle2On(obj) {
    //Setting The Tab for the Second Title
    msb1_setControlActive("option2", "section2");
    msb1_setControlInactive("option1", "section1");
    msb1_setControlInactive("option3", "section3");
}
function msb1_setTitle3On(obj) {
    //Setting The Tab for the Third Title
    msb1_setControlActive("option3", "section3");
    msb1_setControlInactive("option2", "section2");
    msb1_setControlInactive("option1", "section1");
}

/* ///////////////////////////////////////////////////////////////////////////////////////////////////////////////
* ================License=======================================================================================
* //////////////////////////////////////////////////////////////////////////////////////////////////////////////
*/
function msb1_setControlInvisibleLicense(id) {
    if (document.getElementById(id)) {
        //document.getElementById(id).style.display = "none";
        document.getElementById(id).className = "BoletinLicenseTableInvisible";
    }
}
function msb1_setControlVisibleLicense(id) {
    if (document.getElementById(id)) {
        document.getElementById(id).className = "BoletinLicenseTable";
    }
}
/************************************************/
function msb1_setControlActiveLicense(idTitle, idContent) {
    msb1_setControlVisibleLicense(idContent);
    if (document.getElementById(idTitle)) {
        document.getElementById(idTitle).className = "BoletinOptionSelectedCell";
    }

}
function msb1_setControlInactiveLicense(idTitle, idContent) {
    msb1_setControlInvisibleLicense(idContent);
    if (document.getElementById(idTitle)) {

        document.getElementById(idTitle).className = "BoletinOptionCell";
    }
}
/************************************************/
function msb1_setTitleLicenseOn1(obj) {
    //Setting The Tab for the First Title
    msb1_setControlActiveLicense("licenseOption1", "licenseInfo1");
    msb1_setControlInactiveLicense("licenseOption2", "licenseInfo2");
}
function msb1_setTitleLicenseOn2(obj) {
    //Setting The Tab for the Second Title
    msb1_setControlActiveLicense("licenseOption2", "licenseInfo2");
    msb1_setControlInactiveLicense("licenseOption1", "licenseInfo1");
}
/* ///////////////////////////////////////////////////////////////////////////////////////////////////////////////
* ============Agregation===========================================================================================
* //////////////////////////////////////////////////////////////////////////////////////////////////////////////
*/

function msb1_setControlInvisibleAgregation(id) {
    if (document.getElementById(id)) {
        //document.getElementById(id).style.display = "none";
        document.getElementById(id).className = "BoletinSectionTableInvisible";
    }
}
function msb1_setControlVisibleAgregation(id) {
    if (document.getElementById(id)) {
        document.getElementById(id).className = "BoletinSectionTable";
    }
}
/************************************************/
function msb1_setControlActiveAgregation(idTitle, idContent) {
    msb1_setControlVisibleAgregation(idContent);
    if (document.getElementById(idTitle)) {
        document.getElementById(idTitle).className = "LicenseOption1SelectedCell";
    }

}
function msb1_setControlInactiveAgregation(idTitle, idContent) {
    msb1_setControlInvisibleAgregation(idContent);
    if (document.getElementById(idTitle)) {

        document.getElementById(idTitle).className = "LicenseOption1Cell";
    }
}
/************************************************/
function msb1_setTitleAgregationOn1(obj) {
    //Setting The Tab for the First Title
    msb1_setControlActiveAgregation("licenceAgregationOption1", "LicenseAgregationSection1");
    msb1_setControlInactiveAgregation("licenceAgregationOption2", "LicenseAgregationSection2");
    msb1_setControlInactiveAgregation("licenceAgregationOption3", "LicenseAgregationSection3");
    msb1_setControlInactiveAgregation("licenceAgregationOption4", "LicenseAgregationSection4");
}
function msb1_setTitleAgregationOn2(obj) {
    //Setting The Tab for the Second Title
    msb1_setControlActiveAgregation("licenceAgregationOption2", "LicenseAgregationSection2");
    msb1_setControlInactiveAgregation("licenceAgregationOption1", "LicenseAgregationSection1");
    msb1_setControlInactiveAgregation("licenceAgregationOption3", "LicenseAgregationSection3");
    msb1_setControlInactiveAgregation("licenceAgregationOption4", "LicenseAgregationSection4");
}
function msb1_setTitleAgregationOn3(obj) {
    //Setting The Tab for the Second Title
    msb1_setControlActiveAgregation("licenceAgregationOption3", "LicenseAgregationSection3");
    msb1_setControlInactiveAgregation("licenceAgregationOption2", "LicenseAgregationSection2");
    msb1_setControlInactiveAgregation("licenceAgregationOption1", "LicenseAgregationSection1");
    msb1_setControlInactiveAgregation("licenceAgregationOption4", "LicenseAgregationSection4");
}
function msb1_setTitleAgregationOn4(obj) {
    //Setting The Tab for the fourth Title
    msb1_setControlActiveAgregation("licenceAgregationOption4", "LicenseAgregationSection4");
    msb1_setControlInactiveAgregation("licenceAgregationOption3", "LicenseAgregationSection3");
    msb1_setControlInactiveAgregation("licenceAgregationOption2", "LicenseAgregationSection2");
    msb1_setControlInactiveAgregation("licenceAgregationOption1", "LicenseAgregationSection1");
}
/* ///////////////////////////////////////////////////////////////////////////////////////////////////////////////
* =========Program==============================================================================================
* //////////////////////////////////////////////////////////////////////////////////////////////////////////////
*/
function msb1_setControlInvisibleProgram(id) {
    if (document.getElementById(id)) {
        //document.getElementById(id).style.display = "none";
        document.getElementById(id).className = "BoletinSectionTableInvisible";
    }
}
function msb1_setControlVisibleProgram(id) {
    if (document.getElementById(id)) {
        document.getElementById(id).className = "BoletinSectionTable";
    }
}
/************************************************/
function msb1_setControlActiveProgram(idTitle, idContent) {
    msb1_setControlVisibleProgram(idContent);
    if (document.getElementById(idTitle)) {
        document.getElementById(idTitle).className = "LicenseOption1SelectedCell";
    }

}
function msb1_setControlInactiveProgram(idTitle, idContent) {
    msb1_setControlInvisibleProgram(idContent);
    if (document.getElementById(idTitle)) {

        document.getElementById(idTitle).className = "LicenseOption1Cell";
    }
}
/************************************************/
function msb1_setTitleProgramOn1(obj) {
    //Setting The Tab for the First Title
    msb1_setControlActiveProgram("licenceProgramOption1", "LicenseProgramSection1");
    msb1_setControlInactiveProgram("licenceProgramOption2", "LicenseProgramSection2");
    msb1_setControlInactiveProgram("licenceProgramOption3", "LicenseProgramSection3");
}
function msb1_setTitleProgramOn2(obj) {
    //Setting The Tab for the Second Title
    msb1_setControlActiveProgram("licenceProgramOption2", "LicenseProgramSection2");
    msb1_setControlInactiveProgram("licenceProgramOption1", "LicenseProgramSection1");
    msb1_setControlInactiveProgram("licenceProgramOption3", "LicenseProgramSection3");
}
function msb1_setTitleProgramOn3(obj) {
    //Setting The Tab for the Second Title
    msb1_setControlActiveProgram("licenceProgramOption3", "LicenseProgramSection3");
    msb1_setControlInactiveProgram("licenceProgramOption2", "LicenseProgramSection2");
    msb1_setControlInactiveProgram("licenceProgramOption1", "LicenseProgramSection1");
}
/* ///////////////////////////////////////////////////////////////////////////////////////////////////////////////
* ================Motorola Newsletter============================================================================
* //////////////////////////////////////////////////////////////////////////////////////////////////////////////
*/
function moto01_setControlInvisible(id) {
    if (document.getElementById(id)) {
        //document.getElementById(id).style.display = "none";
        document.getElementById(id).className = "BoletinSectionTableInvisible";
    }
}
function moto01_setControlVisible(id) {
    if (document.getElementById(id)) {
        document.getElementById(id).className = "BoletinSectionTable";
    }
}
/************************************************/
function moto01_setControlActive(idTitle, idContent) {
    moto01_setControlVisible(idContent);
    if (document.getElementById(idTitle)) {
        document.getElementById(idTitle).className = "BoletinOptionSelectedCell";
    }

}
function moto01_setControlInactive(idTitle, idContent) {
    moto01_setControlInvisible(idContent);
    if (document.getElementById(idTitle)) {

        document.getElementById(idTitle).className = "BoletinOptionCell";
    }
}
/************************************************/
function moto01_setTitle1On(obj) {
    //Setting The Tab for the First Title
    moto01_setControlActive("option1", "section1");
    moto01_setControlInactive("option2", "section2");
}
function moto01_setTitle2On(obj) {
    //Setting The Tab for the Second Title
    moto01_setControlActive("option2", "section2");
    moto01_setControlInactive("option1", "section1");
}
/* ///////////////////////////////////////////////////////////////////////////////////////////////////////////////
* ================HP Newsletter============================================================================
* //////////////////////////////////////////////////////////////////////////////////////////////////////////////
*/
function hpb01_setControlInvisible(id) {
    if (document.getElementById(id)) {
        //document.getElementById(id).style.display = "none";
        document.getElementById(id).className = "HP01_BoletinSectionTableInvisible";
    }
}
function hpb01_setControlVisible(id) {
    if (document.getElementById(id)) {
        document.getElementById(id).className = "HP01_BoletinSectionTable";
    }
}
/************************************************/
function hpb01_setControlActive(idTitle, idContent) {
    hpb01_setControlVisible(idContent);
    if (document.getElementById(idTitle)) {
        document.getElementById(idTitle).className = "HP01_BoletinOptionSelectedCell";
    }

}
function hpb01_setControlInactive(idTitle, idContent) {
    hpb01_setControlInvisible(idContent);
    if (document.getElementById(idTitle)) {
        document.getElementById(idTitle).className = "HP01_BoletinOptionCell";
    }
}
/************************************************/
function hpb01_setTitle1On(obj) {
    //Setting The Tab for the First Title
    hpb01_setControlActive("option1", "section1");
    hpb01_setControlInactive("option2", "section2");
    hpb01_setControlInactive("option3", "section3");
    hpb01_setControlInactive("option4", "section4");
}
function hpb01_setTitle2On(obj) {
    //Setting The Tab for the Second Title
    hpb01_setControlActive("option2", "section2");
    hpb01_setControlInactive("option1", "section1");
    hpb01_setControlInactive("option3", "section3");
    hpb01_setControlInactive("option4", "section4");

}
function hpb01_setTitle3On(obj) {
    //Setting The Tab for the Third Title
    hpb01_setControlActive("option3", "section3");
    hpb01_setControlInactive("option1", "section1");
    hpb01_setControlInactive("option2", "section2");
    hpb01_setControlInactive("option4", "section4");
}
function hpb01_setTitle4On(obj) {
    //Setting The Tab for the Fourth Title
    hpb01_setControlActive("option4", "section4");
    hpb01_setControlInactive("option1", "section1");
    hpb01_setControlInactive("option2", "section2");
    hpb01_setControlInactive("option3", "section3");
}
/* ///////////////////////////////////////////////////////////////////////////////////////////////////////////////
* ================HP Newsletter - Characteristics Section========================================================
* //////////////////////////////////////////////////////////////////////////////////////////////////////////////
*/
function hpb01_setTitle1OnCaras(obj) {
    //Setting The Tab for the First Title
    hpb01_setControlActive("optionCaras1", "tblCarasOption1");
    hpb01_setControlInactive("optionCaras2", "tblCarasOption2");
    hpb01_setControlInactive("optionCaras3", "tblCarasOption3");
}
function hpb01_setTitle2OnCaras(obj) {
    //Setting The Tab for the Second Title
    hpb01_setControlActive("optionCaras2", "tblCarasOption2");
    hpb01_setControlInactive("optionCaras1", "tblCarasOption1");
    hpb01_setControlInactive("optionCaras3", "tblCarasOption3");
}
function hpb01_setTitle3OnCaras(obj) {
    //Setting The Tab for the Third Title
    hpb01_setControlActive("optionCaras3", "tblCarasOption3");
    hpb01_setControlInactive("optionCaras1", "tblCarasOption1");
    hpb01_setControlInactive("optionCaras2", "tblCarasOption2");
}
/* ///////////////////////////////////////////////////////////////////////////////////////////////////////////////
* ================ Tips de Tecnología 01 ========================================================================
* //////////////////////////////////////////////////////////////////////////////////////////////////////////////
*/
function tips01_setControlInvisibleTips01(id) {
    if (document.getElementById(id)) {
        //document.getElementById(id).style.display = "none";
        document.getElementById(id).className = "BoletinTipsSectionTableInvisible";
    }
}
function tips01_setControlVisibleTips01(id) {
    if (document.getElementById(id)) {
        document.getElementById(id).className = "BoletinTipsSectionTable";
    }
}
/************************************************/
function tips01_setControlActive(idTitle, idContent) {
    tips01_setControlVisibleTips01(idContent);
    if (document.getElementById(idTitle)) {
        document.getElementById(idTitle).className = "BoletinTipsOptionSelectedCell";
    }

}
function tips01_setControlInactive(idTitle, idContent) {
    tips01_setControlInvisibleTips01(idContent);
    if (document.getElementById(idTitle)) {

        document.getElementById(idTitle).className = "BoletinTipsOptionCell";
    }
}
/************************************************/
function tips01_setTitle1On(obj) {
    //Setting The Tab for the First Title
    tips01_setControlActive("stepOption1", "tblCleanSection1");
    tips01_setControlInactive("stepOption2", "tblCleanSection2");
    tips01_setControlInactive("stepOption3", "tblCleanSection3");
    tips01_setControlInactive("stepOption4", "tblCleanSection4");
    tips01_setControlInactive("stepOption5", "tblCleanSection5");
}
function tips01_setTitle2On(obj) {
    //Setting The Tab for the Second Title
    tips01_setControlActive("stepOption2", "tblCleanSection2");
    tips01_setControlInactive("stepOption1", "tblCleanSection1");
    tips01_setControlInactive("stepOption3", "tblCleanSection3");
    tips01_setControlInactive("stepOption4", "tblCleanSection4");
    tips01_setControlInactive("stepOption5", "tblCleanSection5");
}
function tips01_setTitle3On(obj) {
    //Setting The Tab for the Third Title
    tips01_setControlActive("stepOption3", "tblCleanSection3");
    tips01_setControlInactive("stepOption1", "tblCleanSection1");
    tips01_setControlInactive("stepOption2", "tblCleanSection2");
    tips01_setControlInactive("stepOption4", "tblCleanSection4");
    tips01_setControlInactive("stepOption5", "tblCleanSection5");

}
function tips01_setTitle4On(obj) {
    //Setting The Tab for the Fourth Title
    tips01_setControlActive("stepOption4", "tblCleanSection4");
    tips01_setControlInactive("stepOption1", "tblCleanSection1");
    tips01_setControlInactive("stepOption2", "tblCleanSection2");
    tips01_setControlInactive("stepOption3", "tblCleanSection3");
    tips01_setControlInactive("stepOption5", "tblCleanSection5");

}
function tips01_setTitle5On(obj) {
    //Setting The Tab for the Fifth Title
    tips01_setControlActive("stepOption5", "tblCleanSection5");
    tips01_setControlInactive("stepOption1", "tblCleanSection1");
    tips01_setControlInactive("stepOption2", "tblCleanSection2");
    tips01_setControlInactive("stepOption3", "tblCleanSection3");
    tips01_setControlInactive("stepOption4", "tblCleanSection4");
}
/* ///////////////////////////////////////////////////////////////////////////////////////////////////////////////
* ================ Tips de Tecnología 01 ========================================================================
* //////////////////////////////////////////////////////////////////////////////////////////////////////////////
*/
function tips02_setControlInvisibleTips01(id) {
    if (document.getElementById(id)) {
        //document.getElementById(id).style.display = "none";
        document.getElementById(id).className = "BoletinTips02_SectionTableInvisible";
    }
}
function tips02_setControlVisibleTips01(id) {
    if (document.getElementById(id)) {
        document.getElementById(id).className = "BoletinTips02_SectionTable";
    }
}
/************************************************/
function tips02_setControlActive(idTitle, idContent) {
    tips02_setControlVisibleTips01(idContent);
    if (document.getElementById(idTitle)) {
        document.getElementById(idTitle).className = "BoletinTips02_OptionSelectedCell";
    }

}
function tips02_setControlInactive(idTitle, idContent) {
    tips02_setControlInvisibleTips01(idContent);
    if (document.getElementById(idTitle)) {

        document.getElementById(idTitle).className = "BoletinTips02_OptionCell";
    }
}
/************************************************/
function tips02_setTitle1On(obj) {
    //Setting The Tab for the First Title
    tips02_setControlActive("stepOption1", "tblCleanSection1");
    tips02_setControlInactive("stepOption2", "tblCleanSection2");
    tips02_setControlInactive("stepOption3", "tblCleanSection3");
    tips02_setControlInactive("stepOption4", "tblCleanSection4");
    tips02_setControlInactive("stepOption5", "tblCleanSection5");
}
function tips02_setTitle2On(obj) {
    //Setting The Tab for the Second Title
    tips02_setControlActive("stepOption2", "tblCleanSection2");
    tips02_setControlInactive("stepOption1", "tblCleanSection1");
    tips02_setControlInactive("stepOption3", "tblCleanSection3");
    tips02_setControlInactive("stepOption4", "tblCleanSection4");
    tips02_setControlInactive("stepOption5", "tblCleanSection5");
}
function tips02_setTitle3On(obj) {
    //Setting The Tab for the Third Title
    tips02_setControlActive("stepOption3", "tblCleanSection3");
    tips02_setControlInactive("stepOption1", "tblCleanSection1");
    tips02_setControlInactive("stepOption2", "tblCleanSection2");
    tips02_setControlInactive("stepOption4", "tblCleanSection4");
    tips02_setControlInactive("stepOption5", "tblCleanSection5");

}
function tips02_setTitle4On(obj) {
    //Setting The Tab for the Fourth Title
    tips02_setControlActive("stepOption4", "tblCleanSection4");
    tips02_setControlInactive("stepOption1", "tblCleanSection1");
    tips02_setControlInactive("stepOption2", "tblCleanSection2");
    tips02_setControlInactive("stepOption3", "tblCleanSection3");
    tips02_setControlInactive("stepOption5", "tblCleanSection5");

}
function tips02_setTitle5On(obj) {
    //Setting The Tab for the Fifth Title
    tips02_setControlActive("stepOption5", "tblCleanSection5");
    tips02_setControlInactive("stepOption1", "tblCleanSection1");
    tips02_setControlInactive("stepOption2", "tblCleanSection2");
    tips02_setControlInactive("stepOption3", "tblCleanSection3");
    tips02_setControlInactive("stepOption4", "tblCleanSection4");
}