function popup(str) {
        searchWin = window.open(str,'popup','scrollbars=yes,resizable=no,height=450, width=750, status=no,location=no,toolbar=no,left='+(screen.width-750)/',top='+(screen.height-450)/',');
}