<!-- Hide from old browsers

function showDiv(objDivID) {
document.getElementById(objDivID).className = 'show';
}
function hideDiv(objDivID) {
document.getElementById(objDivID).className = 'hide';
}

// *****************************************************
// Hide/show the product boxes according to the selection criteria.
// crit1: supported networks
// crit2: supported technologies
// crit3: business areas
// crit4: funtional areas
// crit5: service lifecycle

function check_entries()
{

var nexus8610      = 0 ;
var nexus8620      = 0 ;
var nexusara       = 0 ;
var nexus8630      = 0 ;
var nexusmediation = 0 ;
var nexusmeter     = 0 ;
var nexusnetview   = 0 ;
var nexusspa       = 0 ;
var nexustrace     = 0 ;
var nexusverifier  = 0 ;


if(document.product_selection.crit1.selectedIndex == 0) { nexus8610 += 1 }
if(document.product_selection.crit1.selectedIndex == 1) { nexus8610 += 1 }
if(document.product_selection.crit1.selectedIndex == 2) { nexus8610 += 1 }

if(document.product_selection.crit2.selectedIndex == 0) { nexus8610 += 1 }
if(document.product_selection.crit2.selectedIndex == 1) { nexus8610 += 1 }
if(document.product_selection.crit2.selectedIndex == 2) { nexus8610 += 1 }
if(document.product_selection.crit2.selectedIndex == 3) { nexus8610 += 1 }
if(document.product_selection.crit2.selectedIndex == 4) { nexus8610 += 1 }
if(document.product_selection.crit2.selectedIndex == 5) { nexus8610 += 1 }
if(document.product_selection.crit2.selectedIndex == 6) { nexus8610 += 1 }
if(document.product_selection.crit2.selectedIndex == 7) { nexus8610 += 1 }
if(document.product_selection.crit2.selectedIndex == 8) { nexus8610 += 1 }

if(document.product_selection.crit3.selectedIndex == 0) { nexus8610 += 1 }
if(document.product_selection.crit3.selectedIndex == 3) { nexus8610 += 1 }

if(document.product_selection.crit4.selectedIndex == 0) { nexus8610 += 1 }
if(document.product_selection.crit4.selectedIndex == 6) { nexus8610 += 1 }

if(document.product_selection.crit5.selectedIndex == 0) { nexus8610 += 1 }
if(document.product_selection.crit5.selectedIndex == 2) { nexus8610 += 1 }
hideDiv('nexus8610');
if(nexus8610 == 5) { showDiv('nexus8610') } ;


if(document.product_selection.crit1.selectedIndex == 0) { nexus8630 += 1 }
if(document.product_selection.crit1.selectedIndex == 1) { nexus8630 += 1 }
if(document.product_selection.crit1.selectedIndex == 2) { nexus8630 += 1 }

if(document.product_selection.crit2.selectedIndex == 0) { nexus8630 += 1 }
if(document.product_selection.crit2.selectedIndex == 1) { nexus8630 += 1 }
if(document.product_selection.crit2.selectedIndex == 2) { nexus8630 += 1 }
if(document.product_selection.crit2.selectedIndex == 3) { nexus8630 += 1 }
if(document.product_selection.crit2.selectedIndex == 4) { nexus8630 += 1 }
if(document.product_selection.crit2.selectedIndex == 5) { nexus8630 += 1 }
if(document.product_selection.crit2.selectedIndex == 6) { nexus8630 += 1 }
if(document.product_selection.crit2.selectedIndex == 7) { nexus8630 += 1 }
if(document.product_selection.crit2.selectedIndex == 8) { nexus8630 += 1 }

if(document.product_selection.crit3.selectedIndex == 0) { nexus8630 += 1 }
if(document.product_selection.crit3.selectedIndex == 1) { nexus8630 += 1 }

if(document.product_selection.crit4.selectedIndex == 0) { nexus8630 += 1 }
if(document.product_selection.crit4.selectedIndex == 4) { nexus8630 += 1 }

if(document.product_selection.crit5.selectedIndex == 0) { nexus8630 += 1 }
if(document.product_selection.crit5.selectedIndex == 2) { nexus8630 += 1 }
hideDiv('nexus8630');
if(nexus8630 == 5) { showDiv('nexus8630') } ;


if(document.product_selection.crit1.selectedIndex == 0) { nexusmediation += 1 }
if(document.product_selection.crit1.selectedIndex == 1) { nexusmediation += 1 }
if(document.product_selection.crit1.selectedIndex == 2) { nexusmediation += 1 }

if(document.product_selection.crit2.selectedIndex == 0) { nexusmediation += 1 }
if(document.product_selection.crit2.selectedIndex == 1) { nexusmediation += 1 }
if(document.product_selection.crit2.selectedIndex == 2) { nexusmediation += 1 }
if(document.product_selection.crit2.selectedIndex == 3) { nexusmediation += 1 }
if(document.product_selection.crit2.selectedIndex == 4) { nexusmediation += 1 }
if(document.product_selection.crit2.selectedIndex == 5) { nexusmediation += 1 }
if(document.product_selection.crit2.selectedIndex == 6) { nexusmediation += 1 }
if(document.product_selection.crit2.selectedIndex == 7) { nexusmediation += 1 }
if(document.product_selection.crit2.selectedIndex == 8) { nexusmediation += 1 }

if(document.product_selection.crit3.selectedIndex == 0) { nexusmediation += 1 }
if(document.product_selection.crit3.selectedIndex == 2) { nexusmediation += 1 }

if(document.product_selection.crit4.selectedIndex == 0) { nexusmediation += 1 }
if(document.product_selection.crit4.selectedIndex == 2) { nexusmediation += 1 }
if(document.product_selection.crit4.selectedIndex == 3) { nexusmediation += 1 }

if(document.product_selection.crit5.selectedIndex == 0) { nexusmediation += 1 }
if(document.product_selection.crit5.selectedIndex == 4) { nexusmediation += 1 }
hideDiv('nexusmediation');
if(nexusmediation == 5) { showDiv('nexusmediation') } ;


if(document.product_selection.crit1.selectedIndex == 0) { nexusmeter += 1 }
if(document.product_selection.crit1.selectedIndex == 2) { nexusmeter += 1 }

if(document.product_selection.crit2.selectedIndex == 0) { nexusmeter += 1 }
if(document.product_selection.crit2.selectedIndex == 5) { nexusmeter += 1 }
if(document.product_selection.crit2.selectedIndex == 6) { nexusmeter += 1 }
if(document.product_selection.crit2.selectedIndex == 7) { nexusmeter += 1 }
if(document.product_selection.crit2.selectedIndex == 8) { nexusmeter += 1 }

if(document.product_selection.crit3.selectedIndex == 0) { nexusmeter += 1 }
if(document.product_selection.crit3.selectedIndex == 1) { nexusmeter += 1 }

if(document.product_selection.crit4.selectedIndex == 0) { nexusmeter += 1 }
if(document.product_selection.crit4.selectedIndex == 1) { nexusmeter += 1 }

if(document.product_selection.crit5.selectedIndex == 0) { nexusmeter += 1 }
if(document.product_selection.crit5.selectedIndex == 3) { nexusmeter += 1 }
hideDiv('nexusmeter');
if(nexusmeter == 5) { showDiv('nexusmeter') } ;


if(document.product_selection.crit1.selectedIndex == 0) { nexusnetview += 1 }
if(document.product_selection.crit1.selectedIndex == 1) { nexusnetview += 1 }
if(document.product_selection.crit1.selectedIndex == 2) { nexusnetview += 1 }

if(document.product_selection.crit2.selectedIndex == 0) { nexusnetview += 1 }
if(document.product_selection.crit2.selectedIndex == 1) { nexusnetview += 1 }
if(document.product_selection.crit2.selectedIndex == 2) { nexusnetview += 1 }
if(document.product_selection.crit2.selectedIndex == 3) { nexusnetview += 1 }
if(document.product_selection.crit2.selectedIndex == 4) { nexusnetview += 1 }
if(document.product_selection.crit2.selectedIndex == 5) { nexusnetview += 1 }
if(document.product_selection.crit2.selectedIndex == 6) { nexusnetview += 1 }
if(document.product_selection.crit2.selectedIndex == 7) { nexusnetview += 1 }
if(document.product_selection.crit2.selectedIndex == 8) { nexusnetview += 1 }

if(document.product_selection.crit3.selectedIndex == 0) { nexusnetview += 1 }
if(document.product_selection.crit3.selectedIndex == 1) { nexusnetview += 1 }
if(document.product_selection.crit3.selectedIndex == 2) { nexusnetview += 1 }

if(document.product_selection.crit4.selectedIndex == 0) { nexusnetview += 1 }
if(document.product_selection.crit4.selectedIndex == 1) { nexusnetview += 1 }
if(document.product_selection.crit4.selectedIndex == 3) { nexusnetview += 1 }
if(document.product_selection.crit4.selectedIndex == 4) { nexusnetview += 1 }
if(document.product_selection.crit4.selectedIndex == 5) { nexusnetview += 1 }

if(document.product_selection.crit5.selectedIndex == 0) { nexusnetview += 1 }
if(document.product_selection.crit5.selectedIndex == 3) { nexusnetview += 1 }
if(document.product_selection.crit5.selectedIndex == 4) { nexusnetview += 1 }
hideDiv('nexusnetview');
if(nexusnetview == 5) { showDiv('nexusnetview') } ;


if(document.product_selection.crit1.selectedIndex == 0) { nexusspa += 1 }
if(document.product_selection.crit1.selectedIndex == 1) { nexusspa += 1 }

if(document.product_selection.crit2.selectedIndex == 0) { nexusspa += 1 }
if(document.product_selection.crit2.selectedIndex == 1) { nexusspa += 1 }
if(document.product_selection.crit2.selectedIndex == 3) { nexusspa += 1 }
if(document.product_selection.crit2.selectedIndex == 4) { nexusspa += 1 }

if(document.product_selection.crit3.selectedIndex == 0) { nexusspa += 1 }
if(document.product_selection.crit3.selectedIndex == 1) { nexusspa += 1 }

if(document.product_selection.crit4.selectedIndex == 0) { nexusspa += 1 }
if(document.product_selection.crit4.selectedIndex == 1) { nexusspa += 1 }

if(document.product_selection.crit5.selectedIndex == 0) { nexusspa += 1 }
hideDiv('nexusspa');
if(nexusspa == 5) { showDiv('nexusspa') } ;


if(document.product_selection.crit1.selectedIndex == 0) { nexustrace += 1 }
if(document.product_selection.crit1.selectedIndex == 2) { nexustrace += 1 }

if(document.product_selection.crit2.selectedIndex == 0) { nexustrace += 1 }
if(document.product_selection.crit2.selectedIndex == 6) { nexustrace += 1 }
if(document.product_selection.crit2.selectedIndex == 8) { nexustrace += 1 }

if(document.product_selection.crit3.selectedIndex == 0) { nexustrace += 1 }
if(document.product_selection.crit3.selectedIndex == 1) { nexustrace += 1 }
if(document.product_selection.crit3.selectedIndex == 3) { nexustrace += 1 }

if(document.product_selection.crit4.selectedIndex == 0) { nexustrace += 1 }
if(document.product_selection.crit4.selectedIndex == 1) { nexustrace += 1 }
if(document.product_selection.crit4.selectedIndex == 4) { nexustrace += 1 }
if(document.product_selection.crit4.selectedIndex == 6) { nexustrace += 1 }

if(document.product_selection.crit5.selectedIndex == 0) { nexustrace += 1 }
if(document.product_selection.crit5.selectedIndex == 3) { nexustrace += 1 }
hideDiv('nexustrace');
if(nexustrace == 5) { showDiv('nexustrace') } ;


if(document.product_selection.crit1.selectedIndex == 0) { nexusverifier += 1 }
if(document.product_selection.crit1.selectedIndex == 1) { nexusverifier += 1 }

if(document.product_selection.crit2.selectedIndex == 0) { nexusverifier += 1 }
if(document.product_selection.crit2.selectedIndex == 1) { nexusverifier += 1 }
if(document.product_selection.crit2.selectedIndex == 3) { nexusverifier += 1 }
if(document.product_selection.crit2.selectedIndex == 4) { nexusverifier += 1 }

if(document.product_selection.crit3.selectedIndex == 0) { nexusverifier += 1 }
if(document.product_selection.crit3.selectedIndex == 1) { nexusverifier += 1 }
if(document.product_selection.crit3.selectedIndex == 3) { nexusverifier += 1 }

if(document.product_selection.crit4.selectedIndex == 0) { nexusverifier += 1 }
if(document.product_selection.crit4.selectedIndex == 1) { nexusverifier += 1 }
if(document.product_selection.crit4.selectedIndex == 5) { nexusverifier += 1 }
if(document.product_selection.crit4.selectedIndex == 6) { nexusverifier += 1 }

if(document.product_selection.crit5.selectedIndex == 0) { nexusverifier += 1 }
if(document.product_selection.crit5.selectedIndex == 2) { nexusverifier += 1 }
if(document.product_selection.crit5.selectedIndex == 3) { nexusverifier += 1 }
hideDiv('nexusverifier');
if(nexusverifier == 5) { showDiv('nexusverifier') } ;


return false;
}


function reset_entries()
{
document.product_selection.crit1.selectedIndex = 0;
document.product_selection.crit2.selectedIndex = 0;
document.product_selection.crit3.selectedIndex = 0;
document.product_selection.crit4.selectedIndex = 0;
document.product_selection.crit5.selectedIndex = 0;
check_entries();
}



// Unhide -->
