var baseref = 'http://www.corryongairport.com.au'

var folder = new Array();
var page = new Array();

folder['home']='Welcome to Corryong Airport';
folder['events']='Festivals and Events';
folder['business']='Business at Corryong Airport';
folder['links']='Links and Resources';
folder['contact']='Contact Us';
folder['sitemap']='Site Map';


var dummy = new Array(
''
);

page['home'] = new Array(
'Facilities',
'Weather',
'Accommodation and Dining',
'Attractions and Activities',
''
);

page['events'] = new Array(
'Snowy Hydro Upper Murray Challenge',
'The Man from Snowy River Bush Festival',
'Towong Cup',
'Nariel Creek Folk Festival',
''
);

page['business'] = new Array(
'Advertise With Us',
''
);

page['links'] = new Array(
'Link to Us',
''
);

page['contact'] = new Array(
'Your Privacy',
'Terms of Use',
''
);

page['sitemap'] = new Array(
''
);

