// display the family Center Flash Animation file
function FamilyCenterFlash()
{ 
        document.write("<object data='/kidstraining3.0/swf/familycenter/KT3_familycenter_03.swf' classid='clsid:D27CDB6E-AE6D-11cf-96B8-444553540000' id ='flashDisplay' name='flashSurvey' type='application/x-shockwave-flash' codebase='http://fpdownload.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=9,0,45,0' align='center' width='100%' height='450'>");
        document.write("<param name='movie' value='/kidstraining3.0/swf/familycenter/KT3_familycenter_03.swf' />"); 
        document.write("<param name='swliveconnect' value='true' />");
        document.write("<param name='WMode' value='window' />");
        document.write("<param name='Play' value='1' />");
        document.write("<param name='Loop' value='-1' />");
        document.write("<param name='Quality' value='high' />");
        document.write("<param name='SAlign' value='' />");
        document.write("<param name='Menu' value='-1' />");
        document.write("<param name='Base' value='' />");
        document.write("<param name='AllowScriptAccess' value='always' />");
        document.write("<param name='Scale' value='ShowAll' />");
        document.write("<param name='DeviceFont' value='0' />");
        document.write("<param name='EmbedMovie' value='0' />");
        document.write("<param name='BGColor' value='' />");
        document.write("<param name='SWRemote' value='' />");
        document.write("<param name='MovieData' value='' />");
        document.write("<param name='SeamlessTabbing' value='1' />");
        document.write("<param name='Profile' value='0' />");
        document.write("<param name='ProfileAddress' value='' />");
        document.write("<param name='ProfilePort' value='0' />");
        document.write("<param name='height' value='100%' />");                           
        document.write("<param name='pluginspage' value='http://www.macromedia.com/shockwave/download/index.cgi?P1_Prod_Version=ShockwaveFlash'/>");
        document.write("<param name='type' value='application/x-shockwave-flash'/>");
        document.write("<param name='width' value='100%' />");
        document.write("<embed play='true' swliveconnect='true' name='flexContentEditor' src='/kidstraining3.0/swf/familycenter/KT3_familycenter_03.swf' quality='high' width='100%' height='450' align='center' type='application/x-shockwave-flash' pluginspage='http://www.macromedia.com/shockwave/download/index.cgi?P1_Prod_Version=ShockwaveFlash' />");
        //document.write("<br/>Your browser does not have 'Macromedia Flash Player' installed. <a href='http://www.macromedia.com/shockwave/download/index.cgi?P1_Prod_Version=ShockwaveFlash' target='_blank'>Download...</a>");
document.write("</object>");

   
}

// display the Art Expo 2008 Flash File
function ArtExpo2008Flash()
{ 
   document.write("<object data='/kidstraining3.0/swf/calendar/splashScreen.swf' type='application/x-shockwave-flash' width='100%' height='454'>");
                document.write("<param name='movie' value='/kidstraining3.0/swf/calendar/splashScreen.swf'/>"); 
                document.write("<param name='WMode' value='Window' />");
                document.write("<param name='Play' value='-1' />");
                document.write("<param name='Loop' value='-1' />");
                document.write("<param name='Quality' value='High' />");
                document.write("<param name='SAlign' value='' />");
                document.write("<param name='Menu' value='-1' />");
                document.write("<param name='Base' value='' />");
                document.write("<param name='AllowScriptAccess' value='' />");
                document.write("<param name='Scale' value='ShowAll' />");
                document.write("<param name='DeviceFont' value='0' />");
                document.write("<param name='EmbedMovie' value='0' />");
                document.write("<param name='BGColor' value='' />");
                document.write("<param name='SWRemote' value='' />");
                document.write("<param name='MovieData' value='' />");
                document.write("<param name='SeamlessTabbing' value='1' />");
                document.write("<param name='Profile' value='0' />");
                document.write("<param name='ProfileAddress' value='' />");
                document.write("<param name='ProfilePort' value='0' />");
                document.write("<param name='height' value='454' />");
                document.write("<param name='pluginspage' value='http://www.macromedia.com/shockwave/download/index.cgi?P1_Prod_Version=ShockwaveFlash'/>");
                document.write("<param name='type' value='application/x-shockwave-flash'/>");
                document.write("<param name='width' value='100%' />");
                document.write("<br/>Your browser does not have 'Macromedia Flash Player' installed. <a href='http://www.macromedia.com/shockwave/download/index.cgi?P1_Prod_Version=ShockwaveFlash' target='_blank'>Download...</a>");
   document.write("</object> ");
   
}

