声明:本站所提供的资料、图片、只应用在合法的香港六合彩探讨,不适用于外围博彩和使用。
站点制作及维护,最佳效果请用IE6.0以上1280×800浏览。
如因本站信息所引起的所有民事诉讼均与本站无关。
var ifcheck = true;
var fid = '9';
var myshortcut = "";
function show_detail(pid_s, pid_e, tid)
{
++pid_s;
my_link = 'gg_link' + tid;
if(0==pid_e)
{
document.getElementById(my_link).innerHTML="此贴已没有更多回复";
}
for(i=pid_s;i<=pid_e;i++)
{
my_id = 'gg_sign|'+ tid + '|' + i;
if(document.getElementById(my_id).style.display=='none')
{
document.getElementById(my_id).style.display = 'block';
document.getElementById(my_link).innerHTML="隐藏回复";
}
else
{
document.getElementById(my_id).style.display = 'none';
document.getElementById(my_link).innerHTML="显示回复";
}
}
}
function tz()
{
window.location.href="register.php";
}
function CheckAll(form){
for(var i=0;i 1){
document.onkeydown=function(e){
var e = is_ie ? window.event : e;
var tagname = is_ie ? e.srcElement.tagName : e.target.tagName;
if(tagname == 'INPUT' || tagname == 'TEXTAREA'){
return;
}
actualCode = e.keyCode ? e.keyCode : e.charCode;
if(actualCode == 39 && page1){
window.location = 'index.php?fid=9&search=&page=' + (page-1);
}
}
}
 |