function G_pop(path,name,features) {
	popWindow = window.open(path,name,features);
	popWindow.focus();
}
