﻿function vg_write_menu()
{
    var text=""
    text += "<font size=\"-1\">"
    text += "<center>"
    text += "<FONT COLOR=\"#000099\" FACE=\"Arial\">&nbsp;&nbsp;&#9679;&nbsp; </FONT>"
    text += "<font size=\"-1\">"
    text += "&nbsp;&nbsp;<B></FONT><A HREF=\"../index.htm\">"
    text += "<FONT FACE=\"Tahoma\">Home</FONT></A>"
    text += "<FONT COLOR=\"#000099\" FACE=\"Arial\">&nbsp;&nbsp;&#9679;&nbsp; </FONT>"
    text += "<FONT FACE=\"Tahoma\"><A HREF=\"../findbooks.htm\">Find</A></FONT>";
    text += "<FONT FACE=\"Arial\" COLOR=\"#000099\">&nbsp;&nbsp;&#9679;&nbsp; </FONT>"
    text += "<FONT FACE=\"Tahoma\"><A HREF=\"../ordergw.htm\">Orders</A></FONT>";
    text += "<FONT FACE=\"Arial\" COLOR=\"#000099\">&nbsp;&nbsp;&#9679;&nbsp; </FONT>"
	text += "<FONT FACE=\"Tahoma\"><A HREF=\"http://www.virtualgeula.info\">Bookstore</A></FONT>";
    text += "<FONT FACE=\"Arial\" COLOR=\"#000099\">&nbsp;&nbsp;&#9679;&nbsp; </FONT>"
    text += "<FONT FACE=\"Tahoma\"><A HREF=\"../faq.htm\">FAQ</A></FONT>"
    text += "<FONT FACE=\"Arial\" COLOR=\"#000099\">&nbsp;&nbsp;&#9679;&nbsp; </FONT>"
    text += "<FONT FACE=\"Tahoma\"><A HREF=\"../hebintro.htm\">עברית</A></FONT>"
    text += "<FONT FACE=\"Arial\" COLOR=\"#000099\">&nbsp;&nbsp;&#9679;&nbsp; </FONT>"
    text += "<FONT FACE=\"Tahoma\"><A HREF=\"../sitemap.htm\">Sitemap</A></FONT>"
    text += "</FONT></center></font>"
    document.write(text);
}


function vg_writeanalytics() {
	
	var gaJsHost = (("https:" == document.location.protocol) ? "https://ssl." : "http://www.");
	var text = '<script src="' + gaJsHost + 'google-analytics.com/ga.js" type="text/javascript"';
	text+='</script>';
	text+='<script type="text/javascript">';
	text+='try {';
	text+='var pageTracker = _gat._getTracker("UA-5293333-1");'
	text+='pageTracker._trackPageview();'
	text+='} catch(err) {}</script>';
	document.write(text);

}


function vg_header()
{
	vg_write_menu();
	document.write("<center><br><hr><br></center>");
}

function vg_footer()
{
	document.write("<center><br><hr><br></center>");
	vg_write_menu();
	vg_writeanalytics();
//  credits

//    var text =""
//    text += "<p><center><font size=\"-2\">"
//    text += "Designed and Maintained by "
//    text += "<a HREF=\"mailto:avi@virtualgeula.com?"
//    text += "subject=Virtual Geula Web Site\">Avi Kehat</a></font><br>"
//    text += "<img src=\"../images/aklogo.gif\" alt=\"AK\" border=\"0\"></center>"
//    document.write(text);
}


