function winop(url, name, w, h){
    windop = window.open(url, name, "height="+h+",width="+w+",left="+(screen.width/2-w/2)+",top="+(screen.height/2-h/2));
}