function Open(path)
{
	window.open(path, '_blank',"width=640,height=350,toolbar=no,scrollbars=yes")
}

