function openPopupWindow(theURL, winName, features) { 		
	window.open(theURL,winName,features+",scrollbars=1");
}
