Top-level blue navbar --> Pulsar Analysis:
Open TutorialPopup frameset:
graybluebarPulsarAnalysis.htm --> bar title (on far left) and Open in New Window (on far right); add to map:
<area shape="poly" coords="11,1,68,1,68,27,11,27,11,1" a href="../navFrames_sciToolsPulsarAnalysisTutorialPopup/sciTools_PulsarAnalysisTutorialPopup.htm" onClick="tutWindow('../navFrames_sciToolsPulsarAnalysisTutorialPopup/sciTools_PulsarAnalysisTutorialPopup.htm',
'325','750')" target="tutWindow" >
and...........
be sure to add the necessary javascript to the header of each of the two (?) graybluebar .htm pages after the navbars have been exported from Fireworks:
<script language="JavaScript" type="text/javascript">
<!--
function tutWindow(win,h,w)
{
var options = 'height=' + h + ',width=' + w + ',resizable,scrollbars';var tutWindow = window.open(win,'tutWindow',options)
tutWindow.focus();
}
// --></script>