// JavaScript Document
function newwindow(path, title, prop) {
  window.open(path,title,prop); 
}
