function showPicture(PicName,haba,takasa){
		DisplayWindow=window.open('', "DWin", "menubar=no,width="+haba+",height="+takasa+",toolbar=no,location=no,directories=no,status=no,menubar=no,scrollbars=no,favorites=no,resizable=no")
		DisplayWindow.document.write("<html>\n")
		DisplayWindow.document.write("<head>\n")
		DisplayWindow.document.write("<body leftmargin='0' topmargin='0' marginwidth='0' marginheight='0'>\n")		 
		DisplayWindow.document.write("<title>"+"QƉ摜 "+PicName+"</title>\n")
		DisplayWindow.document.write("<img src='" + PicName + "'>\n")
		DisplayWindow.document.write("</body>\n")
		DisplayWindow.document.write("</html>")

	}

function ShowFlash(samplenumber){
		
		var a = samplenumber
	
		switch(a)
		{
			case 1:
				smp=window.open('','sample','menubar=no,width=600,height=300')
			case 2:
				smp=window.open('','sample','menubar=no,width=500,height=400')	
			
		}

			smp.document.write("<html>\n")
			smp.document.write("<head>\n")
			smp.document.write("<meta http-equiv='Content-Type' content='text/html; charset=x-sjis'>\n")
			smp.document.write("</head>\n")
			smp.document.write("<body bgcolor='#000000' text='#FFFFFF' link='#C0C0C0' vlink='#C0C0C0' alink='#C0C0C0'>\n")
		
		switch(a)
		{
			case 1:
				smp.document.write("<object classid='clsid:D27CDB6E-AE6D-11cf-96B8-444553540000' codebase='http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#3,0,0,0' width='600' height='300'>\n")
				smp.document.write("<param name='SRC' value='media/flash/sample001.swf'>\n")
				smp.document.write("<embed src='media/flash/sample001.swf' pluginspage='http://www.macromedia.com/shockwave/download/' type='application/x-shockwave-flash' width='600' height='300'>\n")
		
			case 2:
				smp.document.write("<object classid='clsid:D27CDB6E-AE6D-11cf-96B8-444553540000' codebase='http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#3,0,0,0' width='500' height='400'>\n")
				smp.document.write("<param name='SRC' value='media/flash/sample002.swf'>\n")
				smp.document.write("<embed src='media/flash/sample002.swf' pluginspage='http://www.macromedia.com/shockwave/download/' type='application/x-shockwave-flash' width='500' height='400'>\n")
		}	
		
			smp.document.write("<param name='SRC' value='media/flash/sample001.swf'>\n")
			smp.document.write("<embed src='media/flash/sample001.swf' pluginspage='http://www.macromedia.com/shockwave/download/' type='application/x-shockwave-flash' width='600' height='300'>\n")
			smp.document.write("</embed>\n")
			smp.document.write("</object>\n")
			smp.document.write("</body>\n")
			smp.document.write("</html>\n")
	}