jsonFiles[2] = [
    {//0
        "x": -600, 
        "y": 120, 
        "opacity": 75, 
        "c_radius": 5, 
        "relate": "Logo", 
		"fixed": true, 
        "vertical": 0
    }, 
    
   
   
    
    {//1
        "x": 600, 
        "y": 60, 
        "opacity": 20, //
        "c_radius": 5, 
        "relate": false, 
        "vertical": 0,
        "Knot": [
            {
                "point": 0, 
                "opacity": 70
            }
        ]
        
    }, 
    {//2 About as
        "x": 290, 
        "y": 250, 
        "opacity": 20, // 
        "c_radius": 5, 
        "relate": "NavAbout", 
        "fixed": true, 
        "vertical": 0,
        "Knot": [
            {
                "point": 0, 
                "opacity": 20
            }
        ]
    }, 
    {//3
        "x": -470, 
        "y": 420, 
        "opacity": 20, 
        "c_radius": 5, 
        "relate": "", //NavNews
        "fixed": true, 
        "vertical": 0,
        "Knot": [
            {
                "point": 0, 
                "opacity": 75
            }
        ]
    }, 
    {//4
        "x": -650, 
        "y": 600, 
        "opacity": 75, 
        "c_radius": 3, 
        "relate": false, 
        "vertical": 1
        
    }, 
    {//5
        "x": -230, 
        "y": 900, 
        "opacity": 75, 
        "c_radius": 3, 
        "relate": false, 
        "vertical": 0
    }, 
    {//6
        "x": 370, 
        "y": 700, 
        "opacity": 75, 
        "c_radius": 3, 
        "relate": false, 
        "vertical": 0
        
    }, 
    {//7 Contact
        "x": 280, 
        "y": 480, 
        "opacity": 75, 
        "c_radius": 7, 
        "relate": "NavContact", 
        "fixed": true, 
        "vertical": 1
    }, 
    {//8
        "x": 900, 
        "y": 600, 
        "opacity": 75, 
        "c_radius": 3, 
        "relate": false, 
        "vertical": 0
    }, 
    
    {//9 Our works
        "x": 310, 
        "y": 350, 
        "opacity": 20, 
        "c_radius": 10, 
        "relate": "NavWorks", 
        "fixed": true, 
        "vertical": 1
        
    }, 
    {//10 Home
        "x": 300, 
        "y": 120, 
        "opacity": 75, 
        "c_radius": 5, 
        "relate": "NavHome", 
        "fixed": true, 
        "vertical": 0,
        "Knot": [
            {
                "point": 2, 
                "opacity": 70
            }
        ]
    }
    
]