// JavaScript Document
if (window.screen.width > 320)
{
	document.write('<div id="flashcontent"></div>');
	var fo = new FlashObject("flash/header_v8_withCraigLogoforVETSGWAC_MenuOnly_NoRedirect_Large.swf", "mymovie", "900", "210", "8", ""); 
	fo.write("flashcontent");
}
else
{
	document.write('<div id="nonFlashContent"><img src="images/nonFlash/nonFlashContent.jpg" alt="" style="border: none;" usemap="#NavMenu" /></div>');	
}
