let navJson=[
    {
        "name": "Social",
        "href": "index.html#three",
        "img": "./images/classify3.png"
    },
    {
        "name": "TopPicks",
        "href": "index.html#four",
        "img": "./images/classify4.png"
    },
    {
        "name": "Adventure",
        "href": "index.html#five",
        "img": "./images/classify4.png"
    },
    {
        "name": "Puzzle",
        "href": "index.html#two",
        "img": "./images/classify2.png"
    }
]

let classifyJson=[
    {
        "img": "./images/social.png",
        "name": "Social"
    },
    {
        "img": "./images/sport.png",
        "name": "sports"
    },
    {
        "img": "./images/stickman.png",
        "name": "Stickman"
    },
    {
        "img": "./images/top-picks.png",
        "name": "TopPicks"
    },
    {
        "img": "./images/2-player.png",
        "name": "2Player"
    },
    {
        "img": "./images/3D.png",
        "name": "3D"
    },
    {
        "img": "./images/action.png",
        "name": "Adventure"
    },
    {
        "img": "./images/arcade.png",
        "name": "Arcade"
    },
    {
        "img": "./images/baby.png",
        "name": "Baby"
    },
    {
        "img": "./images/beauty.png",
        "name": "Beauty"
    },
    {
        "img": "./images/bejeweled.png",
        "name": "Bejeweled"
    },
    {
        "img": "./images/clicker.png",
        "name": "Clicker"
    },
    {
        "img": "./images/driving.png",
        "name": "Driving"
    },
    {
        "img": "./images/girl.png",
        "name": "Girls"
    },
    {
        "img": "./images/puzzle.png",
        "name": "Puzzle"
    },
    {
        "img": "./images/soccer.png",
        "name": "Soccer"
    },
]