function LoadFlashC(html_Vars)
{ 
document.write("<object classid=\"clsid:D27CDB6E-AE6D-11cf-96B8-444553540000\" codebase=\"http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=7,0,19,0\" width=431 height=420 id=\"mycamera\">");
document.write("<param name=\"movie\" value=\"./template/camera.swf\">");
document.write("<param name=\"quality\" value=\"high\">");
document.write("<param name=\"FlashVars\" VALUE=\""+html_Vars+"\">");
document.write("<PARAM NAME=\"wmode\" value=\"transparent\" /> ");	
document.write("<embed src=\"./template/camera.swf\" FlashVars=\""+html_Vars+"\" wmode=\"transparent\" quality=\"high\" menu=\"false\" width=\"431\" height=\"420\" type=\"application/x-shockwave-flash\" pluginspage=\"http://www.macromedia.com/shockwave/download/index.cgi?P1_Prod_Version=ShockwaveFlash\" name=\"mycamera\" swLiveConnect=\"true\"></embed>");
document.write("</object>");
}

