


	if (screen.width<=800){
	
document.write( "<img src=\"WebGraphics/800_Logo_from_Flash.jpg\" width=\"766\" height=\"102\">")
	}		

	else if (screen.width==1024){
	
document.write( "<img src=\"WebGraphics/1024_Logo_from_Flash.jpg\" width=\"990\" height=\"132\">" )        
	}
  
else if (screen.width>=1152){
	
document.write( "<img src=\"WebGraphics/1152_Logo_from_Flash.jpg\" width=\"1117\" height=\"149\">" )
	}
	
/* else if (screen.width>=1280){
	
document.write( "<img src=\"WebGraphics/1280_Logo_from_Flash.jpg\" width=\"1245\" height=\"166\">" )
	} */
	
	

