  // for Flash Detection

	
		if ((navigator.appName == 'Netscape') && (parseInt(navigator.appVersion) == 4)) {
		   document.write("<img src='images/bg_plane.gif' width='588' height='40' alt=''>");
		}
		else {
		if (navigator.mimeTypes && navigator.mimeTypes["application/x-shockwave-flash"]){
		
   		 document.write("<embed src='images/header.swf'pluginspage='http://www.macromedia.com/shockwave/download/' type='application/x-shockwave-flash' width='600' height='40' bgcolor='#FFFFFF' align='top' loop='false'>");
		 document.write("<NOEMBED>");
         document.write("<img src='images/bg_plane.gif' width='588' height='40' alt=''>"); 
		 document.write("</NOEMBED>"); 
		 document.write("</embed>");
		}
		else {
   		   document.write("<img src='images/bg_plane.gif' width='588' height='40' alt=''>");
		}
		}
