function Info_Open(ThisURL,WinName,Features)
{
	window.open(ThisURL,WinName,Features);
	return;
}
