//ウィンドウオープン

function MM_openBrWindow(theURL,winName,features) { //v2.0
  window.open(theURL,winName,features);
}


function openWindow(clocation, wNo){
	var wName;
	wName="win"+wNo;
	var scriptwin=window.open(clocation, wName, 'width=670, height=670, scrollbars=yes');
}
