// JavaScript Document
document.write('<div  id="maokeydiv4">');
document.writeln("<table border=\"0\" cellspacing=\"0\" cellpadding=\"0\">");
document.writeln("  <tr>");
document.writeln("    <td height=\"16\" colspan=\"3\" style=\"padding-right:10px;\" align=\"right\" background=\"video\/top.jpg\"><img  onclick=\"ReSize4()\" style=\" cursor:hand\" src=\"video\/close.jpg\" width=\"28\" height=\"16\" \/><\/td>");
document.writeln("  <\/tr>");
document.writeln("  <tr>");
document.writeln("    <td width=\"15\"><img src=\"video\/left.jpg\" width=\"15\" height=\"308\" \/><\/td>");
document.writeln("    <td width=\"467\" valign=\"top\"><table width=\"467\" border=\"0\" cellspacing=\"0\" cellpadding=\"0\">");
document.writeln("      <tr>");
document.writeln("        <td bgcolor=\"#010101\"><iframe scrolling=\"no\" name=\"pp\"  src=\"paly.asp\" width=\"100%\" height=\"308\" frameborder=\"0\" ><\/iframe><\/td>");
document.writeln("        <td width=\"7\" bgcolor=\"#333333\"><img onclick=\"l();\" alt=\"打开\/关闭列表\" style=\"cursor:hand\" id=\"ls\" src=\"video\/mm.jpg\" width=\"7\" height=\"308\" \/><\/td>");
document.writeln("        <td id=\"list\" width=\"122\" bgcolor=\"#333333\"><iframe scrolling=\"auto\"  src=\"video_list.asp\" width=\"100%\" height=\"308\" frameborder=\"0\" ><\/iframe><\/td>");
document.writeln("      <\/tr>");
document.writeln("    <\/table><\/td>");
document.writeln("    <td width=\"16\"><img src=\"video\/right.jpg\" width=\"16\" height=\"308\" \/><\/td>");
document.writeln("  <\/tr>");
document.writeln("  <tr>");
document.writeln("    <td colspan=\"3\"><img src=\"video\/foot.jpg\" width=\"498\" height=\"61\" \/><\/td>");
document.writeln("  <\/tr>");
document.writeln("<\/table>")
document.write('</div>');
function l(){
     if (document.getElementById("list").style.display=="none"){
		 document.all.ls.src= 'video/mm.jpg';
          document.all("list").style.display=""
     }
     else{
		    document.all.ls.src= 'video/mm1.jpg';
          document.all("list").style.display="none"
     }
}
maokeydiv4.style.position = "absolute";
maokeydiv4.style.bottom = 0;
maokeydiv4.style.width = 240;
maokeydiv4.style.heigh = 380;
maokeydiv4.style.right = 2;
function TimeExec4()
{
	maokeydiv4.style.top = document.body.scrollTop + document.body.offsetHeight - maokeydiv4.style.heigh - 4;
}
setInterval("TimeExec4()",100);

function ReSize4()
{
	maokeydiv4.style.heigh = ( maokeydiv4.style.heigh == 380 ) ? 15 : 380;
	maokeyimg4.src = ( maokeyimg4.src == "images/mn_tit_n.gif" ) ? "images/mn_tit_r.gif" : "images/mn_tit_n.gif";
	document.all("maokeyiiframe4").height = ( document.all("maokeyiiframe4").height == 380 ) ? 0 : 380;
}