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

