width = screen.width ;
height = screen.height ;
	if (width >= 1024){ 
		if (width >= 1280 && height >= 1024){
			dim = "1280x1024/";
		}else{
			//document.write('1024x768/');
			dim = "1024x768/";
		}
		
	}else{
	    if (width < 1024){ 
			dim = "800x600/";
		}
	}
	document.write('<a href="http://www.visualizedesign.it" target="_blank">');
	document.write('<img src="/images/'+dim+'zoccolo_dx.jpg" alt="Web design powered by Visualize Design" title="Web design powered by Visualize Design" border="0"/>\n');
	document.write('</a>');