// JScript 文件 //分别是关闭,最小化,最大化 function showDiv(innerCall) { document.getElementById('PcPoPmarket').style.height = 201 + 'px'; document.getElementById('showvod').style.display = 'none'; document.getElementById('hidevod').style.display = 'block'; } function hideDiv(innerCall) { if (document.getElementById('PcPoPmarket') == null) return; document.getElementById('PcPoPmarket').style.height = 29 + 'px'; document.getElementById('hidevod').style.display = 'none'; document.getElementById('showvod').style.display = 'block'; } var s = ""; var url = "www.wjdhcms.com"; //链接 try { //以下是为了兼容 xhtml1.0 和 html4两种情况 / ie6 ie7 ff 的兼容用hack document.compatMode && document.compatMode != 'BackCompat' s += ('
'); s += ('
'); s += (""); s += ('
'); document.write(s); //document.getElementById('tmpAreaLmtDiv').innerHTML = s; //setTimeout('hideDiv(true);', 1000); } catch (err) { } showDiv(true);