function popup(path)
{
	//window.open(path, "", "width=700,height=500,toolbar=no,location=no,scrolling=yes,directories=no,status=yes,menubar=no,scrollbars=yes,resizable=no");
	window.open(path, "", "width=700,height=500,resizable=no,status=no,scrollbars=yes,menubar=no,location=no");
	return false;
}
