function popupWin(urlS,widthS,heightS) {
	window.open(urlS,'Kit',	config='WIDTH=' + widthS + ',HEIGHT=' + heightS + ',LEFT=450,SCREENX=450,TOP=0,SCREENY=0,menubar=yes,resizable=yes,scrollbars=yes');
}
