
<!--Hide


function tellOthers()   {
      window.open('friends.html', 'Others', 'scrollbars=yes,toolbar=no,location=no,top=0,left=0,width=470,height=420');
	}

function getWeather()   {
      window.open('weather.html', 'Weather', 'scrollbars=yes,toolbar=no,location=no,top=0,left=0,width=640,height=450');
	}
	
function getEvents()   {
      window.open('events.html', 'Events', 'scrollbars=yes,toolbar=no,location=no,top=0,left=0,width=450,height=400');
	}
	
function howFind()   {
      window.open('location.html', 'Location', 'scrollbars=yes,toolbar=no,location=no,top=0,left=0,width=450,height=400');
	}
	
function osiyo()   {
      window.open('osiyo.html', 'OSIYO', 'scrollbars=yes,toolbar=no,location=no,top=0,left=0,width=450,height=420');
	}
	
//End-->