var newWin = null;
function newWindow(plink){
 newWin = window.open();
 newWin.location.href = plink
}