// JScript
var browser = " ";
var spacer = ".......| |.........";
var pos = 0;
var msg = " ";
var lastwin = "0";
var findcount = 0;
var oRange = "";
var sBookmark = "";
var slash = String.fromCharCode(92);
var crlf = String.fromCharCode(10) + String.fromCharCode(13);
var dqt = String.fromCharCode(34)
var x = 0;
var y = 0;
var hold_x = "";
var hold_sc = "";
var cnstxt = "Click to expand/contract item";
var cnstxt1 = "Click to display module description in a separate window";
var cnstxt2 = "Click to display details to the right";
var cnstxt3 = "Show a diagram in a separate window";
var cnstxt4 = "Shortcut to display module description in a separate window";
var cnstxt5 = "Shortcut to display file";
var cnstxt6 = "Click to display the PDF Order Form in a new window";
var cnstxt7 = "Click to display the Excel Spreadsheet in a new window";
var cnstxt8 = "Click to open in a new window";
var cnstxt9 = "Click to display PDF information sheet in a new window"
var cnstxta = "Click to display an On-Line order form"
var url = window.location;
// ****************************************
function mailThisUrl() {
   window.location = "mailto:?subject=RCL - Accounting and Business Software&body=I thought you might find this website interesting - please visit "+url;
}
// *********************************************************************
function doa()
{
 var p1 = document.getElementById('nis');
 if (typeof p1 == "object") {
	 if (navigator.appName == "Netscape") {
		p1.textContent = "" ;
	 }
	 else {
		p1.innerHTML = " ";
	 	p1.innerText = " ";
	 }
 }
}
// ********************************************************************************************************
//function showwins()
//	alert(window.parent.frames(1).name);
//
//	alert(window.parent.window(1).name);
//	window.parent.window.frames(1).remove;	
//
// **************************************************************************
function putcookiedata(p1, p2)
{
document.cookie = (p1 + "=" + escape(p2));
}
//***********************************************************************
function getcookiedata(labelname)
{
var labellen = labelname.length;
var cookiedata = document.cookie;
var clen = cookiedata.length;
var i = 0;
var cend;
while (i < clen)
{
	var j = i + labellen
	if (cookiedata.substring(i,j) == labelname)
	{
		cend = cookiedata.indexOf(";",j)
		if (cend == -1)
		{
			cend = cookiedata.length
		}
		return unescape(cookiedata.substring(j+1, cend))
	}
	i++
}
return ""
}
//***********************************************************************
function show_div(zz)
{
	document.getElementById("d1").style.display = 'none';
	document.getElementById("d2").style.display = 'none';
	document.getElementById("d3").style.display = 'none';
	document.getElementById("d4").style.display = 'none';
	document.getElementById("d5").style.display = 'none';
	document.getElementById("d6").style.display = 'none';
	document.getElementById("d7").style.display = 'none';
	document.getElementById("d8").style.display = 'none';
	document.getElementById("d9").style.display = 'none';
	document.getElementById("d10").style.display = 'none';
	document.getElementById("d11").style.display = 'none';
	document.getElementById("d12").style.display = 'none';
	document.getElementById(zz).style.display = 'block';
}
// ********************************************************************************************************
function show_thisdiv(z, y)
{
var xobj = document.getElementById(z) ;
if (y.value == "Show Detail") 
{
	xobj.style.display = 'block'; 
	xobj.style.visibility = 'visible';
	y.value = "Hide Detail" ; 
}
else
{
	xobj.style.display = 'none'; 
	xobj.style.visibility = 'hidden';
	y.value = "Show Detail" ; 
}
}
// ********************************************************************************************************
function omvp(x)
{
	x.style.cursor='pointer';
}

// ********************************************************************************************************

function omup(x)
{
	x.style.cursor='auto';
}

// ********************************************************************************************************
function omov(x, y)
{
	x.style.cursor='pointer';
	x.style.color ='#FEA803'
	status = y;
}
// ********************************************************************************************************
function omou(x)
{
	x.style.cursor='auto';
	x.style.color ='#3A77C1'
	status = "";
}
// ********************************************************************************************************
function checkshift(p1)
{
	if (typeof window.event == "object")
	{
		if (window.event.shiftKey)
		{
			omu(p1)
		}
	}
}
// ********************************************************************************************************
function checknotshift(p1)
{
	if (typeof window.event == "object")
	{
		if (window.event.shiftKey)
		{ x = x }
		else
		{ 	omu(p1)	}
	}
}
// ********************************************************************************************************

function newWind(NW)
{
	if (typeof NW == "object")
		{
		NewWindow = window.open('Test/' + NW.options[NW.selectedIndex].text + '.htm', '');
		}
}
// ********************************************************************************************************

function gotopage(p1)
{
	var holdit = "";
	if (typeof p1 == "object")
		{
		holdit = "Test/" + p1.rpt.options[p1.rpt.selectedIndex].text + ".htm";
		p1.action = holdit;
		p1.submit();
		}
}

// ********************************************************************************************************
function scrolldtl(txt)
{
	msg = txt;
	ScrollMsg();
}
// ********************************************************************************************************
function ScrollMsg()
{
	window.status = msg.substring(pos, msg.length)  + spacer + msg.substring(0, pos);
	pos++;
	if (pos > msg.length) pos = 0;
	window.setTimeout("ScrollMsg()", 175);
}
// ********************************************************************************************************
function SetDisplay(oItems)
{
	oItems.style.display = "none"; 
}
// ********************************************************************************************************
function ShowDtl(oItems, oCol)
{
	if (browser=='ie')
	{
			Gen_eral.style.display = "none"; 
			Fin_ancial.style.display = "none"; 
			Sal_es.style.display = "none"; 
			Pur_chasing.style.display = "none"; 
			Sto_cks.style.display = "none"; 
			Pro_jects.style.display = "none"; 
			oItems.style.display = "block"; 
			Gen.style.color = "#0000FF"
			Fin.style.color = "#0000FF"
			Sal.style.color = "#0000FF"
			Pur.style.color = "#0000FF"
			Sto.style.color = "#0000FF"
			Pro.style.color = "#0000FF"
			oCol.style.color = "#FF0000"
	}
	else
	{
			document.Gen_eral.style.display = "none";   
			document.Fin_ancial.style.display = "none"; 
			document.Sal_es.style.display = "none";  
			document.Pur_chasing.style.display = "none"; 
			document.Sto_cks.style.display = "none"; 
			document.Pro_jects.style.display = "none"; 
			document.oItems.style.display = "none"; 
			document.Gen.style.color = "#0000FF"
			document.Fin.style.color = "#0000FF"
			document.Sal.style.color = "#0000FF"
			document.Pur.style.color = "#0000FF"
			document.Sto.style.color = "#0000FF"
			document.Pro.style.color = "#0000FF"
			document.oCol.style.color = "#FF0000"
	}
}
// ********************************************************************************************************
function errorHandler(p1, p2, p3)
 {
  var strX = "Sorry an error has ocurred, of:-" + crlf + p1 + crlf + "in " + crlf + p2 + crlf + "at line " + p3
 alert(strX);
  return true;
}
// ********************************************************************************************************
function screenwidth()
{
	if (screen.width > 739)
	 	{  document.write(" class='cbg9 w740' "); }	 	
	else
 		{ 	document.write(" class='cbg9' "); 	}
		
}
// ********************************************************************************************************
function omv(x, d1, d2, d3, d4)
{
	if (browser=='ie')
	{ 	x.style.position = 'absolute';
		y = 8 ;
		if (document.body.offsetWidth != document.body.clientWidth)
		{ y = 0; }
		if (document.body.clientWidth > top2.offsetWidth)
			{ x.style.left = (d1 + y) + 'px';	}
		else
			{ x.style.left = (top2.offsetLeft + d1 + 10) + 'px'; 	}
		x.style.top = (menuline.offsetTop + d2) + 'px';
		x.style.width = d3 + 'px';
		x.style.height = d4 + 'px';
		x.style.display = 'block';
		x.style.zindex = 9999 ;

	}
	else
	{	
		x.style.position = 'absolute';
		y = 8 ;
		if (document.body.offsetWidth != document.body.clientWidth)
		{ y = 0; }
		if (document.body.clientWidth > document.getElementById("top2").offsetWidth)
		{ x.style.left =(d1 + y)+ 'px';	}
		else
		{ x.style.left = (document.getElementById("top2").offsetLeft + d1 + 10) + 'px'; }
		x.style.top = (document.getElementById("menuline").offsetTop + d2 + 9) + 'px';
		x.style.width = d3 + 'px';
		x.style.height = d4 + 'px';
		x.style.display = 'block';
		x.zindex = 9999
	}
}
// ********************************************************************************************************
function omu(x)
{
	if (browser=='ie')
	{	x.style.left = '0px';
		x.style.top = '0px';
 		x.style.width = '0px';
		x.style.height = '0px';
		x.style.display = 'none';
	}
	else
	{	x.style.display = 'none';
		x.style.left = '0px';
		x.style.top = '0px';
 		x.style.width = '0px';
		x.style.height = '0px';
	}
}
// ********************************************************************************************************

function commonstart(p1, p2)
{
	if (navigator.appName == "Netscape") 
	{  browser = "ns"; 	}
	else
	{	browser = "ie"; 	}
	window.onerror = errorHandler;
	document.write("<a name='top'></a><center><center class='pw'>");	
	document.write("<table style='table-layout:fixed;' name='all_page' id='all_page' border='0' cellspacing='0'");
	document.write(" cellpadding='0' summary='main page layout'");
	screenwidth(); 
	document.write("><tr><td align='center'>");

	document.write("<table name='top1' id='top1' border='0' cellspacing='0' cellpadding='0' summary='page layout'><tr>");
	document.write("<td align='left' class='ff cbf fsz5 lh10 cbg9' width='120px' valign='center'>");
	document.write("<a tabindex='1' href='default.htm#top'>");
	document.write("<img src='graphics/clearseas1.gif' hspace='1' width='115px' height='50px' border='0' ");
	document.write("alt='Accounting software - Acceptum Home' title='Accounting software - Acceptum Home' /></a>");
	document.write("<br /> &nbsp; Tel: 01483 839297</td>");

	document.write("<td width='500px' align='center' class='cbg9'>");
	document.write("<img src='graphics/clearseasbanner.jpg' height='60px' width='468px' alt='Accounting software'");
	document.write(" title='Accounting software'></td>");

	document.write("<td width='120px' align='center' valign='bottom' class='ff cbf fsz8 lh10 cbg9'>");
	document.write("<form action='site_search.asp' id='srchform' method='post'>"); 
	document.write("<span class='lh2'>&nbsp;<br /></span>"); 
	document.write("<input tabindex='2' class='ff cbf fsz14' type='text' id='srchstr' ");
	document.write(" name='srchstr' size='14' maxlength='30' onchange='findcount=0;' title='Search string' "); 
	document.write(" value='" + getcookiedata("srchstr") + "' />");

	document.write("<br /><span class='lh2'>&nbsp;<br /></span>&nbsp;"); 
	document.write("<button tabindex='3' class='ff cblue fsz14 cbg' type='button' title='Search page'");
	document.write(" name='srchstrbut' onclick='find_text();' > Page </button>&nbsp;&nbsp;&nbsp;");
	document.write("<button tabindex='4' class='ff cblue fsz14 cbg' type='Submit' name='sitesrch' ");
	document.write(" onclick='setCB1();' title='Search site'>&nbsp;Site&nbsp;</button>&nbsp;");
	document.write("</form></td></tr></table>");

	document.write("</td></tr>");

	document.write("<tr id='menuline' name='menuline'><td align='center' class='cbg9'>");
	document.write("<table name='top2' id='top2' border='0' cellspacing='1' class='cbg9 w740' summary='page layout'>");

	document.write("<tr align='center' valign='top' class='ff cbf fsz10 lh16 bld'>");
	document.write("<td width='25%' align='center' class='brght2' name='tdm1' id='tdm1' ");
	document.write("onmouseover='omv(document.getElementById(" + dqt + "d_m1" + dqt + "), ");
	document.write("this.offsetLeft + 20, this.offsetHeight, 140, 80)' ");
	document.write("onmouseout='omu(document.getElementById(" + dqt + "d_m1" + dqt + "))'>");
	document.write("<a tabindex='20' ");
	document.write("onfocus='omv(document.getElementById(" + dqt + "d_m1" + dqt + "), ");
	document.write("document.getElementById(" + dqt + "tdm1" + dqt + ").offsetLeft + 20, ");
	document.write("document.getElementById(" + dqt + "tdm1" + dqt + ").offsetHeight, 140, 80)' ");
	document.write("onblur='checkshift(document.getElementById(" + dqt + "d_m1" + dqt + "))' ");
	document.write(" href='default.htm#top' title='ClearSEAs Home' class='tdulf'");	 
	document.write(">&nbsp;Home&nbsp;</a></td>");

	document.write("<td width='25%' align='center' class='brght2' name='tdm2' id='tdm2' ");
	document.write("onmouseover='omv(document.getElementById(" + dqt + "d_m2" + dqt + "), ");
	document.write("this.offsetLeft + 20, this.offsetHeight, 140, 80)' ");
	document.write("onmouseout='omu(document.getElementById(" + dqt + "d_m2" + dqt + "))'>");
	document.write("<a tabindex='30' ");
	document.write("onfocus='omv(document.getElementById(" + dqt + "d_m2" + dqt + "),  ");
	document.write("document.getElementById(" + dqt + "tdm2" + dqt + ").offsetLeft + 20, ");
	document.write("document.getElementById(" + dqt + "tdm2" + dqt + ").offsetHeight, 140, 80)' ");
	document.write("onblur='checkshift(document.getElementById(" + dqt + "d_m2" + dqt + "))'  ");
	document.write("href='product.htm#top' title='ClearSEAs the Product' class='tdulf'"); 
	document.write(">&nbsp;Software&nbsp;</a></td>");

	document.write("<td width='25%' align='center' class='brght2' name='tdm3' id='tdm3' ");
	document.write("onmouseover='omv(document.getElementById(" + dqt + "d_m3" + dqt + "), ");
	document.write("this.offsetLeft + 20, this.offsetHeight, 140, 68)' ");
	document.write("onmouseout='omu(document.getElementById(" + dqt + "d_m3" + dqt + "))'>");
	document.write("<a tabindex='40' ");
	document.write("onfocus='omv(document.getElementById(" + dqt + "d_m3" + dqt + "),  ");
	document.write("document.getElementById(" + dqt + "tdm3" + dqt + ").offsetLeft + 20, ");
	document.write("document.getElementById(" + dqt + "tdm3" + dqt + ").offsetHeight, 140, 68)' ");
	document.write("onblur='checkshift(document.getElementById(" + dqt + "d_m3" + dqt + "))'  ");
	document.write("href='support.htm' title='Support for ClearSEAs' class='tdulf'"); 
	document.write(">&nbsp;Support&nbsp;</a></td>");

	document.write("<td width='25%' align='center' class='brght2' name='tdm4' id='tdm4'");
	document.write("onmouseover='omv(document.getElementById(" + dqt + "d_m4" + dqt + "), ");
	document.write("this.offsetLeft + 20, this.offsetHeight, 140, 50)' ");
	document.write("onmouseout='omu(document.getElementById(" + dqt + "d_m4" + dqt + "))'>");
	document.write("<a tabindex='50' ");
	document.write("onfocus='omv(document.getElementById(" + dqt + "d_m4" + dqt + "),  ");
	document.write("document.getElementById(" + dqt + "tdm4" + dqt + ").offsetLeft + 20, ");
	document.write("document.getElementById(" + dqt + "tdm4" + dqt + ").offsetHeight, 140, 50)' ");
	document.write("onblur='checkshift(document.getElementById(" + dqt + "d_m4" + dqt + "))'  ");
	document.write("href='legal.htm' title='ClearSEAs EULA and Privacy Policy' class='tdulf'");	 
	document.write(">&nbsp;Legals&nbsp;</a></td>");

	document.write("</tr></table>");
	document.write("</td></tr><tr><td class='cbg9'>");

	document.write("<table style='table-layout:fixed;' name='t_o_p3' border='0' cellspacing='0' summary='main page layout'><tr>");
	document.write("<td class='cbg9' width='1px'></td>");
	document.write("<td class='bt3' width='732px' align='center'>" + p2 + "</td>");
	document.write("<td class='cbg9' width='1px'></td>");
	document.write("</tr></table>");
	document.write("</td></tr><tr><td class='cbg9'>");

	document.write("<div id='d_m1' name='d_m1' class='div_y' align='left' ");
	document.write("onmouseover='omv(this, ");
	document.write("document.getElementById(" + dqt + "tdm1" + dqt + ").offsetLeft + 20, ");
	document.write("document.getElementById(" + dqt + "tdm1" + dqt + ").offsetHeight, 140, 80)' ");
	document.write("onmouseout='omu(this)' >");
	document.write("<a tabindex='21' onfocus='omv(document.getElementById(" + dqt + "d_m1" + dqt + "), ");
	document.write("document.getElementById(" + dqt + "tdm1" + dqt + ").offsetLeft + 20, ");
	document.write("document.getElementById(" + dqt + "tdm1" + dqt + ").offsetHeight, 140, 80)' ");
	document.write("href='default.htm#top' class='tdulf'>&nbsp;Home</a><br />");
	document.write("<a tabindex='22' onfocus='omv(document.getElementById(" + dqt + "d_m1" + dqt + "), ");
	document.write("document.getElementById(" + dqt + "tdm1" + dqt + ").offsetLeft + 20, ");
	document.write("document.getElementById(" + dqt + "tdm1" + dqt + ").offsetHeight, 140, 80)' ");
	document.write("href='news.htm#top' class='tdulf'>&nbsp;News</a><br />");
	document.write("<a tabindex='23' onfocus='omv(document.getElementById(" + dqt + "d_m1" + dqt + "), ");
	document.write("document.getElementById(" + dqt + "tdm1" + dqt + ").offsetLeft + 20, ");
	document.write("document.getElementById(" + dqt + "tdm1" + dqt + ").offsetHeight, 140, 80)' ");
	document.write("href='hsproducts.htm#top' class='tdulf'>&nbsp;Health & Safety</a><br />");
	document.write("<a tabindex='24' onfocus='omv(document.getElementById(" + dqt + "d_m1" + dqt + "), ");
	document.write("document.getElementById(" + dqt + "tdm1" + dqt + ").offsetLeft + 20, ");
	document.write("document.getElementById(" + dqt + "tdm1" + dqt + ").offsetHeight, 140, 80)' ");
	document.write("href='resellers.htm#top' class='tdulf'>&nbsp;Resellers</a><br />");
	document.write("<a tabindex='25' onfocus='omv(document.getElementById(" + dqt + "d_m1" + dqt + "), ");
	document.write("document.getElementById(" + dqt + "tdm1" + dqt + ").offsetLeft + 20, ");
	document.write("document.getElementById(" + dqt + "tdm1" + dqt + ").offsetHeight, 140, 80)' ");
	document.write("onblur='checknotshift(document.getElementById(" + dqt + "d_m1" + dqt + "))' ");
	document.write("href='contact.htm#top' class='tdulf'>&nbsp;Contact Us</a></div>");

	document.write("<div id='d_m2' name='d_m2' class='div_y' align='left' ");
	document.write("onmouseover='omv(this, ");
	document.write("document.getElementById(" + dqt + "tdm2" + dqt + ").offsetLeft + 20, ");
	document.write("document.getElementById(" + dqt + "tdm2" + dqt + ").offsetHeight, 140, 80)' ");
	document.write("onmouseout='omu(this)'>");
	document.write("<a tabindex='31' onfocus='omv(document.getElementById(" + dqt + "d_m2" + dqt + "), ");
	document.write("document.getElementById(" + dqt + "tdm2" + dqt + ").offsetLeft + 20, ");
	document.write("document.getElementById(" + dqt + "tdm2" + dqt + ").offsetHeight, 140, 80)' ");
	document.write("href='product.htm#top' class='tdulf'>&nbsp;Information</a><br />");
	document.write("<a tabindex='32' onfocus='omv(document.getElementById(" + dqt + "d_m2" + dqt + "), ");
	document.write("document.getElementById(" + dqt + "tdm2" + dqt + ").offsetLeft + 20, ");
	document.write("document.getElementById(" + dqt + "tdm2" + dqt + ").offsetHeight, 140, 80)' ");
	document.write("href='benefits.htm#top' class='tdulf'>&nbsp;Benefits</a><br />");
	document.write("<a tabindex='33' onfocus='omv(document.getElementById(" + dqt + "d_m2" + dqt + "), ");
	document.write("document.getElementById(" + dqt + "tdm2" + dqt + ").offsetLeft + 20, ");
	document.write("document.getElementById(" + dqt + "tdm2" + dqt + ").offsetHeight, 140, 80)' ");
	document.write("href='examples.htm#top' class='tdulf'>&nbsp;Examples</a><br />");
	document.write("<a tabindex='34' onfocus='omv(document.getElementById(" + dqt + "d_m2" + dqt + "), ");
	document.write("document.getElementById(" + dqt + "tdm2" + dqt + ").offsetLeft + 20, ");
	document.write("document.getElementById(" + dqt + "tdm2" + dqt + ").offsetHeight, 140, 80)' ");
	document.write("href='download.htm#top' class='tdulf'>&nbsp;Free Download</a><br />");
	document.write("<a tabindex='36' onfocus='omv(document.getElementById(" + dqt + "d_m2" + dqt + "), ");
	document.write("document.getElementById(" + dqt + "tdm2" + dqt + ").offsetLeft + 20, ");
	document.write("document.getElementById(" + dqt + "tdm2" + dqt + ").offsetHeight, 140, 80)' ");
	document.write("onblur='checknotshift(document.getElementById(" + dqt + "d_m2" + dqt + "))' ");
	document.write("href='howtobuy.htm#top' class='tdulf'>&nbsp;How to Buy</a></div>");

	document.write("<div id='d_m3' name='d_m3' class='div_y' align='left' ");
	document.write("onmouseover='omv(this, ");
	document.write("document.getElementById(" + dqt + "tdm3" + dqt + ").offsetLeft + 20, ");
	document.write("document.getElementById(" + dqt + "tdm3" + dqt + ").offsetHeight, 140, 68)' ");
	document.write("onmouseout='omu(this)'>");
	document.write("<a tabindex='41' ");
	document.write("onfocus='omv(document.getElementById(" + dqt + "d_m3" + dqt + "), ");
	document.write("document.getElementById(" + dqt + "tdm3" + dqt + ").offsetLeft + 20, ");
	document.write("document.getElementById(" + dqt + "tdm3" + dqt + ").offsetHeight, 140, 68)' ");
	document.write("href='support.htm#top' class='tdulf'>&nbsp;Support</a><br />");
	document.write("<a tabindex='42' ");
	document.write("onfocus='omv(document.getElementById(" + dqt + "d_m3" + dqt + "), ");
	document.write("document.getElementById(" + dqt + "tdm3" + dqt + ").offsetLeft + 20, ");
	document.write("document.getElementById(" + dqt + "tdm3" + dqt + ").offsetHeight, 140, 68)' ");
	document.write("href='faqs.htm#top' class='tdulf'>&nbsp;Freq. Asked Q.s</a><br />");
	document.write("<a tabindex='43' ");
	document.write("onfocus='omv(document.getElementById(" + dqt + "d_m3" + dqt + "), ");
	document.write("document.getElementById(" + dqt + "tdm3" + dqt + ").offsetLeft + 20, ");
	document.write("document.getElementById(" + dqt + "tdm3" + dqt + ").offsetHeight, 140, 68)' ");
	document.write("href='nextsteps.htm#top' class='tdulf'>&nbsp;Next Steps</a><br />");
	document.write("<a tabindex='44' ");
	document.write("onfocus='omv(document.getElementById(" + dqt + "d_m3" + dqt + "), ");
	document.write("document.getElementById(" + dqt + "tdm3" + dqt + ").offsetLeft + 20, ");
	document.write("document.getElementById(" + dqt + "tdm3" + dqt + ").offsetHeight, 140, 68)' ");
	document.write("onblur='checknotshift(document.getElementById(" + dqt + "d_m3" + dqt + "))' ");
	document.write("href='bespoke.htm#top' class='tdulf'>&nbsp;Bespoke Additions</a></div>");

	document.write("<div id='d_m4' name='d_m4' class='div_y' align='left' ");
	document.write("onmouseover='omv(this, ");
	document.write("document.getElementById(" + dqt + "tdm4" + dqt + ").offsetLeft + 20, ");
	document.write("document.getElementById(" + dqt + "tdm4" + dqt + ").offsetHeight, 140, 50)' ");
	document.write("onmouseout='omu(this)'>");
	document.write("<a tabindex='51' ");
	document.write("onfocus='omv(document.getElementById(" + dqt + "d_m4" + dqt + "), ");
	document.write("document.getElementById(" + dqt + "tdm4" + dqt + ").offsetLeft + 20, ");
	document.write("document.getElementById(" + dqt + "tdm4" + dqt + ").offsetHeight, 140, 50)' ");
	document.write("href='legal.htm' class='tdulf'>&nbsp;Summary</a><br />");
	document.write("<a tabindex='52' ");
	document.write("onfocus='omv(document.getElementById(" + dqt + "d_m4" + dqt + "), ");
	document.write("document.getElementById(" + dqt + "tdm4" + dqt + ").offsetLeft + 20, ");
	document.write("document.getElementById(" + dqt + "tdm4" + dqt + ").offsetHeight, 140, 50)' ");
	document.write("href='eula.htm' class='tdulf'>&nbsp;License</a><br />");
	document.write("<a tabindex='53' ");
	document.write("onfocus='omv(document.getElementById(" + dqt + "d_m4" + dqt + "), ");
	document.write("document.getElementById(" + dqt + "tdm4" + dqt + ").offsetLeft + 20, ");
	document.write("document.getElementById(" + dqt + "tdm4" + dqt + ").offsetHeight, 140, 50)' ");
	document.write("onblur='checknotshift(document.getElementById(" + dqt + "d_m4" + dqt + "))' ");
	document.write("href='privacypolicy.htm' class='tdulf'>&nbsp;Privacy Policy</a></div>");

	document.write("<table style='table-layout:fixed;' border='0' cellspacing='0' class='cbgmain' summary='main page layout'><tr>");
	document.write("<td class='cbg9' width='1px'></td>");
	document.write("<td valign='top' width='730px' align='center'>");	
}
// **********************************************************************************************************
function commonend()
{
	document.write("<span class='ff1 cbf fsz4'>Copyright &copy; 2003 Rowanberry Consultancy Ltd. ");
	document.write("All copyright and trademark ownership is fully recognized.<br />");
	document.write("No liability is accepted for any loss suffered, directly or indirectly ");
	document.write("from the use of information given on this site.</span></td>");
	document.write("<td class='cbg9' width='1px'></td></tr></table>");
	document.write("<hr size='1' color='blue' /></td></tr></table></center>");
}
// **********************************************************************************************************

function setCB1()
{
	putcookiedata("srchstr", document.getElementById("srchstr").value)
}
// ********************************************************************************************************
// called from site_search.asp
 function naf(p1, p2, s1)
{
   window.external.NavigateAndFind((p1 + p2), s1, "");
}
// ********************************************************************************************************
function find_text()
{
	if (document.getElementById("srchstr").value > " ")
	{
		setCB1();
		if (findcount == 0)
		{
			oRange = document.body.createTextRange();
			if (oRange.findText(document.getElementById("srchstr").value)) 
				{
					findcount = 1;
					oPar = oRange.parentElement();
					determineToggle(oPar.parentNode);
				 	oRange.select();
					if (oPar.id == 'notinsearch')
						{ find_text();}
					window.status = document.getElementById("srchstr").value + " - found - click Page button again for next occurance";
				}
			else
				{
					window.status = document.getElementById("srchstr").value + " - not found in document.";
				}
		}
		else
		{
			oRange.moveStart('character');
			if (oRange.findText(document.getElementById("srchstr").value, 1)) 
				{
					findcount += 1;
					oPar = oRange.parentElement();
 				 	determineToggle(oPar.parentNode);
					oRange.select();
					if (oPar.id == 'notinsearch')
						{ find_text();}
					window.status = document.getElementById("srchstr").value + " - found."
				}
			else
				{
					window.status = document.getElementById("srchstr").value + " - no further occurances found."
				}
		}
	}
	else
	{
		window.status = "Please enter search text."
	}
}
// ********************************************************************************************************
function determineToggle(oItem)
{
 	if (browser=='ie')
	{
		if (oItem.style.display == "none")
			{ TogDis(oItem); }
	}
	else
	{
		if (document.oItem.visibility == "none")
			{ TogDis(oItem); }
	}

}
// ********************************************************************************************************
function comend()
{
	document.write("<table style='table-layout:fixed' class='cbg9 fsz8' align='center' border='0' summary='page layout'>");
	document.write("<tr>");
	document.write("<td class='ff cbf' align='center' width='738px'>");
	document.write("<a href='default.htm#top'>Home</a><span class='ff cblk'> | </span>");
	document.write("<a href='product.htm#top'>Software</a><span class='ff cblk'> | </span>");
	document.write("<a href='howtobuy.htm#top'>How to Buy</a><span class='ff cblk'> | </span>");
	document.write("<a href='download.htm#top'>Free Download</a><span class='ff cblk'> | </span>");
	document.write("<a href='http://www.acceptum.co.uk/faqs.htm#top'>FAQs</a><span class='ff cblk'> | </span>");
	document.write("<a href='http://www.acceptum.co.uk/examples.htm#top'>Examples</a><span class='ff cblk'> | </span>");
	document.write("<a href='support.htm#top'>Support</a><span class='ff cblk'> | </span>");
	document.write("<a href='http://www.acceptum.co.uk/training.htm#top'>Training</a><span class='ff cblk'> | </span>");
	document.write("<a href='legal.htm#top'>Legals</a><span class='ff cblk'> | </span>");
	document.write("<a href='news.htm#top'>News</a><span class='ff cblk'> | </span>");
	document.write("<a href='resellers.htm#top'>Resellers</a><span class='ff cblk'> | </span>");
	document.write("<a href='contact.htm#top'>Contact</a>");
	commonlastpart();

}
// ********************************************************************************************************
function commonlastpart()
{
	document.write("</td></tr><tr><td class='ff cbf fsz7 lh10' align='center'>");
	document.write("Copyright &copy; 2003 Rowanberry Consultancy Ltd. ");
	document.write("All copyright and trademark ownership is fully recognized.<br />");
	document.write("No liability is accepted for any loss suffered, directly or indirectly ");
	document.write("from the use of information given on this site.</td></tr></table>");
}
// ********************************************************************************************************
function commonend_up()
{
	document.write("<table style='table-layout:fixed' class='cbg9' align='center' border='0' summary='page layout'>");
	document.write("<tr><td class='ff cbf' align='center' width='738px'>");
	document.write("<a href='../default.htm#top'>Home</a><span class='ff cblk'> | </span>");
	document.write("<a href='../product.htm#top'>Software</a><span class='ff cblk'> | </span>");
	document.write("<a href='../download.htm#top'>Free Download</a><span class='ff cblk'> | </span>");
	document.write("<a href='../howtobuy.htm#top'>How to Buy</a><span class='ff cblk'> | </span>");
	document.write("<a href='http://www.acceptum.co.uk/faqs.htm#top'>FAQs</a><span class='ff cblk'> | </span>");
	document.write("<a href='http://www.acceptum.co.uk/examples.htm#top'>Examples</a><span class='ff cblk'> | </span>");
	document.write("<a href='../support.htm#top'>Support</a><span class='ff cblk'> | </span>");
	document.write("<a href='http://www.acceptum.co.uk/training.htm#top'>Training</a><span class='ff cblk'> | </span>");
	document.write("<a href='../legal.htm#top'>Legals</a><span class='ff cblk'> | </span>");
	document.write("<a href='../news.htm#top'>News</a><span class='ff cblk'> | </span>");
	document.write("<a href='../resellers.htm#top'>Resellers</a><span class='ff cblk'> | </span>");
	document.write("<a href='../contact.htm#top'>Contact</a>");
	commonlastpart();
}
// *****************************************************************************************
function commonend_up2()
{
	document.write("<table style='table-layout:fixed' class='cbg9 fsz8' align='center' border='0' summary='page layout'>");
	document.write("<tr><td class='ff cbf' align='center' width='738px'>");
	document.write("<a href='../default.htm#top'>Home</a><span class='ff cblk'> | </span>");
	document.write("<a href='../product.htm#top'>Software</a><span class='ff cblk'> | </span>");
	document.write("<a href='../download.htm#top'>Free Download</a><span class='ff cblk'> | </span>");
	document.write("<a href='../howtobuy.htm#top'>How to Buy</a><span class='ff cblk'> | </span>");
	document.write("<a href='http://www.acceptum.co.uk/faqs.htm#top'>FAQs</a><span class='ff cblk'> | </span>");
	document.write("<a href='http://www.acceptum.co.uk/examples.htm#top'>Examples</a><span class='ff cblk'> | </span>");
	document.write("<a href='../support.htm#top'>Support</a><span class='ff cblk'> | </span>");
	document.write("<a href='http://www.acceptum.co.uk/training.htm#top'>Training</a><span class='ff cblk'> | </span>");
	document.write("<a href='../legal.htm#top'>Legals</a><span class='ff cblk'> | </span>");
	document.write("<a href='../news.htm#top'>News</a><span class='ff cblk'> | </span>");
	document.write("<a href='../resellers.htm#top'>Resellers</a><span class='ff cblk'> | </span>");
	document.write("<a href='../contact.htm#top'>Contact</a>");
	commonlastpart();
}
// *****************************************************************************************
function commonend_upup()
{
	document.write("<table style='table-layout:fixed' class='cbg9' align='center' border='0' summary='page layout'>");
	document.write("<tr><td class='ff cbf' align='center' width='738px'>");
	document.write("<a href='../../default.htm#top'>Home</a><span class='ff cblk'> | </span>");
	document.write("<a href='../../product.htm#top'>Software</a><span class='ff cblk'> | </span>");
	document.write("<a href='../../download.htm#top'>Free Download</a><span class='ff cblk'> | </span>");
	document.write("<a href='../../howtobuy.htm#top'>How to Buy</a><span class='ff cblk'> | </span>");
	document.write("<a href='http://www.acceptum.co.uk/faqs.htm#top'>FAQs</a><span class='ff cblk'> | </span>");
	document.write("<a href='http://www.acceptum.co.uk/examples.htm#top'>Examples</a><span class='ff cblk'> | </span>");
	document.write("<a href='../../support.htm#top'>Support</a><span class='ff cblk'> | </span>");
	document.write("<a href='http://www.acceptum.co.uk/training.htm#top'>Training</a><span class='ff cblk'> | </span>");
	document.write("<a href='../../legal.htm#top'>Legals</a><span class='ff cblk'> | </span>");
	document.write("<a href='../../news.htm#top'>News</a><span class='ff cblk'> | </span>");
	document.write("<a href='../../resellers.htm#top'>Resellers</a><span class='ff cblk'> | </span>");
	document.write("<a href='../../contact.htm#top'>Contact</a>");
	commonlastpart();
}
// *****************************************************************************************
function dotd_bot()
{
}
// *****************************************************************************************
function dotd_rs()
{
}
// *****************************************************************************************
