function openwin(url){
var t = "resizable=yes,scrollbars=yes,height=550,width=780";
var help= window.open(url,"winhelp", t);
help.focus();
}