function openW(wURL,wName,wfeatures)
	{
		window.open(wURL,wName,wfeatures);
	}