function popup(url, name, width, height, x, y) {	settings="toolbar=no, location=no, directories=no, status=no, menubar=no, scrollbars=no, resizable=no, left="+x+", top="+y+", screenX="+x+", screenY="+y+", width="+width+", height="+height;		NewWindow=window.open(url,name,settings);}function printpage() {	window.print();  }