function newWindow(url,name,features){
var newWin = window.open(url,name,features);
}