var focus_width=589;
var focus_height=193;
var text_height=0;
var swf_height = focus_height+text_height;

var Pmove = new Array(

	 new Array("/UserFiles/Image/banner/jiedan.jpg","http://www.hf-cgp.com/CourseInfoManager/CorseInfo2.aspx",""),
	  
    new Array("/UserFiles/Image/banner/zhaopin.jpg","http://www.hf-cgp.com/Details/DetailArticle.aspx?Id=1392",""),
	
	    new Array("/UserFiles/Image/banner/banner.jpg","http://dmhyj.cgpower.cn/",""),
	  
   
	
	    new Array("/UserFiles/Image/banner/huanyouji.jpg","http://www.hf-cgp.com/CourseInfoManager/CorseInfo.aspx?parentId=2",""),
	  
   
	
	    new Array("/UserFiles/Image/banner/banner1.jpg","http://www.hf-cgp.com",""),
	  
   
	
	    new Array("/UserFiles/Image/20090312/20090312092305.JPG","http://www.hf-cgp.com/SchoolInfoManager/VidioPlay1.aspx",""),
	  
    
"");

var Pl = '';
var pics = '';
var links = '';
var texts = '';
var s = '';

Pl = Pmove.length;
Xl = Pl-1;
for(i=0;i<Xl;i++)
{
	var s = Pmove[i];
	if(i==(Xl-1)){pics += s[0];links += s[1].replace(/&/g, "^");texts += s[2];}
	else{pics += s[0]+'|';links += s[1].replace(/&/g, "^")+'|';texts += s[2]+'|';}
}
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="flash/focus2.swf"><param name="quality" value="high">');
document.write('<param name="menu" value="false"><param name=wmode value="transparent"><param name="bgcolor" value="#ffffff">');
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/focus2.swf" wmode="transparent" FlashVars="pics='+pics+'&links='+links+'&texts='+texts+'&borderwidth='+focus_width+'&borderheight='+focus_height+'&textheight='+text_height+'" menu="false" bgcolor="#2B4477" quality="high" width="'+ focus_width +'" height="'+ swf_height +'" allowScriptAccess="sameDomain" type="application/x-shockwave-flash" pluginspage="http://www.macromedia.com/go/getflashplayer" />');		
document.write('</object>');
