function popup_colm(colm_id){
		var path ="situke_colm_detail.php?colm_id="+colm_id;
		w = 350
		h = 500
		x = (screen.width - w)/2;
		y = (screen.height - h)/2;
		window.open(path,"コラム内容","left="+x+",top="+y+",width="+w+",height="+h, sclorling="auto", resizable="yes");
	}
	function popup_opinion(){
		var path ="opinion.php";
		w = 760
		h = 505
		x = (screen.width - w)/2;
		y = (screen.height - h)/2;
		window.open(path,"コラム内容","left="+x+",top="+y+",width="+w+",height="+h, sclorling="auto", resizable="yes");
	}

function MM_openBrWindow(theURL,winName,features) { //v2.0
  window.open(theURL,winName,features);
}

function MM_openWindow(theURL,winName,features) { //v2.0
  window.open(theURL,winName,features);
}
function winopen_t3(theURL,winName,features) { //v2.0
  window.open(theURL,winName,features);
	return false;
}
