function openWin(wind,w,h){
    window.open(wind,null,"height="+h+",width="+w+",status=no,toolbar=no,menubar=no,location=no");
}