function ImpostaFontSize(dimensione)
  {
	  document.getElementById('container').style.fontSize = dimensione;
  }

//window.onload = function preview(){
//	window.open(location.href);
//}

function aggiungi(){
	
	document.getElementById("cssPrint").setAttribute('href','../../css/stampante.css');
	document.getElementById("cssPrint").setAttribute('rel','stylesheet');
	document.getElementById("cssPrint").setAttribute('type','text/css');
	document.getElementById("cssPrint").setAttribute('media','screen,print');
	document.getElementById("cssOriginal").removeAttribute('href');
	window.print();
	window.open(location.href);
	
	
}