function popup1(str) { //v2.0
  searchWin =  window.open(str,'','scrollbars=no,resizable=no,width=530,height=430,screenX=150,left=150,screenY=100,top=100,status=no,location=no,toolbar=no');
}

function popup2(str) { //v2.0
  searchWin =  window.open(str,'','scrollbars=no,resizable=no,width=390,height=350,screenX=150,left=150,screenY=100,top=100,status=no,location=no,toolbar=no');
}