var thisHost = location.hostname;
var imgUrl = new Array();
var imgLink = new Array();
imgUrl[0]='http://'+thisHost+'/images/flashpic1.jpg';
imgLink[0]='categories.php?cat=55';
imgUrl[1]='http://'+thisHost+'/images/flashpic2.jpg';
imgLink[1]='categories.php?cat=96';
imgUrl[2]='http://'+thisHost+'/images/flashpic4.jpg';
imgLink[2]='categories.php?cat=25';
imgUrl[3]='http://'+thisHost+'/images/flashpic5.jpg';
imgLink[3]='products.php?cat=30';
 
var pics=imgUrl[0];
var links=imgLink[0];
for(var i=1;i<imgUrl.length;i++){
	pics+='|'+imgUrl[i];
	links+='|'+imgLink[i];
}
 
var focus_width=600
var focus_height=280
var swf_height = focus_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="http://'+thisHost+'/images/rollpic.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+'&borderwidth='+focus_width+'&borderheight='+focus_height+'">');
document.write('<embed src="http://'+thisHost+'/images/rollpic.swf" wmode="opaque" FlashVars="pics='+pics+'&links='+links+'&borderwidth='+focus_width+'&borderheight='+focus_height+'" menu="false" bgcolor="#F0F0F0" quality="high" width="'+ focus_width +'" height="'+ focus_height +'" allowScriptAccess="sameDomain" type="application/x-shockwave-flash" pluginspage="http://www.macromedia.com/go/getflashplayer" />');
document.write('</object>'); 
