var disWid = screen.width;
var disHei1 = screen.height;
var disHei = disHei1-100;
function open_fla(){
	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="100%"  height="100%" title="carismajapan">');
	document.write ('<param name="movie" value="open.swf">');
	document.write ('<param name="quality" value="high">');
	document.write ('<param name="scale" value="showAll">');
	document.write ('<embed src="open.swf" quality="high" pluginspage="http://www.macromedia.com/go/getflashplayer" type="application/x-shockwave-flash" scale="showAll" salign="t" width="100%"  height="100%">');
	document.write ('</embed>');
	document.write ('</object>');
}

function open_kirara(){
var option = "scrollbars=yes,resizable=yes,toolbar=no,location=no,status=no,menubar=no,width=830,";
option += "height=" +disHei,"top=0,left=0";
var win1 = window.open('./event/kirara.html','newwin1',option);
}

function open_ball(){
var event = window.open('./event/ball/ball.html','event','scrollbars=yes,resizable=no,toolbar=no,location=no,status=no,menubar=no,width=580px,height=730px,top=0,left=0,');
}

function ball(){
	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="560" height="710">');
	document.write ('<param name="movie" value="ball.swf" />');
	document.write ('<param name="quality" value="high" />');
	document.write ('<embed src="ball.swf" quality="high" pluginspage="http://www.macromedia.com/go/getflashplayer" type="application/x-shockwave-flash" width="560" height="710">');
	document.write ('</embed>');
	document.write ('</object>');
}
