function OpenWindow (URL, WinName, Features) {

	window.open(URL, WinName, Features);
	
}

