










var preload=()=>{

	var panos=[
	
		
			
            
			

				
					
						
							
								"//cdn63058920.blazingcdn.net/output-pano/tecnocasa-it/vehne/b706403e-39eb-4345-8783-45464249166c",
							
							
						
									
					
					
				            
				
			

				
					
						
							
								"//cdn63058920.blazingcdn.net/output-pano/tecnocasa-it/vehne/66c57293-1fc4-4fd6-9db5-f3fc81f31053",
							
							
						
									
					
					
				            
				
			

				
					
						
							
								"//cdn63058920.blazingcdn.net/output-pano/tecnocasa-it/vehne/42a67f8a-9dad-4a2a-b23a-ad9b32cb217e",
							
							
						
									
					
					
				            
				
			

				
					
						
							
								"//cdn63058920.blazingcdn.net/output-pano/tecnocasa-it/vehne/eb09317a-596d-458d-9366-355161c34b39",
							
							
						
									
					
					
				            
				
			

				
					
						
							
								"//cdn63058920.blazingcdn.net/output-pano/tecnocasa-it/vehne/8c0300d8-8ea8-4638-a308-f063b0c90a08",
							
							
						
									
					
					
				            
				
			

				
					
						
							
								"//cdn63058920.blazingcdn.net/output-pano/tecnocasa-it/vehne/d07ed728-f36f-4fcf-967b-82954a3afde7",
							
							
						
									
					
					
				            
				
			

				
					
						
							
								"//cdn63058920.blazingcdn.net/output-pano/tecnocasa-it/vehne/82e31786-a506-4869-a892-78453b6690ee",
							
							
						
									
					
					
				            
				
			

				
					
						
							
								"//cdn63058920.blazingcdn.net/output-pano/tecnocasa-it/vehne/1ae598f5-72be-4503-9845-3955bd6e6526",
							
							
						
									
					
					
				            
				
			

				
					
						
							
								"//cdn63058920.blazingcdn.net/output-pano/tecnocasa-it/vehne/61cdc356-cc18-46ce-ae86-633a1610e3ae",
							
							
						
									
					
					
				            
				
			

				
					
						
							
								"//cdn63058920.blazingcdn.net/output-pano/tecnocasa-it/vehne/8b308992-8770-408a-a607-ae488488bff4",
							
							
						
									
					
					
				            
				
			

				
					
						
							
								"//cdn63058920.blazingcdn.net/output-pano/tecnocasa-it/vehne/50054145-7985-427f-a79a-7fc7af90c624",
							
							
						
									
					
					
				            
				
			

				
					
						
							
								"//cdn63058920.blazingcdn.net/output-pano/tecnocasa-it/vehne/27643ce9-04e5-4146-9dfe-bd580afee34b",
							
							
						
									
					
					
				            
				
			

				
					
						
							
								"//cdn63058920.blazingcdn.net/output-pano/tecnocasa-it/vehne/49340735-f8f1-49d7-8381-0e8cebb28220",
							
							
						
									
					
					
				            
				
			

				
					
						
							
								"//cdn63058920.blazingcdn.net/output-pano/tecnocasa-it/vehne/5d08d3b1-803c-4a98-8943-d94f848ec8c6",
							
							
						
									
					
					
				            
				
			

				
					
						
							
								"//cdn63058920.blazingcdn.net/output-pano/tecnocasa-it/vehne/d7f7bc8d-ceb2-4396-8f01-7d2ae3fb3c15",
							
							
						
									
					
					
				            
				
			

				
					
						
							
								"//cdn63058920.blazingcdn.net/output-pano/tecnocasa-it/vehne/fb6dc4cf-c952-4e25-947f-f52dc53505ea",
							
							
						
									
					
					
				            
				
			

				
					
						
							
								"//cdn63058920.blazingcdn.net/output-pano/tecnocasa-it/vehne/26410664-d149-454f-98de-e2a1d1301673",
							
							
						
									
					
					
				            
				
			

				
					
						
							
								"//cdn63058920.blazingcdn.net/output-pano/tecnocasa-it/vehne/4c7463b1-6fda-4812-9f46-805ce640d6f5",
							
							
						
									
					
					
				            
				
			

				
					
						
							
								"//cdn63058920.blazingcdn.net/output-pano/tecnocasa-it/vehne/147affdc-39d9-42a3-ad10-9db7f1a3f84e",
							
							
						
									
					
					
				            
				
			

				
					
						
							
								"//cdn63058920.blazingcdn.net/output-pano/tecnocasa-it/vehne/14e8af81-0b09-47e2-bf13-c55e2abb2037",
							
							
						
									
					
					
				            
				
			

				
					
						
							
								"//cdn63058920.blazingcdn.net/output-pano/tecnocasa-it/vehne/bcb49c5f-ad11-4a2d-8e80-48bdfef63d38",
							
							
						
									
					
					
				            
				
			

				
					
						
							
								"//cdn63058920.blazingcdn.net/output-pano/tecnocasa-it/vehne/3178c999-1299-4a62-8c9f-663aef22ed17",
							
							
						
									
					
					
				            
				
			
	    

	];
	
	
	var i=1;
	var load=(url)=>{
	
		if (i<panos.length)
    	 	{
				 var img=new Image();
		    	 img.src=url;
		    	 img.onload=()=>{
		    	 
		    	 	
		    	 
		    	 		load(panos[++i]);
		    	 
		    	 		
		    	 };
    	 	}
		};

		load(panos[i]);
		
	};
