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