 function changeIt(newLoc)  
{
      location.href=newLoc
}
function newWindow(newContent)
 {
  winContent = window.open(newContent, 'nextWin', 'fullscreen=yes, scrollbars=auto')        
 }
function newWindow3(newContent)
 {
  winContent = window.open(newContent, 'nextWin', 'left=10, top=10,width=1000,height=800, toolbar=yes,scrollbars=yes, resizable=yes')         
 }