function popup(URL) {
NewWin=window.open (URL,'Theodorou','resizable=yes,toolbar=no,status=no,scrollbars=yes,width=225,height=180')
;
}