//-----------popop----------------

function openWindow(URL,w,h) {

  window.open(URL,"popop","width=" + w + ",height=" + h + ", scrollbars=yes, resizeable=no");
  
}
