/********************************************************************
 * TM Ascensori srl	http://tmascensorisrl.it/
 * 
 * grazie ad html.it
 * negatyve@libero.it
 *******************************************************************/

 

function riempi() { 
	if (window.screen) { 
		var w = screen.availWidth; 
		var h = screen.availHeight; 
		window.moveTo(0, 0); 
		window.resizeTo(w, h); 
	} 
} 

function lancia() {

var width= screen.width-58;
var height = screen.height-55;
popup=window.open("frames.html","popup","width="+width+",status=no,toolbar=yes,border=0,resizable=yes,scroll bars=no,top=0,left=0,height="+height);
}

		
function preferiti(){
	var url="http://www.tmascensorisrl.it/" 
	var titolo="TM Ascensori srl" 
	if (document.all) {
		window.external.AddFavorite(url,titolo);
	}
} 

function paginaIniziale() {
	document.body.style.behavior='url(#default#homepage)';
	document.body.setHomePage('http://www.tmascensorisrl/');
}
