function off() {
	window.location.href="off.php";
}
function on() {
	var y_body = document.getElementById("x_body");
	var y_div = document.getElementById("x_div");;
	var y_button = document.getElementById("x_button");;
	y_body.className="body";
	y_div.className="con_210";
	y_button.className="con_230";
	
}
function flash() {
document.write('<object classid="clsid:d27cdb6e-ae6d-11cf-96b8-444553540000" codebase="http://fpdownload.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,0,0" width="2500" height="2000" id="on" align="middle">');
document.write('<param name="allowScriptAccess" value="sameDomain" />');
document.write('<param name="movie" value="flash/on.swf" />');
document.write('<param name="quality" value="high" />');
document.write('<param name="bgcolor" value="#ffffff" />');
document.write('<embed src="flash/on.swf" quality="high" bgcolor="#ffffff" width="2500" height="2000" name="on" align="middle" allowScriptAccess="sameDomain" type="application/x-shockwave-flash" pluginspage="http://www.macromedia.com/go/getflashplayer" />');
document.write('</object>');
}

