// ------------------------------- //
// -------- Start of File -------- //
// ------------------------------- //
// ----------------------------------------------------------- // 
// JavaScript File
// Browser support: Internet Explorer, Netscape, Firefox
// Produced By: html2js
// File Creation Date: 01/27/09
// Date Last Modified: 01/27/09
// ----------------------------------------------------------- // 
// ------------- Program Description and Details ------------- // 
// ----------------------------------------------------------- // 
//
// External JavaScript function for popup windows
//
// ----------------------------------------------------------- // 
function report_criteria() {
JSPopupPagewin = window.open('', 'JSPopupPage', 'toolbar=0,scrollbars=1,location=0,statusbar=0,menubar=1,resizable=1,width=600,height=350,left=180,top=20');
JSPopupPagewin.document.write('<html>\n');
JSPopupPagewin.document.write('<head>\n');
JSPopupPagewin.document.write('<title>Severe Weather Reporting Criteria</title>\n');
JSPopupPagewin.document.write('<title>Spotter Report Criteria</title>\n');
JSPopupPagewin.document.write('<link rel="STYLESHEET" type="text/css" href="/mfl/css/default/main.css">\n');
JSPopupPagewin.document.write('</head>\n');
JSPopupPagewin.document.write('<body leftmargin=0 topmargin=0 rightmargin=0 marginwidth=0 marginheight=0 background="/images/mfl/spotter/background2.gif">\n');
JSPopupPagewin.document.write('<table border=0 width=400 cellspacing=0 cellpadding=0 align=center background="/images/mfl/spotter/b.gif"><tr><td>\n');
JSPopupPagewin.document.write('<table border=0 width=400 cellspacing=1 cellpadding=0 align=center background="">\n');
JSPopupPagewin.document.write('<tr>\n');
JSPopupPagewin.document.write('<td colspan=3 bgcolor=#00008b align=left>&nbsp;<span class="yellow">Severe Weather Reporting Criteria</span></td>\n');
JSPopupPagewin.document.write('</tr>\n');
JSPopupPagewin.document.write('<tr bgcolor=#cccccc><td>\n');
JSPopupPagewin.document.write('Please limit your submissions to events in which you have witnessed <i>at least one</i> of the following:\n');
JSPopupPagewin.document.write('<ul type=square>\n');
JSPopupPagewin.document.write('<li><b>Hail</b>: Any size.</li>\n');
JSPopupPagewin.document.write('<li><b>Severe winds/wind damage</b>: Wind gusts of 58 mph or higher (indicate whether winds were measured or estimated by the observer) and/or damage caused by the wind (downed trees, large branches, power lines, etc.).</li>\n');
JSPopupPagewin.document.write('<li><b>Tornado or funnel cloud</b>: Please be as descriptive as possible and especially indicate whether the funnel appeared to be reaching the ground.</li>\n');
JSPopupPagewin.document.write('<li><b>Waterspout</b>: Location (relative to some well-known landmark), apparent movement, and time of event are important.</li>\n');
JSPopupPagewin.document.write('<li><b>Flooding</b>: Especially where water covers a road or highway or where damage to property is occurring or imminent.</li>\n');
JSPopupPagewin.document.write('<li><b>Damage</b>: Weather-related damage to structures (houses, buildings, barns, cars) or trees.</li>\n');
JSPopupPagewin.document.write('</ul>\n');
JSPopupPagewin.document.write('</td>\n');
JSPopupPagewin.document.write('</tr>\n');
JSPopupPagewin.document.write('</body>\n');
JSPopupPagewin.document.write('</html>\n');
JSPopupPagewin.document.close();
}
// ----------------------------------------------------------- //
// ------------------------------- //
// --------- End of File --------- //
// ------------------------------- //
