// JavaScript Document

/* glovNaviparam
============================================================*/

function naviTextChange(value){
	commentArray = new Array();
	commentArray[0] ="ここに説明が入ります。";
	commentArray[1] ="ここに説明が入ります。";
	commentArray[2] ="ここに説明が入ります。";
	commentArray[3] ="ここに説明が入ります。";
	commentArray[4] ="ここに説明が入ります。";
	commentArray[5] ="ここに説明が入ります。";
	document.getElementById("glovNaviComment").innerHTML = commentArray[Number(value) -1];
}

function RunFlash()
{
	document.write('<object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=7,0,19,0" width="1030" height="318">\n');
	document.write('<param name="movie" value="http://www.nigaoe-shop.com/img/swf/main.swf" />\n');
	document.write('<param name="quality" value="high">\n');
	document.write('<param name="wmode" value="opaque">\n');
	document.write('<embed src="http://www.nigaoe-shop.com/img/swf/main.swf" quality="high" pluginspage="http://www.macromedia.com/go/getflashplayer" type="application/x-shockwave-flash" width="1030" height="318"></embed>\n');
	document.write('</object>\n');
}

function MM_openBrWindow(theURL,winName,features) { //v2.0
  window.open(theURL,winName,features);
}




