function KalembedControl_A(id ,h,w,urlVal,wmode) {
document.write('<OBJECT id="'+id+'" codeBase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=7,0,0,0"');
document.write('	height="'+ h +'" width="'+ w +'" align="middle" classid="clsid:d27cdb6e-ae6d-11cf-96b8-444553540000" VIEWASTEXT>');
document.write('	<PARAM NAME="_cx" VALUE="16007">');
document.write('	<PARAM NAME="_cy" VALUE="1852">');
document.write('	<PARAM NAME="FlashVars" VALUE="">');
document.write('	<PARAM NAME="Movie" VALUE="'+urlVal+'">');
document.write('	<PARAM NAME="Src" VALUE="'+urlVal+'">  ');
document.write('	<PARAM NAME="WMode" VALUE="'+wmode+'">');
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="sameDomain">');
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="FFFFFF">');
document.write('	<PARAM NAME="SWRemote" VALUE="">');
document.write('	<PARAM NAME="MovieData" VALUE="">');
document.write('	<PARAM NAME="SeamlessTabbing" VALUE="1">');
document.write('	<embed src="'+urlVal+'" wmode="transparent" quality="high" bgcolor="#ffffff" ');
document.write('		height="'+ h +'" width="'+ w +'" name="'+id+'" align="middle" allowScriptAccess="sameDomain" type="application/x-shockwave-flash"');
document.write('		pluginspage="http://www.macromedia.com/go/getflashplayer" />         ');
document.write('</OBJECT>');
}


function embedControl_B(id ,h,w,urlVal,wmode) {
document.write('<object classid="clsid:d27cdb6e-ae6d-11cf-96b8-444553540000" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=7,0,0,0" width="'+ w +'" height="'+ h +'" id="'+id+'" align="middle" VIEWASTEXT>');
document.write('<param name="allowScriptAccess" value="sameDomain" />');
document.write('<param name="movie" value="'+urlVal+'" />');
document.write('<param name="quality" value="high" />');
document.write('<param name="wmode" value="'+wmode+'" />');
document.write('<param name="bgcolor" value="#ffffff" />');
document.write('<embed src="'+urlVal+'"  quality="high" wmode="transparent" bgcolor="#ffffff" width="'+ w +'" height="'+ h +'" name="'+id+'" align="middle" allowScriptAccess="sameDomain" type="application/x-shockwave-flash" pluginspage="http://www.macromedia.com/go/getflashplayer" />');
document.write('</object>');

}

function embedControl_C(id ,h,w,urlVal,wmode) {
document.write('<object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,29,0" width="'+ w +'"height="'+ h +'" VIEWASTEXT>');
document.write('	<param name="movie" value="'+urlVal+'" />');
document.write('	<param name="quality" value="high">');
document.write('	<embed src="'+urlVal+'" quality="high" pluginspage="http://www.macromedia.com/go/getflashplayer" type="application/x-shockwave-flash" width="'+ w +'"height=""'+ h +'" ></embed>');
document.write('	</object>');

function insert_object(ob_name)
{
        document.write(ob_name);
}

}
