function openCCIWindow( theURL, winName, features )
	{		winHandle = window.open( theURL, winName, features ) ;
	}
