// JavaScript Document

function winClose() {
	window.close();
}

function winOpen(url,w,h) {
	var win = window.open(url , "newwindow" , "width=" + w + ",height=" + h);
	win.focus();
}
function view_flash() {
		document.write('<object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,29,0" width="800" height="350">');
		document.write('<param name="movie" value="img/en_index/topfrashen.swf" />');
		document.write('<param name="quality" value="high" />');
		document.write('<PARAM NAME="scale" VALUE="noscale" />');
		document.write('<PARAM NAME="salign" VALUE="lt" />');
		document.write('<embed src="img/en_index/topfrashen.swf" quality="high" pluginspage="http://www.macromedia.com/go/getflashplayer" type="application/x-shockwave-flash" width="800" height="350" scale="noscale" salign="lt"></embed>');
		document.write('</object>');
}
function view_flash_ja() {
		document.write('<object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,29,0" width="800" height="350">');
		document.write('<param name="movie" value="img/index/topfrash.swf" />');
		document.write('<param name="quality" value="high" />');
		document.write('<PARAM NAME="scale" VALUE="noscale" />');
		document.write('<PARAM NAME="salign" VALUE="lt" />');
		document.write('<embed src="img/index/topfrash.swf" quality="high" pluginspage="http://www.macromedia.com/go/getflashplayer" type="application/x-shockwave-flash" width="800" height="350" scale="noscale" salign="lt"></embed>');
		document.write('</object>');
}
function view_flash_ch() {
		document.write('<object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,29,0" width="800" height="350">');
		document.write('<param name="movie" value="img/ch_index/topfrashch.swf" />');
		document.write('<param name="quality" value="high" />');
		document.write('<PARAM NAME="scale" VALUE="noscale" />');
		document.write('<PARAM NAME="salign" VALUE="lt" />');
		document.write('<embed src="img/ch_index/topfrashch.swf" quality="high" pluginspage="http://www.macromedia.com/go/getflashplayer" type="application/x-shockwave-flash" width="800" height="350" scale="noscale" salign="lt"></embed>');
		document.write('</object>');
}

function acc(){
	document.write("<img src='http://www.ned-sensor.co.jp/acc/acclog.cgi?");
	document.write("referrer="+document.referrer+"&");
	document.write("width="+screen.width+"&");
	document.write("height="+screen.height+"&");
	document.write("color="+screen.colorDepth+"'>");
}
