//
	function popUp(url,name,rsize,bars,w,h) {
			poppedWin = window.open(url, name,'resizable=' + rsize + ',scrollbars=' + bars + ',width=' + w + ',height=' + h);
     		poppedWin.focus();
     	}
