﻿<script type="text/javascript">
    function openFDetail( fID , w , h )
    {
        newY = (screen.availHeight - h)/2; //find center cords
        newX = (screen.availWidth - w)/2;

        featuresWindow = window.open(fID + "?w=" + w , "athomenet_features", "top=" + newY + ",left=" + newX + " ,screenX=" + newX +",screenY="+ newY +",width="+w+",height="+h+",location=no,menubar=no,directories=no,toolbar=no,scrollbars=auto,resizable=yes,status=no");
        featuresWindow.focus();
    }
</script>

<script type="text/xml-script">
    <page xmlns:script="http://schemas.microsoft.com/xml-script/2005">
        <references>
        </references>
        <components>
        </components>
    </page>
</script>
        
<!--[if IE 5]>
<style>#navlist a {height: 1em; float: left; clear: both; width: 100%;}</style>
<![endif]-->
<!--[if IE 6]>
<style>#navlist a {height: 1em;}</style>
<![endif]-->




















