Launch and CONTROL THE SIZE of:

SciTools References popup window from the grayblue SciTools References navbar:

After you export the grayblue navbar from Fireworks:

  1. In Dreamweaver, open:

    grayblueNavBars/graybluebarSciToolsRef.htm

  2. Viewing Code and Design, copy the following javascript in the file header:

    <script language="JavaScript" type="text/javascript">

    <!--

    function refWindow(win,h,w)
    {
    var options = 'height=' + h + ',width=' + w + ',resizable,scrollbars';

    var refWindow = window.open(win,'refWindow',options)
    refWindow.focus();
    }
    // -->

    </script>

  3. Click on the hotspot over 'Open in New Window' button to highlight the corresponding .html in the code portion of your window and replace:

href = ..............

with

a href="../navFrames_sciToolsReferencesPopup/fr_stReferencesPopup.htm" onClick="refWindow('../navFrames_sciToolsReferencesPopup/fr_stReferencesPopup.htm',
'300','725')"target="refWindow">

  1. Open:

    navFrames_sciToolsReferences/sciTools_referencesPopup.htm

  2. Replace the old SciTools References navbar with the newly exported one.
  1. Delete the hotspot from the 'Open in New Window' button.

Note: Deleting the hotspot will prevent user from spawning multiple reference windows.