function BW_reload() {location.reload();}

function fullScreen(theURL)
        {
		   window.open(theURL,'','width='+(screen.width - 10)+',height='+(screen.height - 200)+',screenX=0,screenY=0,top=0,left=0,resizable=1,directories=0,location=1,menubar=1,scrollbars=1,status=1,toolbar=1');
        }
		