function PopUp(URL, Name, w, h) { 
window.open(URL, Name, 'height='+h+',width='+w+',top='+(screen.height-h)/2+',left='+(screen.width-w)/2+',resizable=yes,toolbar=no,menubar=no,location=no,scrollbars=yes,status=yes' ) 
}