
function openUrlInWindow(url, label) {
  window.open(url,label,'left=100,top=20,width=800,height=600,toolbar=0,resizable=1,location=0,status=0,directories=0,menubar=0');
}