function popitup() {
	newwindow=window.open('http://192.8.110.45/cascanner/','name','height=540,width=725');
	if (window.focus) {newwindow.focus()}
	return false;
}

