
function buildLayer(layerName, Phrase, Description, left, top)
{
left = -271;
top=10;
document.write('<style type="text/css">');
document.write('.style1 { font:normal 18px/27px Times, "times new roman", serif;color:#222e4b;text-transform:capitalize;}');
document.write('.style2 { font:normal 11px Arial, Verdana, Lucida,  Helvetica, sans-serif;color:#333333;}');
document.write('</style>');
document.write('<div id=' + layerName + ' style="z-index:1;visibility:hidden;position:absolute;left:'+left+'px;top:'+top+'px;width:225px;padding:0 16px;background-color:#f1f1f1;border:1px solid #999999;">');
document.write('<div style="position:relative;left:241px;top:10px;"><img src="../content/nav/images/topnav/arrow_glossary.gif" border="0" alt="" /></div>');
document.write('<b class="style1">' + Phrase + '</b><br />' );
document.write('<span class="style2">' + Description + '<br /><br /></span>' );
document.write('</div>');
}

function showSection( section )
{
	P7_Snap( 'infoboxSnap', section ,1,0);
	P7_autoLayers(0, section)
}

function hideSection()
{
	P7_autoLayers(0)
}

/*



function buildLayer(layerName, Phrase, Description, left, top)
{
left = -335;
top=0;
document.write('<div id=' + layerName + ' style="z-index:1;visibility:hidden;position:absolute;left:'+left+'px;top:'+top + 'px;">');
document.write('<b class="style1">' + Phrase + '</b><br />' );
document.write('<span class="copy">' + Description + '</span>' );
document.write('</div>');




document.write('<style type="text/css">');
document.write('.style1 { ');
document.write('font-size: 11px;');
document.write('color: #D5AE65;');
document.write('}');
document.write('</style>');
document.write('<table width="330" border="0" cellpadding="0" cellspacing="0" bgcolor="#222E4B" class="tableborder">');
document.write('  <tr>');
document.write('    <td width="8" rowspan="8" bgcolor="#222E4B"><img src="images/spacer.gif" width="8" height="10"></td>');
document.write('    <td colspan="2" bgcolor="#222E4B"><img src="images/spacer.gif" width="10" height="5"></td>');
document.write('    <td width="8" rowspan="8" bgcolor="#222E4B"><img src="images/spacer.gif" width="8" height="10"></td>');
document.write('  </tr>');
document.write('  <tr class="goldheader">');
document.write('    <td bgcolor="#222E4B" class="goldheader">&nbsp;</td>');
document.write('    <td bgcolor="#222E4B" class="goldheader style1">');
document.write('<B class="style1">' + Phrase + '</B>' );
document.write(' </td>');
document.write('  </tr>');
document.write('  <tr>');
document.write('    <td colspan="2" bgcolor="#222E4B" class="goldheader"><img src="images/spacer.gif" width="10" height="5"></td>');
document.write('  </tr>');
document.write('  <tr>');
document.write('    <td colspan="2"><img src="images/spacer.gif" width="10" height="5"></td>');
document.write('  </tr>');
document.write('  <tr>');
document.write('    <td bgcolor="#FFFFFF" class="copy">&nbsp;</td>');
document.write('    <td bgcolor="#FFFFFF" class="copy"><br>');
document.write( Description );
document.write('    </td>');
document.write('  </tr>');
document.write('  <tr>');
document.write('    <td colspan="2" bgcolor="#FFFFFF"><img src="images/spacer.gif" width="10" height="25"></td>');
document.write('  </tr>');
document.write('  <tr>');
document.write('    <td colspan="2" bgcolor="#D5AE65"><img src="images/spacer.gif" width="10" height="6"></td>');
document.write('  </tr>');
document.write('  <tr>');
document.write('    <td colspan="2" bgcolor="#222E4B"><img src="images/spacer.gif" width="10" height="8"></td>');
document.write('  </tr>');
document.write('</table>');
document.write('</div>');

}

function showSection( section )
{
	P7_Snap( 'infoboxSnap', section ,1,0);
	P7_autoLayers(0, section)
}

function hideSection()
{
	P7_autoLayers(0)
}
*/