//If you can see this you are using a browser that does not support
//JavaScript or Jscript. Please download Netscape Navigator Version 4.0
//(or newer) from http:\home.netscape.com or http:\www.microsoft.com
// Microsoft Internet Explorer Version 4.0 (or newer) from http://home.microsoft.com
//
//This script opens a new, small, floating window and put TOCname.htm and IXname.htm files in it

function SetWindowName() {
        window.name="qaview";
}
        SetWindowName();

//Position windows on right side
leftPos = 0
if (screen) {
leftPos = screen.width-620;
}

function OpenWindowToc(){
                var tocwin = window.open('relnotesTOC.html', 'newWin1', 'resizable=yes,scrollbars=yes,status=0,width=450,height=600,left='+leftPos+',top=20');
}

function OpenWindowIndex(){
                var indexwin = window.open('', 'newWin2', 'resizable=yes,scrollbars=yes,status=0,width=450,height=600,left='+leftPos+',top=20');
}

function OpenWindowCopyright(){
                var copyrightwin = window.open('<table width="100%" border="0" cellspacing="0" cellpadding="0">
        <tr>
                <td colspan="3"><IMG height=20 alt="" src="../images/transparent.gif" width=1 border=0></td>
        </tr>
        <tr>
                <td valign="bottom" nowrap class="footer"><img src="../images/footer/footer_1.gif" width="446" height="32" alt="" border="0" usemap="#footer1Map"><MAP name="footer1Map"><AREA shape="rect" coords="11,15,94,30" href="http://dev2dev.bea.com" target="_blank"><AREA shape="rect" coords="103,14,172,30" href="http://support.bea.com/welcome.jsp" target="_blank"><AREA shape="rect" coords="180,15,292,29" href="http://edocs.bea.com/" target="_blank"><AREA shape="rect" coords="299,15,355,29" href="http://partnernet.bea.com/" target="_blank"></MAP></td>
                <td width="99%"><IMG height=20 alt="" src="../images/transparent.gif" width=1 border=0></td>
                <td align="right"><IMG height=1 alt="" src="../images/transparent.gif" width=8 border=0></td>
        </tr>
        <tr>
                <td><a href="
../interm/copyrite.html		
" target="_blank"><img src="../images/footer/footer_2.gif" width="446" height="20" alt="" border="0"></a></td>
                <td background="../images/footer/foot_divider.gif" width="99%"><img src="../images/footer/foot_divider.gif" width="20" height="20" alt="" border="0"></td>
                <td valign=top align=right><img src="../images/footer/right_footer2.gif" width="230" height="20" alt="" border="0" usemap="#footer2Map"><MAP name="footer2Map"><AREA shape="rect" coords="3,4,68,14" href="
../interm/contact.html		
" target="_blank"><AREA shape="rect" coords="73,4,127,14" href="http://www.bea.com/contact/index.shtml" target="_blank"><AREA shape="rect" coords="136,5,184,15" href="http://www.bea.com/webmaster.shtml" target="_blank"><AREA shape="rect" coords="195,4,224,13" href="http://www.bea.com/legal/privacy.shtml" target="_blank"></MAP></td>
        </tr>
        <tr>
                <td colspan="3"><IMG height=20 alt="" src="../images/transparent.gif" width=1 border=0></td>
        </tr>
</table><!-- FOOTER end -->
', 'newWin4', 'resizable=yes,scrollbars=yes,status=0,width=450,height=600,left='+leftPos+',top=20');
}


