function topWindow(where){
popup = window.open(where,'info','width=460,height=500,toolbars=0,menubar=0,statusbar=0,resizable=1,scrollbars=yes')
;

}
