<!--
 function openWindowQuestion() {
	popupWin = window.open('http://www.goes.noaa.gov/HURRLOOPS/huvsloop.html','EIN','scrollbars,resizable,notoolbar,width=767,height=702,left=50,top=50');
	popupWin.focus();
} 
-->