function OpenWindow(URL,WindowName,features) 
	{ //v2.0
	window.open(URL,WindowName,features);
	}
