//Description:
// These group of functions is devided in different sections. Each section
// contains one or more functions which will perform a different task.
//Remember:
// These functions affect all pages which were generated using the template
// version 1.00. If you want to override these settings, you will have to remove
// the calling function from the cell or place in the HTML file.
// for example to override first link in the left bar, simply replace the 
// line in cell in question which reads: line01(). This function calls the
// code in this file.
//
////////////////////////////////////////////////////////////////////////
// Setcion: Links (Left bar)
////////////////////////////////////////////////////////////////////////
// Description:
// In this Section the functions which hold the code for the contents of
// each cell in the left bar are listed. These affect all pages produced
// using the template version 1.00.
////////////////////////////////////////////////////////////////////////
function line00()
{
	document.write('<b><font face="Verdana" color="#23522F" size="1">&nbsp;<a href="http://www.gammaresearch.com">Home</a></font></b>');
}
function line01()
{
document.write('<b><font face="Verdana" color="#23522F" size="1">&nbsp;<a href="http://www.gammaresearch.com/Contact">Contact us</a></font></b>');
}
function line02()
{
document.write('<b><font face="Verdana" color="#23522F" size="1">&nbsp;<a href="http://www.gammaresearch.com/Feedback">Feedback</a></font></b>');
}
function line03()
{
document.write('<b><font face="Verdana" color="#FEFFD7" size="1">&nbsp;Products</font></a></b>');
}
function line04()
{
document.write('<b><font face="Verdana" color="#23522F" size="1">&nbsp;<a href="http://www.gammaresearch.com/Software">Standard Software</font></a></b>');
}
function line05()
{
document.write('<b><font face="Verdana" color="#23522F" size="1">&nbsp;<a href="http://www.gammaresearch.com/Software/CustomSoftware">Custom Software  </font></a></b>');
}
function line06()
{
document.write('<b><font face="Verdana" color="#23522F" size="1">&nbsp;<a href="http://www.gammaresearch.com/WebDesign">Web Design</font></a></b>');
}
function line07()
{
document.write('<b><font face="Verdana" color="#FEFFD7" size="1">&nbsp;Services</font></b>');
}
function line08()
{
document.write('<b><font face="Verdana" size="1">&nbsp;<a href="http://www.gammaresearch.com/Surveys"><font color="#23522F">Surveys</font></a></font></b>');
}
function line09()
{
document.write('<b><font face="Verdana" size="1">&nbsp;<a href="http://www.gammaresearch.com/Presentations"><font color="#23522F">Presentations</font></a></font></b>');
}
function line10()
{
document.write('<b><font face="Verdana" size="1">&nbsp;<a href="http://www.gammaresearch.com/Consultancies"><font color="#23522F">IT-Consultancies</font></a></font></b>');
}
function line11()
{
}
function line12()
{
}
function line13()
{
}
function line14()
{
}
function line15()
{
}
////////////////////////////////////////////////////////////////////////
// Setcion: ads (right bar)
////////////////////////////////////////////////////////////////////////
// Description:
// In this section the functions which show the current ads in the templates
// are placed.
////////////////////////////////////////////////////////////////////////
function showad1()
{
	document.write('<a href="http://www.gammaresearch.com/software/phonefinder"><img border = "0" src="http://www.gammaresearch.com/images/ad1a.gif"></a>');
}
function showad2()
{
	document.write('<a href="http://www.gammaresearch.com/software/payrollpro"><img border = "0" src="http://www.gammaresearch.com/images/ad2.gif"></a>');
}
function showad3()
{
	document.write('<a href="http://www.gammaresearch.com/Distributors"><embed src="http://www.gammaresearch.com/images/ad3.swf" width="150"></a>');
}
// ** This section isnt used anymore use the absolute links on top **
//I had to make these seperate for the hidden page: /private/hidpage/payrolldownload.htm
//kind of strange, but I had no other way. I have to check out how I can work this out in a better way.

function line00a()
{
	document.write('<b><font face="Verdana" color="#23522F" size="1">&nbsp;<a href="../">Home</a></font></b>');
}
function line01a()
{
document.write('<b><font face="Verdana" color="#23522F" size="1">&nbsp;<a href="../Contact/Index.htm">Contact us</a></font></b>');
}
function line02a()
{
document.write('<b><font face="Verdana" color="#23522F" size="1">&nbsp;<a href="../Contact/Feedback.htm">Feedback</a></font></b>');
}

function showad1a()
{
	document.write('<a href="../../phonefinder.htm"><img border = "0" src="../images/ad1a.gif"></a>');
}
function showad2a()
{
	document.write('<a href="../../payrollUserSite.htm"><img border = "0" src="../images/ad2.gif"></a>');
}
function showad3a()
{
	document.write('<a href="../../distributors.htm"><img border = "0" src="../images/ad3.gif"></a>');
}
