﻿
function Pop(url) {
  window.open(url,'name','menubar=no,width=500, top=0, left=0, height=550,toolbar=yes ,scrollbars=yes,resizable=yes');
}