<TABLE><TBODY><TR><TD class=tab colSpan=4><NOBR>OTHER MODEL LOOPS FOR EUROPE</NOBR></TD></TR><TR><TD>ECMWF </TD><TD>UKMET </TD><TD>GFS </TD><TD>CMC </TD><TD>NAVY(NOGAPS) </TD></TR></TBODY></TABLE>
<TABLE><TBODY><TR><TD class=tab colSpan=2><NOBR>RETURN LINKS</NOBR></TD></TR><TR><TD>E-WALL EUROPE HOME</TD></TR></TBODY></TABLE>
<SCRIPT language=Javascript1.1>//--- Preload graphic images.//// you can address it through document.myImage or document.images["myImage"]. // imgFile is an array object containing the URL names of the images// imgScr is an array of Image objects // the src property of imgSrc, imgSrc[i].src, is assigned the URL's from imgFile[i]first_hour=00;fhr_incr=24;map_id="f"imgFile = new Array()imgSrc=new Array()imgFile[0]=""+map_id+"00.gif" imgFile[1]=""+map_id+"24.gif" imgFile[2]=""+map_id+"48.gif" imgFile[3]=""+map_id+"72.gif" imgFile[4]=""+map_id+"96.gif" imgFile[5]=""+map_id+"120.gif" imgFile[6]=""+map_id+"144.gif"imgFile[7]=""+map_id+"168.gif" imgSrc[0]=new Image();imgSrc[0].src=imgFile[0]imgSrc[1]=new Image();imgSrc[1].src=imgFile[1]imgSrc[2]=new Image();imgSrc[2].src=imgFile[2]imgSrc[3]=new Image();imgSrc[3].src=imgFile[3]imgSrc[4]=new Image();imgSrc[4].src=imgFile[4]imgSrc[5]=new Image();imgSrc[5].src=imgFile[5]imgSrc[6]=new Image();imgSrc[6].src=imgFile[6]imgSrc[7]=new Image();imgSrc[7].src=imgFile[7]function checkTimer(){ if (document.Timer.timerBox.checked){ var newIndex = 0 var gifName = document.image1.src // identify the the 3 chars xxx.gif var index0=gifName.charAt(gifName.length-7) var index1=gifName.charAt(gifName.length-6) var index2=gifName.charAt(gifName.length-5) var map_id_last=map_id.charAt(map_id.length-1) if (index0 != map_id_last) { var fhr = Number(index0 + index1 + index2) } else { var fhr = Number(index1 + index2) } var gifIndex=(fhr-first_hour)/fhr_incr if (gifIndex < imgSrc.length -1) { newIndex = gifIndex +1 } document.image1.src=imgSrc[newIndex].src var timeoutID = setTimeout("checkTimer()",500) } else {return}}</SCRIPT>f00 f24 f48 f72 f96 f120 f144 f168