function alignPage() {
	container = document.getElementById("Container");
	if (window.innerHeight > 590) {
		container.style.marginTop=''+((window.innerHeight-590)/2)+'px';
	} else container.style.marginTop='0px';
}

function sendCommand(command) {
	//tmp = document.getElementById('mainFlash');
	document.galleria.SetVariable('azione', command);
}
function sendCommandToMain(command) {
	//tmp = document.getElementById('mainFlash');
	document.galleria.SetVariable('azione', command);
}

function stopmusic() {
	//parent.audioframe.document.location='audio.php?start=0';
}

function startmusic() {
	//parent.audioframe.document.location='audio.php?start=1';
}
