function wo(link,name,h,w,mode){
  if (mode == undefined) mode = "status=yes,toolbar=yes,menubar=yes,location=yes,resizable=yes";
  window.open(link,name,"height="+h+",width="+w+","+mode);
  return false;
}
