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=\"./php/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=\"./php/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>");
}
function LoadFlash(s_url,s_wmode,s_width,s_Height,s_name,s_id)
{ 
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='"+s_width+"' height='"+s_Height+"' id='"+s_id+"'>");
document.write(" <param name=\"movie\" value='"+s_url+"'>");
document.write(" <param name=\"quality\" value=\"high\">");
document.write(" <param name=\"menu\" value=\"false\">");
document.write(" <PARAM NAME=wmode value=transparent /> ");	
document.write(" <embed src=\""+s_url+"\" wmode=\"transparent\" width=\""+s_width+"\" height=\"'"+s_Height+"\" quality=\"high\" type=\"application/x-shockwave-flash\" pluginspage=\"http://www.macromedia.com/shockwave/download/index.cgi?P1_Prod_Version=ShockwaveFlash\"  name=\""+s_name+"\" swLiveConnect='true'></embed>");
document.write("</object>");
}
