
//var win = null;
function sample(url) {
  window.open(url, "Sample", "scrollbars=yes, resizable=yes, width=650, height=500, left=50, top=10");
}
