function SetHover(obj,rgbcode) { obj.style.color=rgbcode; obj.style.textDecorationUnderline=true; } function SetNone(obj,rgbcode) { obj.style.color=rgbcode; obj.style.textDecorationUnderline=false; } function ShowMenu(tid) { } /*function ShowImage(img_url, width, height) { width = width + 6; height = height + 32; var url = "http://www.xtoc.com/bbs/bbs_image_view.html?imgurl="+img_url; showModalDialog(url,"","dialogWidth:"+width+"px;dialogHeight:"+height+"px;status:no;help:no;center;self-close:no;scroll:y;" ); }*/ function bImgShow(bimg) { if(document.all) { umenu.style.posLeft = event.clientX+2; umenu.style.posTop = event.clientY+document.body.scrollTop+3; umenu.innerHTML = "
"; } } function HideMenu() { if(document.all && window.event.srcElement.tagName != "A") { umenu.innerHTML=""; } } document.write(""); document.body.onclick=HideMenu;