function openwin(path){
window.open(path,"","width=550,height=480,top=40,left=120,resizable=yes,scrollbars=yes,status=no,toolbar=no,menubar=no,location=no");
}