function popup(str) {

searchWin =
window.open(str,'popup','scrollbars=no,resizable=no,width=650,height=500,status=no,location=no,toolbar=no');

}