// JavaScript Document
function changeBackground(objId,imgSrc){
	document.getElementById(objId).style.backgroundImage='url('+imgSrc+')';
}
imgUrl1="Book/1.jpg";
imgtext1="1"
imgLink1=escape("http://auction1.taobao.com/auction/item_detail-0db2-7ed4deb3ee14aedc67fb044957da37e5.jhtml?pm1=1");
imgUrl2="Book/2.jpg";
imgtext2="1"
imgLink2=escape("http://auction1.taobao.com/auction/item_detail-0db2-7ed4deb3ee14aedc67fb044957da37e5.jhtml?pm1=1");
imgUrl3="Book/3.jpg";
imgtext3="1"
imgLink3=escape("http://auction1.taobao.com/auction/item_detail-0db2-7ed4deb3ee14aedc67fb044957da37e5.jhtml?pm1=1");
imgUrl4="Book/4.jpg";
imgtext4="1"
imgLink4=escape("http://auction1.taobao.com/auction/item_detail-0db2-7ed4deb3ee14aedc67fb044957da37e5.jhtml?pm1=1");
imgUrl5="Book/5.jpg";
imgtext5="1"
imgLink5=escape("http://auction1.taobao.com/auction/item_detail-0db2-7ed4deb3ee14aedc67fb044957da37e5.jhtml?pm1=1");
var focus_width=250,
	focus_height=200,
	text_height=0,
	swf_height = focus_height+text_height;
 
var pics=imgUrl1+"|"+imgUrl2+"|"+imgUrl3+"|"+imgUrl4+"|"+imgUrl5,
	links=imgLink1+"|"+imgLink2+"|"+imgLink3+"|"+imgLink4+"|"+imgLink5,
	texts=imgtext1+"|"+imgtext2+"|"+imgtext3+"|"+imgtext4+"|"+imgtext5;
 
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="Image/focus.swf">');
document.write('<param name="quality" value="high"><param name="bgcolor" value="#F0F0F0"><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>');