/************************************************
Opens a new browser window with options
*************************************************/
function uc_openWin(theURL,winName,features) {
	window.open(theURL,winName,features);
}
