//document.write("<META http-equiv=Content-Type content=\"text/html; charset=gb2312\">");
document.write("<TABLE style=\"MARGIN-TOP: 2px\" cellSpacing=0 cellPadding=0 width=760 ");
document.write("align=center border=0>");
document.write("  <TBODY>");
document.write("  <TR>");
document.write("      <TD align=middle width=175 height=5 bgcolor=\"#A9DB00\" colspan=2><img src=\"/img/top_img.jpg\"/></td>");
document.write("  </TR>");
document.write("  <TR>");
document.write("      <TD align=middle width=175 height=70><a href=\"http://www.bjzikao.com/\" target=\"_blank\"><img src=\"/img/logo.jpg\" border=\"0\"></a></TD>");
document.write("      <TD align=middle align=center width=577><object classid=\"clsid:D27CDB6E-AE6D-11cf-96B8-444553540000\" codebase=\"http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,29,0\" width=\"468\" height=\"60\">");
document.write("        <param name=\"movie\" value=\"/images/10100.swf\">");
document.write("        <param name=\"quality\" value=\"high\">");
document.write("        <embed src=\"/images/10100.swf\" quality=\"high\" pluginspage=\"http://www.macromedia.com/go/getflashplayer\" type=\"application/x-shockwave-flash\" width=\"468\" height=\"60\"></embed>");
document.write("      </object></TD>");
document.write("      <tr><TD width=175 height=30 align=\"center\" align=center><Font style=\"cursor:hand \" onClick=\"window.open(\'/SelectClass/SelectrC/SopResShow.asp\',\'\',\'width=700,height=500\');\">");
document.write("	  <img src=/img/shopping-cart.jpg />")
document.write("	  </Font></TD><TD>");
document.write("	  <TABLE cellSpacing=0 cellPadding=0 width=577 height=26 background=/img/nav_bgimg.gif align=center border=0 >");
document.write("  	  <TD align=center>");
document.write("  	  <a href=\"/default.asp\"><font color=\"\">远程教育频道首页</font></a> <FONT color=#>|</FONT> <a href=\"/SelectClass/iPageFile/NAV-001/NAV-001-AYS7X/NAV-001-AYS7X-GJVIA/index.htm\"><font color=\"CC0000\">课程列表</font></a> <FONT color=#>|</FONT> ");
document.write("          <a href=\"/info.htm\" target=\"_blank\"><font color=\"\">课程介绍 </font></a><FONT color=#>|</FONT> ");
document.write("          <a href=\"/more.asp\"><font color=\"\">最新公告</font></a><FONT color=#>|</FONT> <a href=\"/help.asp#3\"><font color=\"\">客户服务</font></a> <FONT color=#> |</FONT> ");
document.write("      <a href=\"/help.asp\"><font color=\"\">常见问题</font></a> <FONT color=#>|</FONT> <a href=\"/SelectClass/hotclass.asp\" target=\"_blank\"><font color=\"CC0000\">在线报名VIP保过班</font></a>");
document.write("	  </TD></TABLE>");
document.write("	  </TD></TR></TBODY></TABLE>");
document.write('<DIV id=img style="POSITION: absolute">');
document.write('<img src="/img/shoppr.GIF" style="cursor:hand;" onclick="window.open(\'/SelectClass/SelectrC/SopResShow.asp\',\'\',\'width=700,height=500\');" >');
document.write('</DIV>');
var xPos=20;
var yPos=document.body.clientHeight;
var step=2;
var delay=40;
var height=0;
var Hoffset=0;
var Woffset=0;
var yon=0;
var xon=0;
var pause=true;
var interval;img.style.top=yPos;
function changePos(){
	width=document.body.clientWidth;height=document.body.clientHeight;
	Hoffset=img.offsetHeight;
	Woffset=img.offsetWidth;
	img.style.left=xPos+document.body.scrollLeft;
	img.style.top=yPos+document.body.scrollTop;
	if(yon){
		yPos=yPos+step;
	}else{
		yPos=yPos-step;
	}
	if(yPos<0){
		yon=1;yPos=0;
	}
	if(yPos>=(height-Hoffset)){
		yon=0;
		yPos=(height-Hoffset);
	}
	if(xon){
		xPos=xPos+step;
	}else{
		xPos=xPos-step;
	}
	if(xPos<0){
		xon=1;
		xPos=0;
	}
	if(xPos>=(width-Woffset)){
		xon=0;
		xPos=(width-Woffset);
	}
}
function start(){
	img.visibility='visible';
	interval=setInterval('changePos()',delay)
}
start();


