// JavaScript Document


var data  = {
    "intro": "v",
    "title": "<b>Synonyms</b>",
    "rubric": "<b>Click on the word that means the same as the one in capital letters.</b>",
    "optionArr": [
        [
            "ugly",
            "pretty",
            "new"
        ],
        [
            "simple",
            "easy",
            "old"
        ],
        [
            "see",
            "understand",
            "remember"
        ],
        [
            "short",
            "tall",
            "near"
        ],
        [
            "big",
            "fresh",
            "small"
        ]
    ],
    "quesArr": [
        {
            "ques": "BEAUTIFUL"
        },
        {
            "ques": "PLAIN"
        },
        {
            "ques": "REALIZE"
        },
        {
            "ques": "CLOSE"
        },
        {
            "ques": "LITTLE"
        }
    ],
    "Aarr": [
        1,
        0,
        1,
        2,
        2
    ],
    "type": "odd_one_out"
};
			
			
var blankSize = [200, 200, 200, 250, 200];

//<input class='txtformat' id='txtF' readonly></input>