﻿var imgUrl=new Array();
var imgLink=new Array();
var imgText=new Array();
var order=new Array();
imgUrl[0]="/uploadfile/20118421115713938.jpg";
imgLink[0]="http://www.nomila.com/products.asp?oneid=88";
imgText[0]="2";
order[0]="0"
imgUrl[1]="/uploadfile/2011842214011047.jpg";
imgLink[1]="http://www.nomila.com/products.asp?oneid=70";
imgText[1]="3";
order[1]="1"
imgUrl[2]="/uploadfile/20118421103054297.jpg";
imgLink[2]="http://www.nomila.com/products.asp?oneid=20";
imgText[2]="1";
order[2]="2"
imgUrl[3]="/uploadfile/20118421494077071.jpg";
imgLink[3]="http://www.nomila.com";
imgText[3]="4";
order[3]="3"
var pics='';
var links='';
var texts='';
for(i=0;i<order.length;i++){
	xb=order[i];
	if ((imgUrl[xb])!=" && imgLink[xb]!="){
		if (i!=order.length-1){
			pics=pics+imgUrl[xb]+'|';
			links=links+imgLink[xb]+'|';
			texts=texts+imgText[xb]+'|';
		}
		else{
			pics=pics+imgUrl[xb];
			links=links+imgLink[xb];
			texts=texts+imgText[xb];
		}
	}
}
var focus_width=950
var focus_height=200
var text_height=0
var swf_height = focus_height+text_height
document.write('<object classid="clsid:d27cdb6e-ae6d-11cf-96b8-444553540000" codebase="http://fpdownload.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,0,0" width="'+ focus_width +'" height="'+ swf_height +'">');
document.write('<param name="allowScriptAccess" value="sameDomain"><param name="movie" value="/images/focus.swf"><param name="quality" value="high"><param name="bgcolor" value="#F0F0F0">');
document.write('<param name="menu" value="false"><param name=wmode value="opaque">');
document.write('<param name="FlashVars" value="pics='+pics+'&links='+links+'&texts='+texts+'&borderwidth='+focus_width+'&borderheight='+focus_height+'&textheight='+text_height+'">');
 document.write('</object>');

