Entrees = new Array(21);

for (i = 0; i < Entrees.length; ++i)
	Entrees [i] = new Array (3); 
	
Entrees[0][0] = 'Chicken Chilly';
Entrees[0][1] = 'Succulent boneless chicken stir fried with onions, green chillis, green peppers, curry leaves and spices.';
Entrees[0][2] = '$6.99';
Entrees[0][3] = 'images/Entrees/ChickenChilli.JPG';

Entrees[1][0] = 'Butter Chicken';
Entrees[1][1] = 'Boneless pieces of tender chicken cooked in herbs and other spices in a creamy sauce.';
Entrees[1][2] = '$6.99';
Entrees[1][3] = 'images/Entrees/ButterChicken.JPG';

Entrees[2][0] = 'Chicken Masala';
Entrees[2][1] = 'Boneless chicken pieces cooked in traditional curry sauce made of onions, tomatoes and spices.';
Entrees[2][2] = '$6.99';
Entrees[2][3] = 'images/Entrees/ChickenMasala.JPG';

Entrees[3][0] = 'Chicken Methi';
Entrees[3][1] = 'Chicken pieces cooked in a curry sauce made of onions, tomatoes and fenugreek.';
Entrees[3][2] = '$7.99';
Entrees[3][3] = 'images/Entrees/ChickenMethi.JPG';

Entrees[4][0] = 'Dhaba Chicken';
Entrees[4][1] = 'Chicken pieces cooked in traditional curry sauce made of onions and spices.';
Entrees[4][2] = '$7.99';
Entrees[4][3] = 'images/Entrees/DhabaChicken.JPG';
 
Entrees[5][0] = 'Mutton Masala (Goat)';
Entrees[5][1] = 'Goat pieces cooked in traditional curry sauce made of onions, tomatoes and spices.';
Entrees[5][2] = '$7.99';
Entrees[5][3] = 'images/Entrees/MuttonMasala.JPG';

Entrees[6][0] = 'Paya (Goat)';
Entrees[6][1] = 'Goat feet bones cooked in spices and cooked till even the bones are tender.';
Entrees[6][2] = '$7.99';
Entrees[6][3] = '';

Entrees[7][0] = 'Daal Gosht (w/ Jeera Rice)';
Entrees[7][1] = 'Goat meat cooked with lentils. Served with Jeera Rice.';
Entrees[7][2] = '$8.99';
Entrees[7][3] = '';

Entrees[8][0] = 'Fish Fry';
Entrees[8][1] = 'Two whole Tilapia fillets marinated in spices and battered in flour then pan fried.';
Entrees[8][2] = '$7.99';
Entrees[8][3] = 'images/Entrees/FishFry.JPG';

Entrees[9][0] = 'Saffron Beef Burger';
Entrees[9][1] = '1/3 lb of Ground Beef marinated in spices and pan fried. Served on a bun with fried onion rings. A side of our special chutney included.';
Entrees[9][2] = '$4.99';
Entrees[9][3] = '';

Entrees[10][0] = 'Saffron Chicken Burger';
Entrees[10][1] = '1/3 lb of Ground Chicken marinated in spices and pan fried. Served on a bun with fried onion rings. A side of our special chutney included.';
Entrees[10][2] = '$4.99';
Entrees[10][3] = 'images/Entrees/ChickenBurger.JPG';

Entrees[11][0] = 'Egg Bhurji';
Entrees[11][1] = 'Four eggs scrambled with onions, Green Chillis and spices.';
Entrees[11][2] = '$5.99';
Entrees[11][3] = '';

Entrees[12][0] = 'Mix Vegetables';
Entrees[12][1] = 'A mix of vegetables cooked in a special chick pea flour and spice mix.';
Entrees[12][2] = '$6.99';
Entrees[12][3] = '';

Entrees[13][0] = 'Tawa Fry Eggplant (w/ Potatoes)';
Entrees[13][1] = 'A special recipe from Gujarat (India)! Indian baby eggplant stuffed with a tawa fry seasoning and pan fried with potatoes.';
Entrees[13][2] = '$6.99';
Entrees[13][3] = 'images/Entrees/TawaFryEggplant.jpg';

Entrees[14][0] = 'Paneer Chilly';
Entrees[14][1] = 'Paneer cubes stir fried with onions, green chillis, green peppers, curry leaves and spices.';
Entrees[14][2] = '$6.99';
Entrees[14][3] = '';

Entrees[15][0] = 'Paneer Tikka Masala';
Entrees[15][1] = 'Marinated paneer pieces cooked in herbs and other spices in a creamy sauce.';
Entrees[15][2] = '$6.99';
Entrees[15][3] = 'images/Entrees/PaneerTikkaMasala.JPG';

Entrees[16][0] = 'Palak Paneer';
Entrees[16][1] = 'Paneer cubes cooked along with Spinach and spices';
Entrees[16][2] = '$6.99';
Entrees[16][3] = 'images/Entrees/PalakPaneer.JPG';
  
Entrees[17][0] = 'Chana Masala';
Entrees[17][1] = 'Chick Peas(Garbanzo Beans) curry made with Onions and spices';
Entrees[17][2] = '$6.99';
Entrees[17][3] = 'images/Entrees/ChanaMasala.JPG';

Entrees[18][0] = 'Veggie Burger';
Entrees[18][1] = 'A Mix veggie patty pan fried and served on a bun with fried onion rings. A side of our special chutney included.';
Entrees[18][2] = '$3.99';
Entrees[18][3] = 'images/Entrees/VegBurger.JPG';

Entrees[19][0] = 'Tadka Daal';
Entrees[19][1] = 'Lentils cooked in spices and tomatoes.';
Entrees[19][2] = '$5.99';
Entrees[19][3] = 'images/Entrees/TadkaDaal.JPG';

Entrees[20][0] = 'Moong Daal';
Entrees[20][1] = 'Yellow moong beans cooked in spices and tomatoes.';
Entrees[20][2] = '$5.99';
Entrees[20][3] = 'images/Entrees/MoongDaal.JPG';

for (i = 0; i < Entrees.length; ++i)
{
  document.writeln('<dl>');
  
  if (Entrees[i][3].length == 0)
    document.writeln('  <dt>' + Entrees[i][0] + '</dt>');
  else
    document.writeln('  <dt><a style="text-decoration: underline; color: #c0237d" href="javascript:void(0)" onMouseOver="return coolTip(\'<img class=noborder align=right style=%22padding-left:2px; float:right; width:350px;%22 src=%22' + Entrees[i][3] + '%22><br><table cellpadding=0 cellspacing=0 border=0><tr><td><img class=noborder src=%22images/trans.gif%22 width=5 height=1></td><td>' + Entrees[i][1] + '<td></tr><tr><td colspan=2><img class=noborder src=%22images/trans.gif%22 width=1 height=10></td></tr><tr><td colspan=2 align=center style=%22color: #1464BE;align: center;font-weight: bold;%22>' + Entrees[i][2] + '<td></tr></table>' + '\',CAPTION,\'' + Entrees[i][0] + '\')" onMouseOut="nd()">' + Entrees[i][0] + '</a></dt>');  

  document.writeln('  <dd class="price">' + Entrees[i][2] + '</dd>');
  
  if (Entrees[i][1].length != 0) 
    document.writeln('  <dd class="ingredients">' + Entrees[i][1] + '</dd>');
  
  document.writeln('</dl>');
}