
	var altezza = window.screen.height;
	var larghezza = window.screen.width;
	var bro;
	
	
 browser = (navigator.appName == "Microsoft Internet Explorer");
    if (browser) {
		bro="ie";
	} 
	else {
		bro="";
	}
	
 
	
	document.write('<link  rel="stylesheet"  type="text/css"  href="css/'+bro+'stile.css">');
	
	if ((larghezza == 800) && (altezza == 600))
	{
	/*location.href = "800x600.htm";*/
		if(document.title =='SAGIM S.r.l. - Taglio Laser, Lavorazioni Lamiere e Tubi [Home]')
		{
			alert('Gentile utente, la risoluzione che stà usando non è ottimale per la visualizzazione del nostro sito. Bestview 1024x768 Buona navigazione!');
		}
		else
		{
			alert(filename);	
		}
	
	/*document.write('<link  rel="stylesheet"  type="text/css"  href="css/'+bro+'1024.css">');*/
		 
	}
	else if ((larghezza == 1024) && (altezza == 768))
	{
	 	/*document.write('<link  rel="stylesheet"  type="text/css"  href="css/'+bro+'1024.css">');*/
		 
		 
	}
	else
	{	
		 
		document.write('<link  rel="stylesheet"  type="text/css"  href="css/'+bro+'1280.css">');
	 
	}



 