/***************************
* @author		Nishino Taiko
* @copyright	Copyright(c) 2009 Nishino Taiko
* @version		0.0.1, Rev.2009-09-22
****************************/

var av;
if( !av ) av = {};

av.put_cr = function()
{
	var now = new Date();
	var obj_div = document.getElementById("js_cr");
	obj_div.innerHTML = "Copyright &copy; 2001-"+now.getFullYear()+" AVRIL Co.,Ltd. All Rights Reserved";
}


function full_screen(to_URL) {
    window.open(to_URL, '', 'fullscreen=yes', 'scrollbars=yes');
}

