<!--
function desc(name){
  var hig = window.screen.height 
  var wid = window.screen.width    
  game=window.open (name,"","height= " + hig + ",width= " + wid + ",resizable=no,location=no,status=no,menubar=no,scrollbars=yes,toolbar=no,screenX=0,screenY=0,left=0,top=0")
  }	
//-->
