﻿function OpenNewWindow(Path)
{
	window.open(Path);
	return false;
}


