function linkto_now(loc) {
	window.location=loc;
}

function float_in() {
	menu_start();
    animationready();
}

function menu_start() {
    menu_in('menu1',699-15,10+10);
	menu_in('menu2',704-15,47+10);
	menu_in('menu3',698-15,84+10);
	menu_in('menu4',703-15,121+10);
	menu_in('menu5',696-15,158+10);
	menu_in('menu6',702-15,195+10);
}

function menu_in(menu,x,y) {
    rnd=Math.floor(Math.random()*30 - (-30) + 1) - 30;
	document.getElementById(menu).style['left'] = x-20+rnd+'px';
    document.getElementById(menu).style['top'] = y-5+'px';
	animation_ready=1;
}
