Launch and CONTROL THE SIZE of:
SciTools References popup window from the grayblue SciTools References navbar:
After you export the grayblue navbar from Fireworks:
grayblueNavBars/graybluebarSciToolsRef.htm
<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>
href = ..............
with
a href="../navFrames_sciToolsReferencesPopup/fr_stReferencesPopup.htm" onClick="refWindow('../navFrames_sciToolsReferencesPopup/fr_stReferencesPopup.htm',
'300','725')"target="refWindow">
navFrames_sciToolsReferences/sciTools_referencesPopup.htm
Note: Deleting the hotspot will prevent user from spawning multiple reference windows.