//data used for the javascript tree menu

var a = new Array;
a[0] = new Array;
a[0]['caption']          = "Q1: What is your returns policy?";
//a[0]['isOpen']           = true;
a[0]['children']         = new Array;
a[0]['children'][0]      = new Array;
a[0]['children'][0]['caption']  = "A: No returns or refunds are accepted. Any damage";
a[0]['children'][1]      = new Array;
a[0]['children'][1]['caption']  = "or loss in the post should be taken up with the Royal";
a[0]['children'][2]      = new Array;
a[0]['children'][2]['caption']  = "Mail, as all products are sent with postal insurance.";
a[0]['children'][3]      = new Array;
a[0]['children'][3]['caption']  = "";

a[1] = new Array;
a[1]['caption']     = "Q2: How do you use my personal information?";
a[1]['children']    = new Array;
a[1]['children'][0] = new Array;
a[1]['children'][0]['caption']  = "A: The personal information that you supply in the";
a[1]['children'][1] = new Array;
a[1]['children'][1]['caption']  = "Enquiry Form is only used as a means to contact you";
a[1]['children'][2] = new Array;
a[1]['children'][2]['caption']  = "with regard to your enquiry. Your information will ";
a[1]['children'][3] = new Array;
a[1]['children'][3]['caption']  = "NOT be shared with any third party without your";
a[1]['children'][4] = new Array;
a[1]['children'][4]['caption']  = "written consent.";
a[1]['children'][5] = new Array;
a[1]['children'][5]['caption']  = ""
a[2] = new Array;
a[2]['caption']     = "Q3: Will the book work on my standalone DVD Player?";
a[2]['children']    = new Array;
a[2]['children'][0] = new Array;
a[2]['children'][0]['caption']  = "A: No, the product will only work on a PC or a Mac";
a[2]['children'][1] = new Array;
a[2]['children'][1]['caption']  = "See the Products page for:";
a[2]['children'][2] = new Array;
a[2]['children'][2]['caption']  = "System Requirements";
a[2]['children'][2]['url']      = "Products.html";
a[2]['children'][2]['target']   = "_parent";
a[2]['children'][3] = new Array;
a[2]['children'][3]['caption']  = ""

a[3] = new Array;
a[3]['caption']     = "Q4: Do you post Internationally?";
a[3]['children']    = new Array;
a[3]['children'][0] = new Array;
a[3]['children'][0]['caption']  = "A: Yes, but please make an enquiry about postage";
a[3]['children'][1] = new Array;
a[3]['children'][1]['caption']  = "costs before you complete your purchase through";
a[3]['children'][2] = new Array;
a[3]['children'][2]['caption']  = "the checkout.";
a[3]['children'][3] = new Array;
a[3]['children'][3]['caption']  = "";

a[4] = new Array;
a[4]['caption']     = "Q5: How long will it take me to complete a bow?";
a[4]['children']    = new Array;
a[4]['children'][0] = new Array;
a[4]['children'][0]['caption']  = "A: This is obviously dependant on a number of factors,";
a[4]['children'][1] = new Array;
a[4]['children'][1]['caption']  = "such as your skills, work speed and the glues used.";
a[4]['children'][2] = new Array;
a[4]['children'][2]['caption']  = "To complete a bow it take will take around 7 - 20 days.";
a[4]['children'][3] = new Array;
a[4]['children'][3]['caption']  = "";

a[5] = new Array;
a[5]['caption']     = "Q6: Can someone with no craft skills follow this book?";
a[5]['children']    = new Array;
a[5]['children'][0] = new Array;
a[5]['children'][0]['caption']  = "A: The book is easy to follow and understand, but to ";
a[5]['children'][1] = new Array;
a[5]['children'][1]['caption']  = "produce a quality bow at the end will require some";
a[5]['children'][2] = new Array;
a[5]['children'][2]['caption']  = "craft skills and experience.";
a[5]['children'][3] = new Array;
a[5]['children'][3]['caption']  = "";
