var topicWindow = null;function openwin(topicURL, topicWinParams) 	{	if (topicWindow != null)	{		if(!topicWindow.closed)			topicWindow.close();			}	topicWindow = window.open(topicURL,"",topicWinParams);	topicWindow.focus();	}