function init(){
	resize();
}

function resize(){
	//window.resizeTo(document.body.offsetWidth,document.body.offsetHeight);
	//window.document.title = document.body.offsetWidth;
	//document.body.offsetWidth = document.body.clientWidth;
	//window.resizeTo(screen.availWidth,screen.availHeight);
	}