function popUp(url) {
			newPopUp=window.open(url,'','width=450,height=280,screenX=100,screenY=50,top=50,left=100,resizable=0,scrollbars=0');
			}

