function newWindow(URL,name,details){
window.open(URL,name,details)
}

