TX Tornado - North Pacific GFS 18Z 6 Hour Precip/title> <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1"> <link rel="stylesheet" type="text/css" href="../css/base.css"> <script language="JavaScript" type="text/JavaScript"> <!-- function MM_preloadImages() { //v3.0 var d=document; if(d.images){ if(!d.MM_p) d.MM_p=new Array(); var i,j=d.MM_p.length,a=MM_preloadImages.arguments; for(i=0; i<a.length; i++) if (a[i].indexOf("#")!=0){ d.MM_p[j]=new Image; d.MM_p[j++].src=a[i];}} } function MM_swapImgRestore() { //v3.0 var i,x,a=document.MM_sr; for(i=0;a&&i<a.length&&(x=a[i])&&x.oSrc;i++) x.src=x.oSrc; } function MM_findObj(n, d) { //v4.01 var p,i,x; if(!d) d=document; if((p=n.indexOf("?"))>0&&parent.frames.length) { d=parent.frames[n.substring(p+1)].document; n=n.substring(0,p);} if(!(x=d[n])&&d.all) x=d.all[n]; for (i=0;!x&&i<d.forms.length;i++) x=d.forms[i][n]; for(i=0;!x&&d.layers&&i<d.layers.length;i++) x=MM_findObj(n,d.layers[i].document); if(!x && d.getElementById) x=d.getElementById(n); return x; } function MM_swapImage() { //v3.0 var i,j=0,x,a=MM_swapImage.arguments; document.MM_sr=new Array; for(i=0;i<(a.length-2);i+=3) if ((x=MM_findObj(a[i]))!=null){document.MM_sr[j++]=x; if(!x.oSrc) x.oSrc=x.src; x.src=a[i+2];} } //--> </script> <script language="JavaScript" type="text/JavaScript"> <!-- function MM_reloadPage(init) { //reloads the window if Nav4 resized if (init==true) with (navigator) {if ((appName=="Netscape")&&(parseInt(appVersion)==4)) { document.MM_pgW=innerWidth; document.MM_pgH=innerHeight; onresize=MM_reloadPage; }} else if (innerWidth!=document.MM_pgW || innerHeight!=document.MM_pgH) location.reload(); } MM_reloadPage(true); function MM_timelinePlay(tmLnName, myID) { //v1.2 //Copyright 1997, 2000 Macromedia, Inc. All rights reserved. var i,j,tmLn,props,keyFrm,sprite,numKeyFr,firstKeyFr,propNum,theObj,firstTime=false; if (document.MM_Time == null) MM_initTimelines(); //if *very* 1st time tmLn = document.MM_Time[tmLnName]; if (myID == null) { myID = ++tmLn.ID; firstTime=true;}//if new call, incr ID if (myID == tmLn.ID) { //if Im newest setTimeout('MM_timelinePlay("'+tmLnName+'",'+myID+')',tmLn.delay); fNew = ++tmLn.curFrame; for (i=0; i<tmLn.length; i++) { sprite = tmLn[i]; if (sprite.charAt(0) == 's') { if (sprite.obj) { numKeyFr = sprite.keyFrames.length; firstKeyFr = sprite.keyFrames[0]; if (fNew >= firstKeyFr && fNew <= sprite.keyFrames[numKeyFr-1]) {//in range keyFrm=1; for (j=0; j<sprite.values.length; j++) { props = sprite.values[j]; if (numKeyFr != props.length) { if (props.prop2 == null) sprite.obj[props.prop] = props[fNew-firstKeyFr]; else sprite.obj[props.prop2][props.prop] = props[fNew-firstKeyFr]; } else { while (keyFrm<numKeyFr && fNew>=sprite.keyFrames[keyFrm]) keyFrm++; if (firstTime || fNew==sprite.keyFrames[keyFrm-1]) { if (props.prop2 == null) sprite.obj[props.prop] = props[keyFrm-1]; else sprite.obj[props.prop2][props.prop] = props[keyFrm-1]; } } } } } } else if (sprite.charAt(0)=='b' && fNew == sprite.frame) eval(sprite.value); if (fNew > tmLn.lastFrame) tmLn.ID = 0; } } } function MM_timelineStop(tmLnName) { //v1.2 //Copyright 1997, 2000 Macromedia, Inc. All rights reserved. if (document.MM_Time == null) MM_initTimelines(); //if *very* 1st time if (tmLnName == null) //stop all for (var i=0; i<document.MM_Time.length; i++) document.MM_Time[i].ID = null; else document.MM_Time[tmLnName].ID = null; //stop one } function MM_timelineGoto(tmLnName, fNew, numGotos) { //v2.0 //Copyright 1997, 2000 Macromedia, Inc. All rights reserved. var i,j,tmLn,props,keyFrm,sprite,numKeyFr,firstKeyFr,lastKeyFr,propNum,theObj; if (document.MM_Time == null) MM_initTimelines(); //if *very* 1st time tmLn = document.MM_Time[tmLnName]; if (numGotos != null) if (tmLn.gotoCount == null) tmLn.gotoCount = 1; else if (tmLn.gotoCount++ >= numGotos) {tmLn.gotoCount=0; return} jmpFwd = (fNew > tmLn.curFrame); for (i = 0; i < tmLn.length; i++) { sprite = (jmpFwd)? tmLn[i] : tmLn[(tmLn.length-1)-i]; //count bkwds if jumping back if (sprite.charAt(0) == "s") { numKeyFr = sprite.keyFrames.length; firstKeyFr = sprite.keyFrames[0]; lastKeyFr = sprite.keyFrames[numKeyFr - 1]; if ((jmpFwd && fNew<firstKeyFr) || (!jmpFwd && lastKeyFr<fNew)) continue; //skip if untouchd for (keyFrm=1; keyFrm<numKeyFr && fNew>=sprite.keyFrames[keyFrm]; keyFrm++); for (j=0; j<sprite.values.length; j++) { props = sprite.values[j]; if (numKeyFr == props.length) propNum = keyFrm-1 //keyframes only else propNum = Math.min(Math.max(0,fNew-firstKeyFr),props.length-1); //or keep in legal range if (sprite.obj != null) { if (props.prop2 == null) sprite.obj[props.prop] = props[propNum]; else sprite.obj[props.prop2][props.prop] = props[propNum]; } } } else if (sprite.charAt(0)=='b' && fNew == sprite.frame) eval(sprite.value); } tmLn.curFrame = fNew; if (tmLn.ID == 0) eval('MM_timelinePlay(tmLnName)'); } function MM_initTimelines() { //v4.0 //MM_initTimelines() Copyright 1997 Macromedia, Inc. All rights reserved. var ns = navigator.appName == "Netscape"; var ns4 = (ns && parseInt(navigator.appVersion) == 4); var ns5 = (ns && parseInt(navigator.appVersion) > 4); document.MM_Time = new Array(2); document.MM_Time[0] = new Array(38); document.MM_Time["Loop"] = document.MM_Time[0]; document.MM_Time[0].MM_Name = "Loop"; document.MM_Time[0].fps = 20; document.MM_Time[0][0] = new String("behavior"); document.MM_Time[0][0].frame = 1; document.MM_Time[0][0].value = "MM_swapImage('image1','','http://www.nco.ncep.noaa.gov/pmb/nwprod/analysis/npac/gfs/18/images/gfs_p06_000m.gif',1)"; document.MM_Time[0][1] = new String("behavior"); document.MM_Time[0][1].frame = 5; document.MM_Time[0][1].value = "MM_swapImage('image1','','http://www.nco.ncep.noaa.gov/pmb/nwprod/analysis/npac/gfs/18/images/gfs_p06_006m.gif',1)"; document.MM_Time[0][2] = new String("behavior"); document.MM_Time[0][2].frame = 10; document.MM_Time[0][2].value = "MM_swapImage('image1','','http://www.nco.ncep.noaa.gov/pmb/nwprod/analysis/npac/gfs/18/images/gfs_p06_012m.gif',1)"; document.MM_Time[0][3] = new String("behavior"); document.MM_Time[0][3].frame = 15; document.MM_Time[0][3].value = "MM_swapImage('image1','','http://www.nco.ncep.noaa.gov/pmb/nwprod/analysis/npac/gfs/18/images/gfs_p06_018m.gif',1)"; document.MM_Time[0][4] = new String("behavior"); document.MM_Time[0][4].frame = 20; document.MM_Time[0][4].value = "MM_swapImage('image1','','http://www.nco.ncep.noaa.gov/pmb/nwprod/analysis/npac/gfs/18/images/gfs_p06_024m.gif',1)"; document.MM_Time[0][5] = new String("behavior"); document.MM_Time[0][5].frame = 25; document.MM_Time[0][5].value = "MM_swapImage('image1','','http://www.nco.ncep.noaa.gov/pmb/nwprod/analysis/npac/gfs/18/images/gfs_p06_030m.gif',1)"; document.MM_Time[0][6] = new String("behavior"); document.MM_Time[0][6].frame = 30; document.MM_Time[0][6].value = "MM_swapImage('image1','','http://www.nco.ncep.noaa.gov/pmb/nwprod/analysis/npac/gfs/18/images/gfs_p06_036m.gif',1)"; document.MM_Time[0][7] = new String("behavior"); document.MM_Time[0][7].frame = 35; document.MM_Time[0][7].value = "MM_swapImage('image1','','http://www.nco.ncep.noaa.gov/pmb/nwprod/analysis/npac/gfs/18/images/gfs_p06_042m.gif',1)"; document.MM_Time[0][8] = new String("behavior"); document.MM_Time[0][8].frame = 40; document.MM_Time[0][8].value = "MM_swapImage('image1','','http://www.nco.ncep.noaa.gov/pmb/nwprod/analysis/npac/gfs/18/images/gfs_p06_048m.gif',1)"; document.MM_Time[0][9] = new String("behavior"); document.MM_Time[0][9].frame = 45; document.MM_Time[0][9].value = "MM_swapImage('image1','','http://www.nco.ncep.noaa.gov/pmb/nwprod/analysis/npac/gfs/18/images/gfs_p06_054m.gif',1)"; document.MM_Time[0][10] = new String("behavior"); document.MM_Time[0][10].frame = 50; document.MM_Time[0][10].value = "MM_swapImage('image1','','http://www.nco.ncep.noaa.gov/pmb/nwprod/analysis/npac/gfs/18/images/gfs_p06_060m.gif',1)"; document.MM_Time[0][11] = new String("behavior"); document.MM_Time[0][11].frame = 55; document.MM_Time[0][11].value = "MM_swapImage('image1','','http://www.nco.ncep.noaa.gov/pmb/nwprod/analysis/npac/gfs/18/images/gfs_p06_066m.gif',1)"; document.MM_Time[0][12] = new String("behavior"); document.MM_Time[0][12].frame = 60; document.MM_Time[0][12].value = "MM_swapImage('image1','','http://www.nco.ncep.noaa.gov/pmb/nwprod/analysis/npac/gfs/18/images/gfs_p06_072m.gif',1)"; document.MM_Time[0][13] = new String("behavior"); document.MM_Time[0][13].frame = 65; document.MM_Time[0][13].value = "MM_swapImage('image1','','http://www.nco.ncep.noaa.gov/pmb/nwprod/analysis/npac/gfs/18/images/gfs_p06_078m.gif',1)"; document.MM_Time[0][14] = new String("behavior"); document.MM_Time[0][14].frame = 70; document.MM_Time[0][14].value = "MM_swapImage('image1','','http://www.nco.ncep.noaa.gov/pmb/nwprod/analysis/npac/gfs/18/images/gfs_p06_084m.gif',1)"; document.MM_Time[0][15] = new String("behavior"); document.MM_Time[0][15].frame = 75; document.MM_Time[0][15].value = "MM_swapImage('image1','','http://www.nco.ncep.noaa.gov/pmb/nwprod/analysis/npac/gfs/18/images/gfs_p06_090m.gif',1)"; document.MM_Time[0][16] = new String("behavior"); document.MM_Time[0][16].frame = 80; document.MM_Time[0][16].value = "MM_swapImage('image1','','http://www.nco.ncep.noaa.gov/pmb/nwprod/analysis/npac/gfs/18/images/gfs_p06_096m.gif',1)"; document.MM_Time[0][17] = new String("behavior"); document.MM_Time[0][17].frame = 85; document.MM_Time[0][17].value = "MM_swapImage('image1','','http://www.nco.ncep.noaa.gov/pmb/nwprod/analysis/npac/gfs/18/images/gfs_p06_102m.gif',1)"; document.MM_Time[0][18] = new String("behavior"); document.MM_Time[0][18].frame = 90; document.MM_Time[0][18].value = "MM_swapImage('image1','','http://www.nco.ncep.noaa.gov/pmb/nwprod/analysis/npac/gfs/18/images/gfs_p06_108m.gif',1)"; document.MM_Time[0][19] = new String("behavior"); document.MM_Time[0][19].frame = 95; document.MM_Time[0][19].value = "MM_swapImage('image1','','http://www.nco.ncep.noaa.gov/pmb/nwprod/analysis/npac/gfs/18/images/gfs_p06_114m.gif',1)"; document.MM_Time[0][20] = new String("behavior"); document.MM_Time[0][20].frame = 100; document.MM_Time[0][20].value = "MM_swapImage('image1','','http://www.nco.ncep.noaa.gov/pmb/nwprod/analysis/npac/gfs/18/images/gfs_p06_120m.gif',1)"; document.MM_Time[0][21] = new String("behavior"); document.MM_Time[0][21].frame = 105; document.MM_Time[0][21].value = "MM_swapImage('image1','','http://www.nco.ncep.noaa.gov/pmb/nwprod/analysis/npac/gfs/18/images/gfs_p06_126m.gif',1)"; document.MM_Time[0][22] = new String("behavior"); document.MM_Time[0][22].frame = 110; document.MM_Time[0][22].value = "MM_swapImage('image1','','http://www.nco.ncep.noaa.gov/pmb/nwprod/analysis/npac/gfs/18/images/gfs_p06_132m.gif',1)"; document.MM_Time[0][23] = new String("behavior"); document.MM_Time[0][23].frame = 115; document.MM_Time[0][23].value = "MM_swapImage('image1','','http://www.nco.ncep.noaa.gov/pmb/nwprod/analysis/npac/gfs/18/images/gfs_p06_138m.gif',1)"; document.MM_Time[0][24] = new String("behavior"); document.MM_Time[0][24].frame = 120; document.MM_Time[0][24].value = "MM_swapImage('image1','','http://www.nco.ncep.noaa.gov/pmb/nwprod/analysis/npac/gfs/18/images/gfs_p06_144m.gif',1)"; document.MM_Time[0][25] = new String("behavior"); document.MM_Time[0][25].frame = 125; document.MM_Time[0][25].value = "MM_swapImage('image1','','http://www.nco.ncep.noaa.gov/pmb/nwprod/analysis/npac/gfs/18/images/gfs_p06_150m.gif',1)"; document.MM_Time[0][26] = new String("behavior"); document.MM_Time[0][26].frame = 130; document.MM_Time[0][26].value = "MM_swapImage('image1','','http://www.nco.ncep.noaa.gov/pmb/nwprod/analysis/npac/gfs/18/images/gfs_p06_156m.gif',1)"; document.MM_Time[0][27] = new String("behavior"); document.MM_Time[0][27].frame = 135; document.MM_Time[0][27].value = "MM_swapImage('image1','','http://www.nco.ncep.noaa.gov/pmb/nwprod/analysis/npac/gfs/18/images/gfs_p06_162m.gif',1)"; document.MM_Time[0][28] = new String("behavior"); document.MM_Time[0][28].frame = 140; document.MM_Time[0][28].value = "MM_swapImage('image1','','http://www.nco.ncep.noaa.gov/pmb/nwprod/analysis/npac/gfs/18/images/gfs_p06_168m.gif',1)"; document.MM_Time[0][29] = new String("behavior"); document.MM_Time[0][29].frame = 145; document.MM_Time[0][29].value = "MM_swapImage('image1','','http://www.nco.ncep.noaa.gov/pmb/nwprod/analysis/npac/gfs/18/images/gfs_p06_174m.gif',1)"; document.MM_Time[0][30] = new String("behavior"); document.MM_Time[0][30].frame = 150; document.MM_Time[0][30].value = "MM_swapImage('image1','','http://www.nco.ncep.noaa.gov/pmb/nwprod/analysis/npac/gfs/18/images/gfs_p06_180m.gif',1)"; document.MM_Time[0][31] = new String("behavior"); document.MM_Time[0][31].frame = 155; document.MM_Time[0][31].value = "MM_swapImage('image1','','http://www.nco.ncep.noaa.gov/pmb/nwprod/analysis/npac/gfs/18/images/gfs_p06_192m.gif',1)"; document.MM_Time[0][32] = new String("behavior"); document.MM_Time[0][32].frame = 160; document.MM_Time[0][32].value = "MM_swapImage('image1','','http://www.nco.ncep.noaa.gov/pmb/nwprod/analysis/npac/gfs/18/images/gfs_p06_204m.gif',1)"; document.MM_Time[0][33] = new String("behavior"); document.MM_Time[0][33].frame = 165; document.MM_Time[0][33].value = "MM_swapImage('image1','','http://www.nco.ncep.noaa.gov/pmb/nwprod/analysis/npac/gfs/18/images/gfs_p06_216m.gif',1)"; document.MM_Time[0][34] = new String("behavior"); document.MM_Time[0][34].frame = 170; document.MM_Time[0][34].value = "MM_swapImage('image1','','http://www.nco.ncep.noaa.gov/pmb/nwprod/analysis/npac/gfs/18/images/gfs_p06_228m.gif',1)"; document.MM_Time[0][35] = new String("behavior"); document.MM_Time[0][35].frame = 175; document.MM_Time[0][35].value = "MM_swapImage('image1','','http://www.nco.ncep.noaa.gov/pmb/nwprod/analysis/npac/gfs/18/images/gfs_p06_240m.gif',1)"; document.MM_Time[0][36] = new String("behavior"); document.MM_Time[0][36].frame = 180; document.MM_Time[0][36].value = "MM_swapImage('image1','','http://www.nco.ncep.noaa.gov/pmb/nwprod/analysis/npac/gfs/18/images/gfs_p06_252m.gif',1)"; document.MM_Time[0][37] = new String("behavior"); document.MM_Time[0][37].frame = 185; document.MM_Time[0][37].value = "MM_swapImage('image1','','http://www.nco.ncep.noaa.gov/pmb/nwprod/analysis/npac/gfs/18/images/gfs_p06_264m.gif',1)"; document.MM_Time[0][38] = new String("behavior"); document.MM_Time[0][38].frame = 200; document.MM_Time[0][38].value = "MM_timelineGoto('Loop','1')"; document.MM_Time[0].lastFrame = 200; document.MM_Time[1] = new Array(0); document.MM_Time["Timeline2"] = document.MM_Time[1]; document.MM_Time[1].MM_Name = "Timeline2"; document.MM_Time[1].fps = 15; document.MM_Time[1].lastFrame = 0; for (i=0; i<document.MM_Time.length; i++) { document.MM_Time[i].ID = null; document.MM_Time[i].curFrame = 0; document.MM_Time[i].delay = 1000/document.MM_Time[i].fps; } } //--> </script> </head> <body onLoad="MM_preloadImages ('http://www.nco.ncep.noaa.gov/pmb/nwprod/analysis/npac/gfs/18/images/gfs_p06_000m.gif', 'http://www.nco.ncep.noaa.gov/pmb/nwprod/analysis/npac/gfs/18/images/gfs_p06_006m.gif', 'http://www.nco.ncep.noaa.gov/pmb/nwprod/analysis/npac/gfs/18/images/gfs_p06_012m.gif', 'http://www.nco.ncep.noaa.gov/pmb/nwprod/analysis/npac/gfs/18/images/gfs_p06_018m.gif', 'http://www.nco.ncep.noaa.gov/pmb/nwprod/analysis/npac/gfs/18/images/gfs_p06_024m.gif', 'http://www.nco.ncep.noaa.gov/pmb/nwprod/analysis/npac/gfs/18/images/gfs_p06_030m.gif', 'http://www.nco.ncep.noaa.gov/pmb/nwprod/analysis/npac/gfs/18/images/gfs_p06_036m.gif', 'http://www.nco.ncep.noaa.gov/pmb/nwprod/analysis/npac/gfs/18/images/gfs_p06_042m.gif', 'http://www.nco.ncep.noaa.gov/pmb/nwprod/analysis/npac/gfs/18/images/gfs_p06_048m.gif', 'http://www.nco.ncep.noaa.gov/pmb/nwprod/analysis/npac/gfs/18/images/gfs_p06_054m.gif', 'http://www.nco.ncep.noaa.gov/pmb/nwprod/analysis/npac/gfs/18/images/gfs_p06_060m.gif', 'http://www.nco.ncep.noaa.gov/pmb/nwprod/analysis/npac/gfs/18/images/gfs_p06_066m.gif', 'http://www.nco.ncep.noaa.gov/pmb/nwprod/analysis/npac/gfs/18/images/gfs_p06_072m.gif', 'http://www.nco.ncep.noaa.gov/pmb/nwprod/analysis/npac/gfs/18/images/gfs_p06_078m.gif', 'http://www.nco.ncep.noaa.gov/pmb/nwprod/analysis/npac/gfs/18/images/gfs_p06_084m.gif', 'http://www.nco.ncep.noaa.gov/pmb/nwprod/analysis/npac/gfs/18/images/gfs_p06_090m.gif', 'http://www.nco.ncep.noaa.gov/pmb/nwprod/analysis/npac/gfs/18/images/gfs_p06_096m.gif', 'http://www.nco.ncep.noaa.gov/pmb/nwprod/analysis/npac/gfs/18/images/gfs_p06_102m.gif', 'http://www.nco.ncep.noaa.gov/pmb/nwprod/analysis/npac/gfs/18/images/gfs_p06_108m.gif', 'http://www.nco.ncep.noaa.gov/pmb/nwprod/analysis/npac/gfs/18/images/gfs_p06_114m.gif', 'http://www.nco.ncep.noaa.gov/pmb/nwprod/analysis/npac/gfs/18/images/gfs_p06_120m.gif', 'http://www.nco.ncep.noaa.gov/pmb/nwprod/analysis/npac/gfs/18/images/gfs_p06_126m.gif', 'http://www.nco.ncep.noaa.gov/pmb/nwprod/analysis/npac/gfs/18/images/gfs_p06_132m.gif', 'http://www.nco.ncep.noaa.gov/pmb/nwprod/analysis/npac/gfs/18/images/gfs_p06_138m.gif', 'http://www.nco.ncep.noaa.gov/pmb/nwprod/analysis/npac/gfs/18/images/gfs_p06_144m.gif', 'http://www.nco.ncep.noaa.gov/pmb/nwprod/analysis/npac/gfs/18/images/gfs_p06_150m.gif', 'http://www.nco.ncep.noaa.gov/pmb/nwprod/analysis/npac/gfs/18/images/gfs_p06_156m.gif', 'http://www.nco.ncep.noaa.gov/pmb/nwprod/analysis/npac/gfs/18/images/gfs_p06_162m.gif', 'http://www.nco.ncep.noaa.gov/pmb/nwprod/analysis/npac/gfs/18/images/gfs_p06_168m.gif', 'http://www.nco.ncep.noaa.gov/pmb/nwprod/analysis/npac/gfs/18/images/gfs_p06_174m.gif', 'http://www.nco.ncep.noaa.gov/pmb/nwprod/analysis/npac/gfs/18/images/gfs_p06_180m.gif', 'http://www.nco.ncep.noaa.gov/pmb/nwprod/analysis/npac/gfs/18/images/gfs_p06_192m.gif', 'http://www.nco.ncep.noaa.gov/pmb/nwprod/analysis/npac/gfs/18/images/gfs_p06_204m.gif', 'http://www.nco.ncep.noaa.gov/pmb/nwprod/analysis/npac/gfs/18/images/gfs_p06_216m.gif', 'http://www.nco.ncep.noaa.gov/pmb/nwprod/analysis/npac/gfs/18/images/gfs_p06_228m.gif', 'http://www.nco.ncep.noaa.gov/pmb/nwprod/analysis/npac/gfs/18/images/gfs_p06_240m.gif', 'http://www.nco.ncep.noaa.gov/pmb/nwprod/analysis/npac/gfs/18/images/gfs_p06_252m.gif', 'http://www.nco.ncep.noaa.gov/pmb/nwprod/analysis/npac/gfs/18/images/gfs_p06_264m.gif', 'http://www.nco.ncep.noaa.gov/pmb/nwprod/analysis/npac/gfs/18/images/gfs_p06_092m.gif')"> <script type="text/javascript"> if (!document.layers) document.write('<div id="divStayTopLeft" style="position:absolute">') </script> <table bgcolor ="#3399cc" border="0"> <tr> <td> <b onmouseover="document.all.status.innerHTML='<b class=status>INTL - 18z Today</b>'"><a href="#" onMouseOver="MM_swapImage('image1','','http://www.nco.ncep.noaa.gov/pmb/nwprod/analysis/npac/gfs/18/images/gfs_p06_000m.gif',1)">INTL</a></b> <b onmouseover="document.all.status.innerHTML='<b class=status>06hr - 00z Tomorrow</b>'"><a href="#" onMouseOver="MM_swapImage('image1','','http://www.nco.ncep.noaa.gov/pmb/nwprod/analysis/npac/gfs/18/images/gfs_p06_006m.gif',1)">06</a></b> <b onmouseover="document.all.status.innerHTML='<b class=status>12hr - 06z Tomorrow</b>'"><a href="#" onMouseOver="MM_swapImage('image1','','http://www.nco.ncep.noaa.gov/pmb/nwprod/analysis/npac/gfs/18/images/gfs_p06_012m.gif',1)">12</a></b> <b onmouseover="document.all.status.innerHTML='<b class=status>18hr - 12z Tomorrow</b>'"><a href="#" onMouseOver="MM_swapImage('image1','','http://www.nco.ncep.noaa.gov/pmb/nwprod/analysis/npac/gfs/18/images/gfs_p06_018m.gif',1)">18</a></b> <b onmouseover="document.all.status.innerHTML='<b class=status>24hr - 18z Tomorrow</b>'"><a href="#" onMouseOver="MM_swapImage('image1','','http://www.nco.ncep.noaa.gov/pmb/nwprod/analysis/npac/gfs/18/images/gfs_p06_024m.gif',1)">24</a></b> <b onmouseover="document.all.status.innerHTML='<b class=status>30hr - 00z Day 3</b>'"><a href="#" onMouseOver="MM_swapImage('image1','','http://www.nco.ncep.noaa.gov/pmb/nwprod/analysis/npac/gfs/18/images/gfs_p06_030m.gif',1)">30</a></b> <b onmouseover="document.all.status.innerHTML='<b class=status>36hr - 06z Day 3</b>'"><a href="#" onMouseOver="MM_swapImage('image1','','http://www.nco.ncep.noaa.gov/pmb/nwprod/analysis/npac/gfs/18/images/gfs_p06_036m.gif',1)">36</a></b> <b onmouseover="document.all.status.innerHTML='<b class=status>42hr - 12z Day 3</b>'"><a href="#" onMouseOver="MM_swapImage('image1','','http://www.nco.ncep.noaa.gov/pmb/nwprod/analysis/npac/gfs/18/images/gfs_p06_042m.gif',1)">42</a></b> <b onmouseover="document.all.status.innerHTML='<b class=status>48hr - 18z Day 3</b>'"><a href="#" onMouseOver="MM_swapImage('image1','','http://www.nco.ncep.noaa.gov/pmb/nwprod/analysis/npac/gfs/18/images/gfs_p06_048m.gif',1)">48</a></b> <b onmouseover="document.all.status.innerHTML='<b class=status>54hr - 00z Day 3</b>'"><a href="#" onMouseOver="MM_swapImage('image1','','http://www.nco.ncep.noaa.gov/pmb/nwprod/analysis/npac/gfs/18/images/gfs_p06_054m.gif',1)">54</a></b> <b onmouseover="document.all.status.innerHTML='<b class=status>60hr - 06z Day 4</b>'"><a href="#" onMouseOver="MM_swapImage('image1','','http://www.nco.ncep.noaa.gov/pmb/nwprod/analysis/npac/gfs/18/images/gfs_p06_060m.gif',1)">60</a></b> <b onmouseover="document.all.status.innerHTML='<b class=status>66hr - 12z Day 4</b>'"><a href="#" onMouseOver="MM_swapImage('image1','','http://www.nco.ncep.noaa.gov/pmb/nwprod/analysis/npac/gfs/18/images/gfs_p06_066m.gif',1)">66</a></b> <b onmouseover="document.all.status.innerHTML='<b class=status>72hr - 18z Day 4</b>'"><a href="#" onMouseOver="MM_swapImage('image1','','http://www.nco.ncep.noaa.gov/pmb/nwprod/analysis/npac/gfs/18/images/gfs_p06_072m.gif',1)">72</a></b> <b onmouseover="document.all.status.innerHTML='<b class=status>78hr - 00z Day 4</b>'"><a href="#" onMouseOver="MM_swapImage('image1','','http://www.nco.ncep.noaa.gov/pmb/nwprod/analysis/npac/gfs/18/images/gfs_p06_078m.gif',1)">78</a></b> <b onmouseover="document.all.status.innerHTML='<b class=status>84hr - 06z Day 5</b>'"><a href="#" onMouseOver="MM_swapImage('image1','','http://www.nco.ncep.noaa.gov/pmb/nwprod/analysis/npac/gfs/18/images/gfs_p06_084m.gif',1)">84</a></b> <b onmouseover="document.all.status.innerHTML='<b class=status>90hr - 12z Day 5</b>'"><a href="#" onMouseOver="MM_swapImage('image1','','http://www.nco.ncep.noaa.gov/pmb/nwprod/analysis/npac/gfs/18/images/gfs_p06_090m.gif',1)">90</a></b> <b onmouseover="document.all.status.innerHTML='<b class=status>96hr - 18z Day 5</b>'"><a href="#" onMouseOver="MM_swapImage('image1','','http://www.nco.ncep.noaa.gov/pmb/nwprod/analysis/npac/gfs/18/images/gfs_p06_096m.gif',1)">96</a></b> <b onmouseover="document.all.status.innerHTML='<b class=status>102hr - 00z Day 5</b>'"><a href="#" onMouseOver="MM_swapImage('image1','','http://www.nco.ncep.noaa.gov/pmb/nwprod/analysis/npac/gfs/18/images/gfs_p06_102m.gif',1)">102</a></b> <b onmouseover="document.all.status.innerHTML='<b class=status>108hr - 06z Day 6</b>'"><a href="#" onMouseOver="MM_swapImage('image1','','http://www.nco.ncep.noaa.gov/pmb/nwprod/analysis/npac/gfs/18/images/gfs_p06_108m.gif',1)">108</a></b> <b onmouseover="document.all.status.innerHTML='<b class=status>114hr - 12z Day 6</b>'"><a href="#" onMouseOver="MM_swapImage('image1','','http://www.nco.ncep.noaa.gov/pmb/nwprod/analysis/npac/gfs/18/images/gfs_p06_114m.gif',1)">114</a></b> <b onmouseover="document.all.status.innerHTML='<b class=status>120hr - 18z Day 6</b>'"><a href="#" onMouseOver="MM_swapImage('image1','','http://www.nco.ncep.noaa.gov/pmb/nwprod/analysis/npac/gfs/18/images/gfs_p06_120m.gif',1)">120</a></b> <b onmouseover="document.all.status.innerHTML='<b class=status>126hr - 00z Day 6</b>'"><a href="#" onMouseOver="MM_swapImage('image1','','http://www.nco.ncep.noaa.gov/pmb/nwprod/analysis/npac/gfs/18/images/gfs_p06_126m.gif',1)">126</a></b> <b onmouseover="document.all.status.innerHTML='<b class=status>132hr - 06z Day 7</b>'"><a href="#" onMouseOver="MM_swapImage('image1','','http://www.nco.ncep.noaa.gov/pmb/nwprod/analysis/npac/gfs/18/images/gfs_p06_132m.gif',1)">132</a></b> <b onmouseover="document.all.status.innerHTML='<b class=status>138hr - 12z Day 7</b>'"><a href="#" onMouseOver="MM_swapImage('image1','','http://www.nco.ncep.noaa.gov/pmb/nwprod/analysis/npac/gfs/18/images/gfs_p06_138m.gif',1)">138</a></b> <b onmouseover="document.all.status.innerHTML='<b class=status>144hr - 18z Day 7</b>'"><a href="#" onMouseOver="MM_swapImage('image1','','http://www.nco.ncep.noaa.gov/pmb/nwprod/analysis/npac/gfs/18/images/gfs_p06_144m.gif',1)">144</a></b> <b onmouseover="document.all.status.innerHTML='<b class=status>150hr - 00z Day 7</b>'"><a href="#" onMouseOver="MM_swapImage('image1','','http://www.nco.ncep.noaa.gov/pmb/nwprod/analysis/npac/gfs/18/images/gfs_p06_150m.gif',1)">150</a></b> <b onmouseover="document.all.status.innerHTML='<b class=status>156hr - 06z Day 8</b>'"><a href="#" onMouseOver="MM_swapImage('image1','','http://www.nco.ncep.noaa.gov/pmb/nwprod/analysis/npac/gfs/18/images/gfs_p06_156m.gif',1)">156</a></b> <b onmouseover="document.all.status.innerHTML='<b class=status>162hr - 12z Day 8</b>'"><a href="#" onMouseOver="MM_swapImage('image1','','http://www.nco.ncep.noaa.gov/pmb/nwprod/analysis/npac/gfs/18/images/gfs_p06_162m.gif',1)">162</a></b> <b onmouseover="document.all.status.innerHTML='<b class=status>168hr - 18z Day 8</b>'"><a href="#" onMouseOver="MM_swapImage('image1','','http://www.nco.ncep.noaa.gov/pmb/nwprod/analysis/npac/gfs/18/images/gfs_p06_168m.gif',1)">168</a></b> <b onmouseover="document.all.status.innerHTML='<b class=status>174hr - 00z Day 8</b>'"><a href="#" onMouseOver="MM_swapImage('image1','','http://www.nco.ncep.noaa.gov/pmb/nwprod/analysis/npac/gfs/18/images/gfs_p06_174m.gif',1)">174</a></b> <b onmouseover="document.all.status.innerHTML='<b class=status>180hr - 06z Day 9</b>'"><a href="#" onMouseOver="MM_swapImage('image1','','http://www.nco.ncep.noaa.gov/pmb/nwprod/analysis/npac/gfs/18/images/gfs_p06_180m.gif',1)">180</a></b> <b onmouseover="document.all.status.innerHTML='<b class=status>192hr - 18z Day 9</b>'"><a href="#" onMouseOver="MM_swapImage('image1','','http://www.nco.ncep.noaa.gov/pmb/nwprod/analysis/npac/gfs/18/images/gfs_p06_192m.gif',1)">192</a></b> <b onmouseover="document.all.status.innerHTML='<b class=status>204hr - 06z Day 9</b>'"><a href="#" onMouseOver="MM_swapImage('image1','','http://www.nco.ncep.noaa.gov/pmb/nwprod/analysis/npac/gfs/18/images/gfs_p06_204m.gif',1)">204</a></b> <b onmouseover="document.all.status.innerHTML='<b class=status>216hr - 18z Day 9</b>'"><a href="#" onMouseOver="MM_swapImage('image1','','http://www.nco.ncep.noaa.gov/pmb/nwprod/analysis/npac/gfs/18/images/gfs_p06_216m.gif',1)">216</a></b> <b onmouseover="document.all.status.innerHTML='<b class=status>228hr - 06z Day 10</b>'"><a href="#" onMouseOver="MM_swapImage('image1','','http://www.nco.ncep.noaa.gov/pmb/nwprod/analysis/npac/gfs/18/images/gfs_p06_228m.gif',1)">228</a></b> <b onmouseover="document.all.status.innerHTML='<b class=status>240hr - 18z Day 10</b>'"><a href="#" onMouseOver="MM_swapImage('image1','','http://www.nco.ncep.noaa.gov/pmb/nwprod/analysis/npac/gfs/18/images/gfs_p06_240m.gif',1)">240</a></b> <b onmouseover="document.all.status.innerHTML='<b class=status>252hr - 06z Day 11</b>'"><a href="#" onMouseOver="MM_swapImage('image1','','http://www.nco.ncep.noaa.gov/pmb/nwprod/analysis/npac/gfs/18/images/gfs_p06_252m.gif',1)">252</a></b> <b onmouseover="document.all.status.innerHTML='<b class=status>264hr - 18z Day 11</b>'"><a href="#" onMouseOver="MM_swapImage('image1','','http://www.nco.ncep.noaa.gov/pmb/nwprod/analysis/npac/gfs/18/images/gfs_p06_264m.gif',1)">264</a></b> <b onmouseover="document.all.status.innerHTML='<b class=status>Click to Begin Loop</b>'"><a href="#" onclick="MM_timelinePlay('Loop')">LOOP</a></b> <b onmouseover="document.all.status.innerHTML='<b class=status>Click to Stop Loop</b>'"><a href="#" onclick="MM_timelineStop()">STOP</a></b> <tr></tr> <td id="status" align=center> </td> </td> </tr> </table> <br> <br> <br> <br> <br> <script type="text/javascript"> /* Floating Menu script- Roy Whittle (http://www.javascript-fx.com/) Script featured on/available at http://www.dynamicdrive.com/ This notice must stay intact for use */ //Enter "frombottom" or "fromtop" var verticalpos="fromtop" if (!document.layers) document.write('</div>') function JSFX_FloatTopDiv() { var startX = 3, startY = 1; var ns = (navigator.appName.indexOf("Netscape") != -1); var d = document; function ml(id) { var el=d.getElementById?d.getElementById(id):d.all?d.all[id]:d.layers[id]; if(d.layers)el.style=el; el.sP=function(x,y){this.style.left=x;this.style.top=y;}; el.x = startX; if (verticalpos=="fromtop") el.y = startY; else{ el.y = ns ? pageYOffset + innerHeight : document.body.scrollTop + document.body.clientHeight; el.y -= startY; } return el; } window.stayTopLeft=function() { if (verticalpos=="fromtop"){ var pY = ns ? pageYOffset : document.body.scrollTop; ftlObj.y += (pY + startY - ftlObj.y)/8; } else{ var pY = ns ? pageYOffset + innerHeight : document.body.scrollTop + document.body.clientHeight; ftlObj.y += (pY - startY - ftlObj.y)/8; } ftlObj.sP(ftlObj.x, ftlObj.y); setTimeout("stayTopLeft()", 10); } ftlObj = ml("divStayTopLeft"); stayTopLeft(); } JSFX_FloatTopDiv(); </script> <br> <br> <br> <br> Note: When NCEP is updating model run, you may get mixed days. Watch the date stamp. <img name="image1" src="http://www.nco.ncep.noaa.gov/pmb/nwprod/analysis/npac/gfs/18/images/gfs_p06_000m.gif" width="1024" height="768"> <div id="Layer1" style="position:absolute; width:1px; height:1px; z-index:1; left: 25px; top: 975px; visibility: inherit;"></div> </body> </html>