function GetScreen()   
{   
  var   win_width= screen.availWidth;      //宽度   
  var   win_height= screen.availHeight;  //高度   
}