// JavaScript Document<!--if(flashCheck(6)){	// FLASH IS OK	document.writeln("<object classid=\"clsid:D27CDB6E-AE6D-11cf-96B8-444553540000\" codebase=\"http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,29,0\" id=\"logo\" width=\"625\" height=\"596\">");	document.writeln("<param name=\"movie\" value=\"../img/cqc_map_6.swf\">");	document.writeln("<param name=\"menu\" value=\"false\">");	document.writeln("<param name=\"quality\" value=\"high\">");	document.writeln("<param name=\"bgcolor\" value=\"FFFFFF\">");	document.writeln("<embed src=\"../img/cqc_map_6.swf\" loop=\"false\" menu=\"false\" quality=\"high\" bgcolor=\"FFFFFF\" width=\"625\" height=\"596\" type=\"application/x-shockwave-flash\" pluginspage=\"http://www.macromedia.com/shockwave/download/index.cgi?P1_Prod_Version=ShockwaveFlash\"></embed>");	document.writeln("</object>");}else{	// FLASH IS NOT OK	document.writeln("<div id=\"warning\"><p>This interactive map requires a newer version of the Macromedia Flash Player to be installed.</p><p>Click the button below to download the Plug-in.</p>");	document.writeln("<a href=\"http://www.macromedia.com/go/getflash\" ><img src=\"../img/get_flash_player.gif\" alt=\"Get Flash\" border=\"0\"></a></div>");}//-->