function OpenComments (c) {
    window.open(c, 'comments', 'width=480,height=520,scrollbars=yes,status=yes');
}
function OpenTrackback (c) {
    window.open(c, 'trackback', 'width=480,height=520,scrollbars=yes,status=yes');
}
var HELPWin=null;
var HELPHref1="";
function HelpWinOpen(HELPHref1,WinNo,W,H){
HELPWin=window.open(HELPHref1,WinNo,'toolbar=0,location=0,directories=0,status=0,menubar=0,scrollbars=1,resizable=1,width='+W+',height='+H+'');
	if(navigator.appVersion.charAt(0)==2){
		HELPWin=window.open(HELPHref1,WinNo,'toolbar=0,location=0,directories=0,status=0,menubar=0,scrollbars=1,resizable=1,width='+W+',height='+H+'');}
		if(navigator.appVersion.charAt(0)>=3){HELPWin.focus()}
	};
function pageback(){ history.back; }
function openThreadMakingForm(){
	if (document.getElementById("open_form").style.display == "block") {
		  document.getElementById("open_form").style.display = "none";
	}
	else {
			document.getElementById("open_form").style.display = "block";
	}
}

