	var altezza = window.screen.height;
	var larghezza = window.screen.width;
	var bro;
	
	
	browser = (navigator.appName == "Microsoft Internet Explorer");
		
	if (browser) {
		bro="ie";
	} 
	else {
		bro="";
	}
	


	
	
	

	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. Bestwiev 1024x768 Buona navigazione!');
			}
			else
			{
				alert(filename);	
			}
		*/
		document.write('<link  rel="stylesheet"  type="text/css"  href="http://www.computerstreet.it/css/'+bro+'800style.css">');
		 
	}
	else if ((larghezza == 1024) && (altezza == 768))
	{
	 	document.write('<link  rel="stylesheet"  type="text/css"  href="http://www.computerstreet.it/css/'+bro+'1024style.css">');
		 
		 
	}
	else
	{	
		document.write('<link  rel="stylesheet"  type="text/css"  href="http://www.computerstreet.it/css/'+bro+'style.css">');
	}
 
 
	if (document.location == "http://www.computerstreet.it/")
	{
		url = "http://www.computerstreet.it/index.asp?view=" + larghezza + "x" + altezza
		
		
		
		document.location = url
		
	}


	
