
function directweb(a)
{
	
	
	switch (parseInt(a)){
		
		case 0:
			window.location.href = "index.html"		
			break;
		case 1:
			window.location.href = "index.html"		
			break;
		case 1:
			window.location.href = "index.html"		
			break;
		case 2:
			window.location.href = "products/products.html"		
			break;
		case 3:
			window.location.href = "services.html"		
			break;
		case 4:
			window.location.href = "contact.html"		
			break;
		case 5:
		case 7:
		case 8:
		case 10:
		case 12:
			window.location.href=a;
			break;
		default:
			
	}
	
	
}

