function Flash(src) { 
	document.write(src);
}
function moveHeader(isMove) {
		document.getElementById( "botoes" ).style.marginTop = document.body.scrollTop + 'px';
	
	//document.getElementById( "spaceBlue" ).style.height = "0px";
}
function start() {
	moveHeader();
}
