function openwin(path)
{
	window.open(path, "_blank", "menubar=no,scrollbars=no,resizable=no, width=850, height=600");
}

