function header(){	
	image1 = new Image();
	image1.src = "images/contact_us2.gif";
	
	image2 = new Image();
	image2.src = "images/sitemap2.gif";
	var strURL = self.location.href.split('/');
	
	   if(strURL[strURL.length -1] == "index.htm" || strURL[strURL.length -1] == ""){

 		document.writeln('<table width="100%" border="0" cellpadding="0">');
	       	document.writeln('   <tr>');
	       	document.writeln('     <td width="73%">&nbsp;</td>');
	       	document.writeln('     <td width="7%">&nbsp;</td>');
	       	document.writeln('     <td width="20%"><div align="right"><a href="./sitemap.htm" onmouseover="swapImage( \'sitemap\' , \'images/sitemap2.gif\' )" onmouseout="swapImage( \'sitemap\' , \'images/sitemap.gif\' )"><img name="sitemap" border="none" src="images/sitemap.gif" alt="sitemap" width="71" height="20" /></a><img src="images/spacer.gif" width="20" height="1" /><a href="./contact_us.htm" onmouseover="swapImage( \'contactus\' , \'images/contact_us2.gif\' )" onmouseout="swapImage( \'contactus\' , \'images/contact_us.gif\' )"><img name="contactus" border="none" src="images/contact_us.gif" alt="contact us" width="81" height="20" /></a><img src="images/spacer.gif" width="20" height="1" /></div></td>');
	       	document.writeln('   <tr>');
	       	document.writeln('     <td><img id="tit" src="images/main.gif" alt="FCE" width="503" height="87" /></td>');
	       	document.writeln('     <td colspan="2">&nbsp;</td>');
	       	document.writeln('   </tr>');
		document.writeln('</table>');
	   }
	   else{
	       
		document.writeln('<table width="100%" border="0" cellpadding="0">');
		document.writeln('	<tr>');
		document.writeln('		<td colspan="2">&nbsp;</td>');
		document.writeln('		<td width="0%">&nbsp;</td>');
		document.writeln('		<td width="21%">');
		document.writeln('			<div align="right"><a href="./sitemap.htm" onmouseover="swapImage( \'sitemap\' , \'images/sitemap2.gif\' )" onmouseout="swapImage( \'sitemap\' , \'images/sitemap.gif\' )"><img name="sitemap" border="none" src="images/sitemap.gif" alt="sitemap" width="71" height="20" /></a><img src="images/spacer.gif" width="20" height="1" /><a href="./contact_us.htm" onmouseover="swapImage( \'contactus\' , \'images/contact_us2.gif\' )" onmouseout="swapImage( \'contactus\' , \'images/contact_us.gif\' )"><img name="contactus" border="none" src="images/contact_us.gif" alt="contact us" width="81" height="20" /></a><img src="images/spacer.gif" width="20" height="1" />');
		document.writeln('			</div></td>');
		document.writeln('	</tr>');
		document.writeln('	<tr>');
		document.writeln('		<td width="56%">');
		document.writeln('			<a href="./index.htm" ><img id="tit" src="images/main.gif" border="none" alt="FCE" width="503" height="87" /></a></td>');
		document.writeln('		<td colspan="3"><div align="right">');
		document.writeln('		  <object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=7,0,19,0" width="270" height="80" title="members">');
		document.writeln('		    <param name="movie" value="./members_thumb.swf" />');
		document.writeln('		    <param name="quality" value="high" />');
		document.writeln('		    <param name="wmode" value="transparent" />');
		document.writeln('		    <embed src="./members_thumb.swf" quality="high" pluginspage="http://www.macromedia.com/go/getflashplayer" type="application/x-shockwave-flash" wmode="transparent" width="270" height="80"></embed>');
		document.writeln('	      </object>');
		document.writeln('	    </div></td>');
		document.writeln('  </tr>');
		document.writeln('</table>');
    	   }
	
	

}

function footer(){
	document.writeln('<div align="left">Copyright@2006-2008 FCE  All Rights Reserved</div>');
}

function swapImage(imgN,imgU){
	if(document.images)document.images[imgN].src=imgU;
}
