					function insf (elm,pics,links,texts)
					{
						var focus_width=173;
						var focus_height=130;
						var text_height=0;
						var swf_height = focus_height+text_height;
	
						var str = '';
						str += '<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="'+ focus_width + '"height="'+ swf_height +'">';
						str += '<param name="allowScriptAccess" value="sameDomain"><param name="movie" value="flash/pixviewer.swf"><param name="quality" value="autohigh"><param name="bgcolor" value="#cccccc">';
						str += '<param name="menu" value="false"><param name=wmode value="opaque">';
						str += '<param name="FlashVars" value="pics='+pics+'&links='+links+'&texts='+texts+'&borderwidth='+focus_width+'&borderheight='+focus_height+'&textheight='+
						text_height+'">';
						str += '<embed src="flash/pixviewer.swf" wmode="opaque" FlashVars="pics='+pics+'&links='+links+'&texts='+texts+'&borderwidth='+focus_width+'&borderheight='+focus_height+'&textheight='+ text_height+'" menu="false" bgcolor="#cccccc" quality="high" width="'+ focus_width +'" height="'+ swf_height +'"allowScriptAccess="sameDomain" type="application/x-shockwave-flash" plugspace="http://www.macromedia.com/shockwave/download/index.cgi?P1_Prod_Version=ShockwaveFlash"></embed>';
						str += '</object>';
                        document.getElementById('testflash').innerHTML = str;
                      }
