// JavaScript Documentfunction openLifeMeasure() {	var viewWidth = screen.availWidth - 0;	var viewHeight = screen.availHeight - 0;win = window.open('fullscreen.html','newwindow','width=' + viewWidth + ',height=' + viewHeight + ',screenX=0,screenY=0,directories=0,fullscreen=1,location=0,menubar=0,scrollbars=0,status=0,toolbar=0');}
