  var freshwin;
  function vid(url){
  freshwin=window.open(url,'name','toolbar=no, location=no, directories=no, status=yes, menubar=yes, scrollbars=yes, resizable=no, copyhistory=no, width=670, height=420,screenX=125,screenY=50 ')
  	if (window.focus) {newwindow.focus()}
}
  var freshwind;
  function face(url){
  freshwin=window.open(url,'name','toolbar=no, location=no, directories=no, status=yes, menubar=yes, scrollbars=yes, resizable=no, copyhistory=no, width=800, height=630,screenX=125,screenY=50 ')
  	if (window.focus) {newwindow.focus()}
}

  var subwind;
  function sub(url){
  freshwin=window.open(url,'name','toolbar=no, location=no, directories=no, status=yes, menubar=yes, scrollbars=yes, resizable=no, copyhistory=no, width=300, height=10,screenX=125,screenY=50 ')
  	if (window.focus) {newwindow.focus()}
}

  var playwind;
  function play(url){
  playwind=window.open(url,'name','toolbar=no, location=no, directories=no, status=yes, menubar=yes, scrollbars=yes, resizable=no, copyhistory=no, width=300, height=250,screenX=125,screenY=50 ')
  	if (window.focus) {newwindow.focus()}
}

 var lyrwind;
  function lyrics(url){
  lyrwind=window.open(url,'name','toolbar=no, location=no, directories=no, status=yes, menubar=yes, scrollbars=yes, resizable=no, copyhistory=no, width=450, height=350,screenX=125,screenY=50 ')
  	if (window.focus) {newwindow.focus()}
}

