﻿// JScript File

<script language="JavaScript" type="text/javascript">
function hide(divID)
    {
    document.getElementById(''+divID+'').style.display = 'none';
    }
function displayCatDiv(divID,rulerDiv)
    {
    document.getElementById(''+divID+'').style.display = 'block';
    document.getElementById(''+divID+'').style.top = (document.getElementById(''+rulerDiv+'').offsetTop - document.body.scrollTop + 116) + 'px' ;
    }
function displayCatDiv2(divID,rulerDiv)
    {
    document.getElementById(''+divID+'').style.display = 'block';
    document.getElementById(''+divID+'').style.top = (document.getElementById(''+rulerDiv+'').offsetTop - document.body.scrollTop - 80) + 'px' ;
    }
function openWin( windowURL, windowName, windowFeatures )
	{
	window.open( windowURL, windowName, windowFeatures ) ;
	} 

</script>



  <script language="JavaScript">
function displayDiv(divID)
    {
    hide('tits1-manset');hide('tits1-spot');hide('tits1-imaj');
    hide('tits2-manset');hide('tits2-spot');hide('tits2-imaj');
    hide('tits3-manset');hide('tits3-spot');hide('tits3-imaj');
    hide('tits4-manset');hide('tits4-spot');hide('tits4-imaj');
    hide('tits5-manset');hide('tits5-spot');hide('tits5-imaj');
    hide('tits6-manset');hide('tits6-spot');hide('tits6-imaj');
    hide('tits7-manset');hide('tits7-spot');hide('tits7-imaj');
    hide('tits8-manset');hide('tits8-spot');hide('tits8-imaj');
    hide('tits9-manset');hide('tits9-spot');hide('tits9-imaj');
    hide('tits10-manset');hide('tits10-spot');hide('tits10-imaj');

    document.getElementById('tits'+divID+'-manset').style.display = 'block';
    document.getElementById('tits'+divID+'-spot').style.display = 'block';
    document.getElementById('tits'+divID+'-imaj').style.display = 'block';
    }
</script>