function MM_openBrWindow(theURL,winName,features) { //v2.0
  window.open(theURL,winName,features);
}
function p_year(){
	MM_openBrWindow('p_year.html','op','status=yes,width=530,height=560');
}
function p_party(){
	MM_openBrWindow('p_party.html','op','status=yes,width=530,height=660');
}
function p_print(){
	MM_openBrWindow('p_print.html','op','status=yes,scrollbars=yes,width=530,height=650');
}

//Loooooooooooooooooooooooooog
function wrtDate(par){
	buf = escape(parent.document.referrer);
	ref = "";
	for (i = 0; i < buf.length; i++) {
		str = buf.charAt(i);
		ref += (str == "+") ? "%2B" : str;
	}
	scr = screen.width+","+screen.height+","+screen.colorDepth;

	document.write('<IMG SRC="http://www.webfactory-japan.com/cgi-bin/acc/fcount.cgi?LOG=' + par + '&DIGIT=5&REF=',ref,'&SCR=',scr,'" width="1" height="1">');
}