function popup(str) {

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

}