// JavaScript Document
function mouseoverstatus(txt) {
                self.status = txt
        }
function mouseoutstatus() {
                self.status = ""
        }

function gotopage($ipage){	 
	document.frm_page.curpg.value = $ipage ;
	document.frm_page.submit();
}
function ajaxgotopage($ipage){
	ajaxtopage('showcomment.php?curpg='+$ipage,'b_showid');
}

function backload(){
	return history.back(-1);
}

