function openit(top,left) {	
      var params = 'status=1,height=350,left=' + left + ',top=' + top + ',width=500,resizable=1';
      var win = window.open('moosa.html',  'myWindow', params);
      win.focus();
}


