puzzlekey =   new Array();  // puzzle key
puzzletitle = new Array();  // puzzle title
puzzleq =     new Array();  
puzzleq["a"]= new Array();  // across questions
puzzleq["d"]= new Array();  // down questions

//  * - black space
//  # - end of line
//  ! - end of puzzle
//  DO NOT USE SPACES


puzzlekey[puzzlekey.length] = new Array("allen*lsd*#superduper#kissable*e#*g***llama#miami*aral#a*chamber*#paeon*yds*#!");

puzzletitle[puzzletitle.length] = "Crossword Puzzle 1";

x=puzzleq['a'].length;
puzzleq['a'][x]= new Array();
puzzleq['a'][x][0] = new Array(
"My son's name.",
"Popular drug of the 80's.",
"Nickname of retired Dolphin wide receiver Mark.",
"Allen, when pouting.",
"S. Amer. animal related to the camel.",
"A dolphin's home.",
"Brackish lake between Kazakstan & Kyrgyzstan.",
"Novel by John Grisham, The __.",
"A metrical foot of four syllables with one long and three short syllables.",
"1st dwn and 10 __ to go."
);
x=puzzleq['d'].length;
puzzleq['d'][x]= new Array();
puzzleq['d'][x][0] = new Array(
"___  Geeves.",
"Mario's brother.",
"CDs precursor.",
"Electrical Engineers, abbr.",
"Gun club.",
"Nighttime song.",
"Caught a fish underwater with special gun.",
"Boss, boss, __ plane!",
"Almost as good as a tpl play.",
"Pam's are now.",
"The red planet.",
"Travel tool, not for men.",
"Highest card.",
"A unit of conductance equal to the reciprocal of the ohm.",
"Emperor Palpatine actor, __ McDiarmid."
);




puzzlekey[puzzlekey.length] = new Array('sandy*for*#otto*paver#nasl*llama#*t*proctor#u**hanoi*e#sari*known#agent*sn*e#geese***is#edd*athens#!');
puzzletitle[puzzletitle.length] = 'Crossword Puzzle 2';

x=puzzleq['a'].length;
puzzleq['a'][x]= new Array();
puzzleq['a'][x][0] = new Array(
'Beach texture.',
'Common preposition.',
'Bus driver on the Simpsons.',
'Special brick for driveways.',
'North American Soccer League.',
'A pack animal used in the Andes.',
'One appointed to supervise students.',
'Capital of Vietnam.',
'A garment of southern Asian women.',
'To be acquainted or familiar with.',
'James Bond was a secret one.',
'Naval abbreviation for seaman.',
'More than one goose.',
'To equal in meaning.',
'The smart one from the Cartoon Network show.',
'Capital of Greece.'
);
x=puzzleq['d'].length;
puzzleq['d'][x]= new Array();
puzzleq['d'][x][0] = new Array(
'A descendent.',
'An attack vehicle of the Empire.',
'Network Telephone Systems.',
'Only NFL team to go undefeated for a entire season.',
'Dirty-bird team.',
'Enthusiastic applause.',
'Brand of drums.',
'To drop abruptly.',
'Being extreme of its kind.',
'The Egyptian sun-god.',
'The action, amount, or mode of using.',
'Of an advanced age.',
'A wind instrument made from the hollow joint of a plant.',
'An aromatic beverage prepared from leaves and boiling water.',
'A common preposition.'
);