function Popup(strID) {
window.open(strID, 'Popup', 'height=550,width=620,status=no,location=no,scrollbars=yes,menubars=no,toolbars=no,resizable=no,top='+(screen.height-screen.height+200)/2+',left='+(screen.width-screen.width+30)/2)
}