 
		var altezza = window.screen.height;
		var larghezza = window.screen.width;
						
			
		if ((larghezza == 800) && (altezza == 600))
		{

			document.write('<img src="http://www.computerstreet.it/img/bar.png"  height="10"    width="760">');
							  
							
		}
		else
		{	
			document.write('<img src="http://www.computerstreet.it/img/bar.png" height="10"    width="797">');
						
		}
 	
	
		document.write('</div><div id="developed">Sviluppato da ComputerStreet - Via Olevano 4D - 27100 Pavia - Cell. 3293970719, P.iva: 02291550180, loghi e marchi riportati nel sito sono dei legittimi proprietari. <br> BestView 1024x768 with IE7 or Firefox 3.0 Year 2008 </div>');