// くらげさん水槽用外部jsファイル
// 2006/06/28
function run_kurage()
{
	document.write("<object classid=\"clsid:166B1BCA-3F9C-11CF-8075-444553540000\" codebase=\"http://download.macromedia.com/pub/shockwave/cabs/director/sw.cab#version=8,5,0,0\" ID=kuragenew02 width=200 height=150>\n");
	document.write("<param name=src value=\"kuragenew02.dcr\">\n");
	document.write("<param name=swRemote value=\"swSaveEnabled='false' swVolume='false' swRestart='false' swPausePlay='false' swFastForward='false' swContextMenu='true' \">\n");
	document.write("<param name=swStretchStyle value=none>\n");
	document.write("<PARAM NAME=bgColor VALUE=#0000CC> \n");
	document.write("<param name=swInstallType value=full>\n");
	document.write("<embed src=\"kuragenew02.dcr\" bgColor=#0000CC  width=200 height=150 swRemote=\"swSaveEnabled='false' swVolume='false' swRestart='false' swPausePlay='false' swFastForward='false' swContextMenu='true' \" swStretchStyle=none type=\"application/x-director\" pluginspage=\"http://www.macromedia.com/shockwave/download/download.cgi?P1_Prod_Version=ShockwaveFull\"></embed>\n");
	document.write("</object>\n");
}
