function showMe(s,w,h) {
  window.open(s,"window","width="+w+",height="+h);
}
