	var img=new Array();
	var txt=new Array();
	var lnk=new Array();
	
	img[0]='imgbly/01.jpg'
	lnk[0]=escape('');
	txt[0]='';
	
	img[1]='imgbly/02.jpg'
	lnk[1]=escape('');
	txt[1]='';
	
	img[2]='imgbly/03.jpg'
	lnk[2]=escape('');
	txt[2]='';
	
	img[3]='imgbly/04.jpg'
	lnk[3]=escape('');
	txt[3]='';
	
/*	img[4]='imgbly/tmp22.jpg'
	lnk[4]=escape('');
	txt[4]='';
	*/
	var focus_width=802;
	var focus_height=191;
	var text_height=0;
	var swf_height = focus_height+text_height;
	var pics=img.join("|");
	var links=lnk.join("|");
	var texts=txt.join("|");
	
	document.write('<object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" codebase="[url]http://fpdownload.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6[/url],0,0,0" width='+ focus_width +' height=191>');
	document.write('<param name="allowScriptAccess" value="sameDomain"><param name="movie" value="flash/pixviewer.swf"><param name="quality" value="high"><param name="bgcolor" value="#ffffff">');
	document.write('<param name="menu" value="false"/><param name="wmode" value="transparent"/>');
	document.write('<param name="FlashVars" value="pics='+pics+'&links='+links+'&texts='+texts+'&borderwidth='+focus_width+'&borderheight='+focus_height+'&textheight='+text_height+'">');
	document.write('<embed src="flash/pixviewer.swf" wmode="transparent" FlashVars="pics='+pics+'&links='+links+'&texts='+texts+'&borderwidth='+focus_width+'&borderheight='+focus_height+'&textheight='+text_height+'" menu="false" bgcolor="#ffffff" quality="high" width="'+ focus_width +'" height="'+ focus_height +'" allowScriptAccess="sameDomain" type="application/x-shockwave-flash"  pluginspage="[url]http://www.macromedia.com/go/getflashplayer[/url]" />');
	document.write('</object>');   