function openNest(FairyID)
	{
      var targeturl="../FairySpace/SpaceFrame/FairyNest.aspx?FairyID="+FairyID;
      var width=screen.availWidth;
      var height=screen.availHeight;    
      var newwin=window.open("","",'width=' + (width-10) + ',height=' + (height-35) + ',left=0,top=0,menubar=no,toolbar=no,location=no,status=no,scrollbars=no,resizable=no');
	  newwin.location=targeturl;
	}