function popUp(path) {
    features = "width=680,height=620,scrollbars=yes,fullscreen=no,toolbar=no,status=no,menubar=no,resizable=no,directories=no,location=no";
	newWindow=window.open(path, 'popup', features);
	newWindow.focus();
}
