/* ===================================================================
JS information

 file name  :common.js
 info       :‰æ–Ê‹¤’ÊJavaScript
 
=================================================================== */

/*----------------------------------------------------
	#online-demo mainte::LinkChange
----------------------------------------------------*/

function common001() {
	var swvalue="0";
	if (swvalue=="0") {targetvalue="/dsweb/mainserv?_PROCID=INIT";}else{targetvalue="/product/test.html"}
	window.open("http://datastudio.jp" + targetvalue);
}

/*----------------------------------------------------
	#newstopic mainte::DisplayChange
----------------------------------------------------*/

function common002(nmvalue) {
	var nmvalue=document.getElementById(nmvalue);
	if (nmvalue.style.display=="" || nmvalue.style.display=="none"){nmvalue.style.display = 'block';}
	                                                          else {nmvalue.style.display = 'none';}
}
