function NavMenu (loc, foot){
var lnkfile=[ "index", "news", "RabbiMsg", "davening", "community", "history", "photos", "links" ];var lnktext=[ "HOME", "News\/Events", "Rabbi's Message", "Davening Times", "Community", "History", "Photos", "Links\/Contact" ];var menu, linlen, i;if ( (loc==null)|| (loc=="")){loc="";}
menu="";lnklen=lnkfile.length - 1;for(i=0;i < lnkfile.length;i++){menu=menu+'<\a href="'+loc+lnkfile[i]+'.html">'+lnktext[i]+'<\/a>';if (i < lnklen)menu=menu+'&nbsp;&nbsp;|&nbsp;&nbsp;';}
document.write('<div class="menuVbar small-center">');document.write('<hr>');document.write(menu);document.write('<hr>');if (foot)document.write('<span class="tiny-center" style="color: #3300CC;" >Copyright &copy;2006-2010 by Tiferes Israel Synagogue, all rights reserved.<\/span>');document.write('<\/div>');return;}
