function openWindow(url,w,h,t,l){
  window.open(url, "_blank", "toolbar=no, location=no, directories=no, status=no, menubar=no, scrollbars=yes, resizable=no, copyhistory=no, width="+w+" ,height="+h+" ,top="+t+" ,left="+l);
}

