getFlashVersion();
//document.write(flashVersion);

var flash_code = "<OBJECT CLASSID=\"clsid:D27CDB6E-AE6D-11cf-96B8-444553540000\" CODEBASE=\"http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=5,0,30,0\" WIDTH=\"770\" HEIGHT=\"210\" ID=\"feartheturtle\"><PARAM NAME=\"src\" VALUE=\"ultramenu.swf\"><param name=\"wmode\" value=\"transparent\"><EMBED SRC=\"ultramenu.swf\" type=\"application/x-shockwave-flash\" pluginspage=\"http://www.macromedia.com/go/getflashplayer\" WIDTH=\"770\" HEIGHT=\"210\" NAME=\"theMovie\"></EMBED></OBJECT>";

///check  for flash

if (getFlashVersion() >=6){
	var cookieData = new String(document.cookie);
	var cookieHeader = "noPop=";
	var cookieStart = cookieData.charAt(6);
	if(cookieStart != "Z"){
		document.write(flash_code)
	}
	else {	
		//which closes the if(cookieStart != "Z") statement
		
		document.write("<center><img src=\"images/home.gif\" alt=\"home\" width=\"86\" height=\"23\" border=\"0\"><a href=\"who/\"><img src=\"images/who.gif\" alt=\"who we are\" width=\"146\" height=\"23\" border=\"0\"></a><a href=\"what/\"><img src=\"images/what.gif\" alt=\"what we do\" width=\"177\" height=\"23\" border=\"0\"></a><a href=\"portfolio/\"><img src=\"images/portfolio.gif\" alt=\"portfolio\" width=\"203\" height=\"23\" border=\"0\"></a><a href=\"contact/\"><img src=\"images/contact.gif\" alt=\"contact us\" width=\"138\" height=\"23\" border=\"0\"></a></center><br>");

        document.write("<A HREF=http://www.urhome.umd.edu/marketing/portfolio/>");
        document.write("<img src=\"images/zoom.gif\" border=\"0\" alt=\"Zoom\" width=\"247\" height=\"150\" align=\"middle\"><img src=\"images/explore.gif\" border=\"0\" alt=\"Explore our world\" width=\"199\" height=\"150\" align=\"middle\"><img src=\"images/fear.gif\" border=\"0\" alt=\"Fear the turtle\" width=\"324\" height=\"150\" align=\"middle\"></A>");
	}
	// document.cookie = "noPop=Z";	
}
///no flash, can't detect
else
{      
		document.write("<center><img src=\"images/home.gif\" alt=\"home\" width=\"86\" height=\"23\" border=\"0\"><a href=\"who/\"><img src=\"images/who.gif\" alt=\"who we are\" width=\"146\" height=\"23\" border=\"0\"></a><a href=\"what/\"><img src=\"images/what.gif\" alt=\"what we do\" width=\"177\" height=\"23\" border=\"0\"></a><a href=\"portfolio/\"><img src=\"images/portfolio.gif\" alt=\"portfolio\" width=\"203\" height=\"23\" border=\"0\"></a><a href=\"contact/\"><img src=\"images/contact.gif\" alt=\"contact us\" width=\"138\" height=\"23\" border=\"0\"></a></center><br>");

        document.write("<A HREF=http://www.urhome.umd.edu/marketing/portfolio/>");
        document.write("<img src=\"images/zoom.gif\" border=\"0\" alt=\"Zoom\" width=\"247\" height=\"150\" align=\"middle\"><img src=\"images/explore.gif\" border=\"0\" alt=\"Explore our world\" width=\"199\" height=\"150\" align=\"middle\"><img src=\"images/fear.gif\" border=\"0\" alt=\"Fear the turtle\" width=\"324\" height=\"150\" align=\"middle\"></A><br>To better view this site please click <a href=\"http://www.macromedia.com/shockwave/download/download.cgi?P1_Prod_Version=ShockwaveFlash\">HERE</a> to download the flash plug-in.");
};
//-->
