Items = new Array(19);

for (i = 0; i < Items.length; ++i)
  Items [i] = new Array (4); 
  
Items[0][0] = 'Chicken Biriyani';
Items[0][1] = 'Chicken and basmati rice cooked together along with yogurt and other spices.';
Items[0][2] = '$65.00';
Items[0][3] = 'images/RiceDishes/ChickenBiriyani.JPG';

Items[1][0] = 'Goat Biriyani';
Items[1][1] = 'Bone-in baby goat meat and basmati rice cooked together along with yogurt and other spices.';
Items[1][2] = '$85.00';
Items[1][3] = 'images/RiceDishes/GoatBiriyani.JPG';

Items[2][0] = 'Butter Chicken';
Items[2][1] = 'Boneless chicken pieces grilled in the tandoor, than cooked in a creamy gravy.';
Items[2][2] = '$85.00';
Items[2][3] = 'images/EntreesNonVegetarian/ButterChicken.JPG';

Items[3][0] = 'Chicken Masala';
Items[3][1] = 'Boneless chicken cooked in a traditional curry made of tomatoes and onions.';
Items[3][2] = '$75.00';
Items[3][3] = 'images/EntreesNonVegetarian/ChickenMasala.JPG';

Items[4][0] = 'Mutton Masala';
Items[4][1] = 'Bone-in baby goat meat cooked in a traditional curry made of tomatoes and onions.';
Items[4][2] = '$95.00';
Items[4][3] = 'images/EntreesNonVegetarian/MuttonMasala.JPG';

Items[5][0] = 'Daal Gosht';
Items[5][1] = 'Goat meat cooked with lentils. Served with Jeera Rice Rice Dishes.';
Items[5][2] = '$100.00';
Items[5][3] = '';

Items[6][0] = 'Veggie Biriyani';
Items[6][1] = 'Vegetables and basmati rice cooked together along with yogurt and other spices.';
Items[6][2] = '$65.00';
Items[6][3] = 'images/RiceDishes/VeggieBiriyani.JPG';

Items[7][0] = 'Paneer Chilly';
Items[7][1] = 'Paneer pieces marinated in spices and sautéed in a wok with onions, green peppers and onions.';
Items[7][2] = '$100.00';
Items[7][3] = '';

Items[8][0] = 'Paneer Tikka Masala';
Items[8][1] = 'Paneer pieces cooked in a house special creamy gravy.';
Items[8][2] = '$85.00';
Items[8][3] = 'images/EntreesVegetarian/PaneerTikkaMasala.JPG';

Items[9][0] = 'Aloo Baingan';
Items[9][1] = 'Indian baby eggplant stuffed with a tawa fry seasoning and pan fried with potatoes.';
Items[9][2] = '$75.00';
Items[9][3] = 'images/EntreesVegetarian/TawaFryEggplant.jpg';

Items[10][0] = 'Mix Vegetables';
Items[10][1] = 'A variety of vegetables sautéed in a wok in a special dry house seasoning.';
Items[10][2] = '$75.00';
Items[10][3] = '';

Items[11][0] = 'Tadka Daal';
Items[11][1] = 'Toovar daal (lentil) cooked with onion and spices tempering.';
Items[11][2] = '$60.00';
Items[11][3] = 'images/EntreesVegetarian/TadkaDaal.JPG';

Items[12][0] = 'Jeera Rice';
Items[12][1] = 'Basmati rice cooked with cumin seeds.';
Items[12][2] = '$45.00';
Items[12][3] = 'images/RiceDishes/JeeraRice.JPG';

Items[13][0] = 'Veg Pakoda';
Items[13][1] = 'Slices of Potatoes and/or onion slivers dipped in chick-pea flour batter and deep fried.';
Items[13][2] = '$50.00';
Items[13][3] = 'images/AppetizersVegetarian/VegPakoda.JPG';

Items[14][0] = 'Bhel';
Items[14][1] = 'Rice crispies, chick pea clour crispies and other goodies mixed with onions, tomatoes and chutneys.';
Items[14][2] = '$50.00';
Items[14][3] = 'images/AppetizersVegetarian/Bhel.JPG';

Items[15][0] = 'Aloo Samosa (Minimum 20)';
Items[15][1] = 'Triangular pastry stuffed with potatoes and spices fried to a golden brown.';
Items[15][2] = '$0.65';
Items[15][3] = 'images/AppetizersVegetarian/Samosa1.jpg';

Items[16][0] = 'Chicken Samosa (Minimum 20)';
Items[16][1] = 'Triangular pastry stuffed with ground chicken and spices fried to a golden brown.';
Items[16][2] = '$0.75';
Items[16][3] = 'images/AppetizersVegetarian/Samosa1.jpg';

Items[17][0] = 'Roti (Minimum 20)';
Items[17][1] = 'A whole wheat flat bread fresh rolled and pan roasted.';
Items[17][2] = '$0.49';
Items[17][3] = 'images/Breads/Roti.jpg';

Items[18][0] = 'Paratha (Minimum 20)';
Items[18][1] = 'A whole wheat flat bread fresh rolled and pan fried in light oil.';
Items[18][2] = '$0.69';
Items[18][3] = 'images/Breads/Paratha.JPG';

document.writeln('<dl class="nodot">');
document.writeln('  <dd><span style="float:left; color:#F57629; font-size: 14px; font-weight: bold">Catering Items</span></dd>');
document.writeln('  <dd><span style="float:right; color:#F57629; font-size: 14px; font-weight: bold">Full Pan / Tray</span></dd>');
document.writeln('</dl>');

for (i = 0; i < Items.length; ++i)
{
  document.writeln('<dl>');
  
  if (Items[i][3].length == 0)
    document.writeln('  <dt>' + Items[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' + Items[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>' + Items[i][1] + '<td></tr></table>' + '\',CAPTION,\'' + Items[i][0] + '\')" onMouseOut="nd()">' + Items[i][0] + '</a></dt>');
  
  document.writeln('  <dd class="price">' + Items[i][2] + '</dd>');
  document.writeln('</dl>');
}
