$options[] =  array(	"name" => "Heading Font",
			"desc" => "The Font heading utilizes the google API and allows you to use a wide range of custom fonts for your headings",
            "id" => "font_heading",
            "type" => "dropdown",
            "std" => "josefine_small",
            "subtype" => array(	'Cantarell'=>'cantarell',
            					'Cardo'=>'cardo',
            					'Droid Sans'=>'droidsans',
            					'Inconsolata'=>'inconsolata',
            					'Josefin All Characters'=>'josefine',
            					'Josefin Common Characters'=>'josefine_small',
            					'Lobster'=>'lobster',
            					'Molengo'=>'molengo',
            					'Reenie Beanie'=>'reeniebeanie',
            					'Tangerine'=>'tangerine',
            					'Vollkorn'=>'vollkorn',
            					'Yanone Kaffeesatz'=>'yanonekaffeesatz',
                                                'Arial'=>'arial'
            					));

