function help() {

	var h = 505;
	var w = 385;

	var t = (screen.height/2)-(h/2);
	var l = (screen.width/2)-(w/2);

	window.open("webcamhelp.php", "helpWindow", "status=0,toolbar=0,location=0,menubar=0,resizable=1,scrollbars=1,height="+h+",width="+w+",top="+t+",left="+l);

}