function popUp(URL) {
    if (screen) {
        y=(screen.height-510)/2
		x=(screen.width-430)/2
    }

    window.open(URL,'xxx','scrollbars=yes,width=480,height=570,screenX=10,screenY=10,top=10,left=10');
}


