function newWindow(newContent)
 {
  winContent=window.open(newContent, 'nextWin', 'right=0, top=20,width=875,height=600, toolbar=yes,scrollbars=yes, resizable=yes')         
 }

function newWindow2(newContent)
 {
  winContent=window.open(newContent, 'nextWin', 'right=0, top=20,width=600,height=600, toolbar=yes,scrollbars=yes, resizable=yes')         
 }

function gameWindow(newContent2)
 {
  winContent2=window.open(newContent2, 'nextWin', 'right=0, top=20,width=700,height=560, toolbar=no,scrollbars=no, resizable=no')         
 }


function videoWindow(newContent3)
 {
  winContent=window.open(newContent3, 'nextWin', 'right=0, top=20,width=491,height=400, toolbar=no,scrollbars=no, resizable=no')         
 }

function musicWindow(newContent4)
 {
  winContent=window.open(newContent4, 'nextWin', 'right=0, top=20,width=300,height=75, toolbar=no,scrollbars=no, resizable=no')         
 }

function footballLogoWindow(newContent4)
 {
  winContent=window.open(newContent4, 'nextWin', 'right=0, top=20,width=200,height=200, toolbar=no,scrollbars=no, resizable=no')         
 }