function openWin(url,winName,features) {
	window.open(url,winName,features);
}