	function bigWindow(url) {
		window.open(url,'newwindow','width='+(screen.width - 20)+',height='+(screen.height - 50)+',screenX=0,screenY=0,directories=0,fullscreen=0,location=0,menubar=0,scrollbars=0,status=0,toolbar=0')
	}