// JavaScript Document

function resolution()
{
	document.getElementById("diaporama").style.width = screen.width+'px';
}
