﻿//var SITE_URL = 'file:///C:\\Users\\Teo\\Documents\\Visual Studio 2008\\WebSites\\ALBO'
var SITE_URL = 'http://www.alborestaurant.com'
function header(menuName)
{
    document.write('<table width="100%" cellpadding="0" cellspacing="0" style="height:100%;">')
    document.write('            <tr>')
	document.write('            <td class="style2">')
	document.write('		            <img src="images/header.jpg" width="675" height="150" alt="Albo pizza vegas" /></td>')
	document.write('	            <td rowspan="3" >')
	document.write('		            <img src="images/albo_pizza3.jpg" alt="Albo pizza vegas" /></td>')
	document.write('	            <td>')
	document.write('	            <img src="images/header_blue.jpg" width="25" height="150"  alt="" /></td>')
	document.write('            </tr>')
	document.write('            <tr>')
	document.write('	            <td colspan="1" class="style4" >')
	document.write('	            <div id="menu">')
	document.write('	                        <ul>')
    document.write('                     <li><a class="top" href="'+SITE_URL+'/index.htm" title="ALBORESTAURANT">Home</a>')
    document.write('                      </li>')
    document.write('                    </ul>')
    
    document.write('                    <ul>')

    document.write('                      <li><h2>Menu</h2>')
    document.write('                        <ul>')
    document.write('                          <li><a class="anhorSubMenu" href="'+SITE_URL+'/pizzavegas.htm" title="Pizza">Pizza</a></li>')
    document.write('                          <li><a class="anhorSubMenu" href="'+SITE_URL+'/appetizers.htm" title="Appetizers">Appetizers</a>')
   document.write('                          <li><a class="anhorSubMenu" href="'+SITE_URL+'/phillysteaks.htm" title="Philly Steaks">Philly Steaks</a></li>')
    document.write('                          <li><a class="anhorSubMenu" href="'+SITE_URL+'/salads.htm" title="Salads and Soups">Salads and Soups</a>')
//    document.write('                          <li><a class="anhorSubMenu" href="http://www.seoconsultants.com/css/menus/vertical/" title="SEO Consultants Vertical Example">SEO Consultants Sample</a></li>')
//    document.write('                          <li><a class="anhorSubMenu" href="http://www.tanfa.co.uk/css/examples/menu/vs7.asp" title="Complete Example">tanfa Demo example</a>')
//    document.write('                          <li><a class="anhorSubMenu" href="http://www.seoconsultants.com/css/menus/vertical/" title="SEO Consultants Vertical Example">SEO Consultants Sample</a></li>')
//    document.write('                          <li><a class="anhorSubMenu" href="http://www.tanfa.co.uk/css/examples/menu/vs7.asp" title="Complete Example">tanfa Demo example</a></li>')
    document.write('                        </ul>')
    document.write('                      </li>')
    document.write('                    </ul>')
    document.write('                    <ul>')
    document.write('                      <li><h2>About Us</h2>')

    document.write('                        <ul>')
//    document.write('                          <li><a class="anhorSubMenu" href="http://www.seoconsultants.com/css/menus/horizontal/" title="SEO Consultants Directory Example">SEO Consultants Sample</a></li>')
//    document.write('                         <li><a class="anhorSubMenu" href="http://www.tanfa.co.uk/css/examples/menu/hs7.asp">tanfa Demo example</a><!-- fully working sample --></li>')
    document.write('                        </ul>')
    document.write('                      </li>')
    document.write('                    </ul>	')
	document.write('	            </div>')
	document.write('	            </td>')
	document.write('            <td><img src="images/m5_2.jpg" height="40" width="25" /></td>')
	document.write('            </tr>')
            	
	 document.write('           <tr>')
	 document.write('           <td class="header" height="110" >')
	document.write(menuName)
	document.write('            </tr>')
    document.write('        </table>')
}


function footer()
{
 document.write('<td colspan="3"> <img src="images/spacer.gif" width="10px" height="20px"  /> </td></tr><tr>')

 document.write('<td colspan="3" align="center" valign="middle" background="images/b_links.jpg" height="50" class="td-footer">')

 document.write('		    <a href="'+SITE_URL+'/index.htm">Home</a> | <a href="'+SITE_URL+'/pizzavegas.htm">Pizza</a> | <a href="'+SITE_URL+'/appetizers.htm">Appetizers</a> | <a href="'+SITE_URL+'/phillysteaks.htm">Philly Steaks</a> | <a href="'+SITE_URL+'/salads.htm">Salads and Soups</a> | <a href="#">About Us</a> </td>')

}