/*-------------------------------
	アクセス解析タグ出力
-------------------------------*/
function ac1(id) {
		document.write("<img src=\"analysis/save.cgi?id=", id ,"&amp;scr=", screen.width, "x", screen.height, "x", screen.colorDepth, "&amp;ref=", escape(document.referrer), "\" width=\"1\" height=\"1\">"); 
}
function ac2(id) {
	document.write("<img src=\"http://www.kenroku-web.com/analysis/save.cgi?id=", id ,"&amp;scr=", screen.width, "x", screen.height, "x", screen.colorDepth, "&amp;ref=", escape(document.referrer), "\" width=\"1\" height=\"1\">"); 
}


/*-------------------------------
	WINDOW OPEN
-------------------------------*/
function win_open(theURL,winName,features) {
	window.open(theURL,winName,features);
}
