function phone(url) {
  wndw=open(url,'phone','width=350,height=340,scrollbars=no');
  wndw.focus();
}
