// 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 sqt = "'"
var todayis = new Date()
var x = 0;
var y = 0;
var ot;
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"
// ********************************************************************************************************
function doa()
{
 flashtext_ac1();
 var p1 = document.getElementById('nis');
 if (navigator.appName == "Netscape") {
	p1.textContent = "" ;
 }
 else {
 	p1.innerHTML = "";
 	p1.innerText = "";
 }

}
// ********************************************************************************************************
function clkd_acct(p1, p2, p3)
{
	document.forms[0].ls_acct.value = p1;
	document.forms[0].ls_curr.value = p2;
	document.forms[0].ls_atot.value = p3;
}
// ********************************************************************************************************
function clkd_anal(p1, p2)
{
	document.forms[0].ls_acct.value = p1;
	document.forms[0].ls_atot.value = p2;
}
// ********************************************************************************************************
function flashtext_ac1()
{
	if (document.getElementById("flashit"))
	{
		if (x == 0)
		 	{ 	document.getElementById("flashit").innerHTML = "1. Can it produce a Business Management Score Card?"; }
		if (x == 1)
		 	{ 	document.getElementById("flashit").innerHTML = "2. Can it process web orders with little or no manual intervention?"; }	 	
		if (x == 2)
		 	{	document.getElementById("flashit").innerHTML = "3. Can it produce quotes, delivery notes, sales invoices, purchase orders, etc?";  }	 		
		if (x == 3)
		 	{	document.getElementById("flashit").innerHTML = "4. Can you e-mail customers with details of current stock levels, promotions, etc. on a regular basis?"; }
		if (x == 4)
		 	{	document.getElementById("flashit").innerHTML = "5. Can it make regular marketing mail-shots to customers and potential customers?"; 	} 	 	
		if (x == 5)
		 	{	document.getElementById("flashit").innerHTML = "6. Can it monitor the success rate of such marketing campaigns?";  	}	 	
		if (x > 5)
		 	{	document.getElementById("flashit").innerHTML = "7. Can you obtain answers to adhoc questions in a matter of minutes rather than days?";    	 	
			x = 0; 	}
		else
		{	x = x + 1; 	}
		ot = setTimeout("flashtext_ac1()", 4600);
	}
}
// ********************************************************************************************************
function show_div(z)
{
	if (browser=='ie') {
		d1.style.display = 'none';
		d2.style.display = 'none';
		d3.style.display = 'none';
		d4.style.display = 'none';
		d5.style.display = 'none';
		d6.style.display = 'none';
		d7.style.display = 'none';
		d1.style.visibility = 'hidden';
		d2.style.visibility = 'hidden';
		d3.style.visibility = 'hidden';
		d4.style.visibility = 'hidden';
		d5.style.visibility = 'hidden';
		d6.style.visibility = 'hidden';
		d7.style.visibility = 'hidden';
		if (z == 1) { 
				d1.style.display = 'block'; 
				d1.style.visibility = 'visible'; }
		if (z == 2) {
				d2.style.display = 'block';  
				d2.style.visibility = 'visible'; }
		if (z == 3) {
				d3.style.display = 'block';  
				d3.style.visibility = 'visible'; }
		if (z == 4) {
				d4.style.display = 'block';  
				d4.style.visibility = 'visible'; }
		if (z == 5) {
				d5.style.display = 'block';  
				d5.style.visibility = 'visible'; }
		if (z == 6) {
				d6.style.display = 'block';  
				d6.style.visibility = 'visible'; }
		if (z == 7) {
				d7.style.display = 'block';  
				d7.style.visibility = 'visible'; }
	}
	else
	{
		document.d1.visibility = 'hidden';
		document.d2.visibility = 'hidden';
		document.d3.visibility = 'hidden';
		document.d4.visibility = 'hidden';
		document.d5.visibility = 'hidden';
		document.d6.visibility = 'hidden';
		document.d7.visibility = 'hidden';
		document.d1.display = 'none';
		document.d2.display = 'none';
		document.d3.display = 'none';
		document.d4.display = 'none';
		document.d5.display = 'none';
		document.d6.display = 'none';
		document.d7.display = 'none';
		if (z == 1) {
			document.d1.visibility = 'visible'; 
			document.d1.display = 'block';}
		if (z == 2) {
			document.d2.visibility = 'visible';	 
			document.d2.display = 'block';}
		if (z == 3) {
			document.d3.visibility = 'visible';  
			document.d3.display = 'block';}
		if (z == 4) {
			document.d4.visibility = 'visible';  
			document.d4.display = 'block';}
		if (z == 5) {
			document.d5.visibility = 'visible';  
			document.d5.display = 'block';}
		if (z == 6) {
			document.d6.visibility = 'visible';	 
			document.d6.display = 'block';}
		if (z == 7) {
			document.d7.visibility = 'visible';	 
			document.d7.display = 'block';}
	}
}
// ********************************************************************************************************
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 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 newWind(NW)
{
if (lastwin != NW) 
	{
	if (lastwin > 0) NewWindow.close();
	lastwin = NW;
	NewWindow = window.open('mod' + NW + '.htm', '',  'toolbar=1,width=750,height=450,top=5,left=10,scrollbars=1,resizable=1');
	}
}
// ********************************************************************************************************
function TogDis(oItems)
{
	if (browser=='ie')
	{
		if ((oItems.style.display == "") || (oItems.style.display == "none"))
			{ oItems.style.display = "block"; }
		else 
			{ oItems.style.display = "none"; }
	}
	else
	{
		if ((document.oItems.visibility == "") || (document.oItems.visibility == "none"))
			{ document.oItems.visibility = "visible"; }
		else 
			{ document.oItems.visibility = "none";  }
	}
}

//********************************************************************************************************
function TogDis_hold(oItems)
{
	if (browser=='ie')
	{
		if ((oItems.style.display == "") || (oItems.style.display == "none"))
			{ 
				if (hold_x != "")
					{ hold_x.style.display = "none"; }
				oItems.style.display = "block"; 
			}
		else 
			{ oItems.style.display = "none"; }
	}
	else
	{
		if ((document.oItems.visibility == "") || (document.oItems.visibility == "none"))
			{ 
				if (hold_x != "")
					{document.hold_x.visibility = "none"; }
  			  document.oItems.visibility = "visible"; 
			}
		else 
			{ document.oItems.visibility = "none";  }
	}

	hold_x = oItems;
}

// ********************************************************************************************************
function Tog_scen(oItems)
{
	if (browser=='ie')
	{
		if ((oItems.style.display == "") || (oItems.style.display == "none"))
			{ 
				if (hold_x != "")
					{ hold_x.style.display = "none"; }
				oItems.style.display = "block"; 
			}
		else 
			{ oItems.style.display = "none"; }
	}
	else
	{
		if ((document.oItems.visibility == "") || (document.oItems.visibility == "none"))
			{ 
				if (hold_x != "")
					{document.hold_x.visibility = "none"; }
  			  document.oItems.visibility = "visible"; 
			}
		else 
			{ document.oItems.visibility = "none";  }
	}

	hold_x = oItems;
}

// ********************************************************************************************************
function SetDisplay(oItems)
{
	if (browser=="ie")
		{ oItems.style.display = "none"; }
	else
		{ document.oItems.visibility = "none"; }
}
// ********************************************************************************************************


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 xmlstart(p1)
{
	if (navigator.appName == "Netscape") 
	{  browser = "ns"; 	}
	else
	{	browser = "ie"; 	}
	window.onerror = errorHandler;
	document.write("<a name='top'></a><div class='pw'>");
	document.write("<table style='table-layout:fixed' name='all_page' border='0' cellspacing='0' cellpadding='0' ");
	document.write("class='cbg1 ff cblue fsz12 lh16' summary='page layout'>");
	document.write("<tr align='top'>");
	document.write("<td align='left' valign='top' width='17%'>");
	document.write("<div id='TopRCL'><span class='acceptl'>Acceptum</span><br />");
	document.write("<span class='bussoft'>Business Software</span></div></td>");
	document.write("<td align='center' valign='center' width='*%' class='cblue'>");
	document.write("<span class='fsz16 lh16 bld'>" + p1 + "</td>");
	document.write("<td align='left' valign='top' width='17%'>");
	document.write("<img tabindex='3' align='center' valign='top' src='../graphics/RCL100x50logo.jpg' ");
	document.write(" width='100px' height='50px' vspace='3' hspace='3' title='Acceptum Business Software' ");
	document.write("alt='Acceptum Business Software logo' border='0' /></a></td></tr>");

	document.write("<tr><td align='center' colspan='3' class='cbg nrml ff cbf fsz10'>");
}
// *******************************************************************************************

function commonstart(p1, p2)
{
	if (navigator.appName == "Netscape") 
	{  browser = "ns"; 	}
	else
	{	browser = "ie"; 	}
	window.onerror = errorHandler;
	document.write("<div id='TopTop'>");
	document.write("<a name='top'></a>");
	document.write("<div id='TopRCL'><span class='acceptl'>Acceptum</span><br />");
	document.write("<span class='bussoft'>Business Software</span></div>");

	document.write("<div id='TopText'>" + p1 + "<br />");
	document.write("<span class='cgold bld ital' >... business management and control software ... </span><br />");
    document.write("<span class='cblue'>" + p2 + "</span></div>");

	document.write("<div id='TopRCL'>");
	document.write("<img tabindex='-1' align='center' valign='top' src='../graphics/RCL100x50logo.jpg' ");
	document.write(" width='100px' height='50px' vspace='3' hspace='0' title='Acceptum Business Software' ");
	document.write("alt='Acceptum Business Software logo' border='0' /></div>");


	document.write("<br clear='all' /></div>");
	document.write("<div id='wholepage'>");
	document.write("<div id='menucol'>Business/IT Terms<br /><ul class='mainnav'><hr color='#C7D8E9' size='3' />");
	document.write("<li class='terms'><a href='terms.htm'>Terms</a></li>");
	document.write("<li class='bpm'><a href='bpm.htm'>B.P.M.</a></li>");
	document.write("<li class='cpm'><a href='cpm.htm'>C.P.M.</a></li>");
	document.write("<li class='crm'><a href='crm.htm'>C.R.M.</a></li>");
	document.write("<li class='kpi'><a href='kpi.htm'>K.P.I.</a></li>");
	document.write("<li class='whatiserp'><a href='whatiserp.htm'>E.R.P.</a></li>");
	document.write("<li class='websitesupport'><a href='websitesupport.htm'>Backoffice Systems</a></li>");
	document.write("<li class='ims'><a href='ims.htm'>I.M.S.</a></li>");
	document.write("<li class='fam'><a href='fam.htm'>Financial Metrics</a></li><br /><br /><br /><br /><br /><br /><br /><br /><br /><br /><br /><br />");

	document.write("<li class='aboutus'><a href='../aboutus.htm'>About Us</a></li>");
	document.write("<li class='contact'><a href='../contact.htm'>Contact Us</a></li>");
	document.write("<li><a title='ClearSEAs Accounting software' href='http://www.clearseas.co.uk/index.htm'>ClearSEAs AS</a></li>");
	document.write("<li><a title='Acceptum business management software' href='../ac1.htm'>Acceptum BMS</a></li>");
	document.write("<li><a href='../Links.htm'>Useful Links</a></li>");
  	document.write("</ul><hr size='1' color='blue' />");
	document.write("<center class='cbg1 ff cbf fsz4 lh10' >");
	document.write("Copyright Rowanberry Consultancy Limited, Woking GU22 8BA (Registered in England No 3013557).<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.<br />");
	document.write("All copyright and trademark ownership of product names given is fully recognized.<br /><br /><br /><br />");
	document.write("</center></div>");
	document.write("<div id='textarea'>");

}
// **********************************************************************************************************
function commoncopywrite()
{
document.write("</div> <br clear='all'/ >");

google_ad_client = "pub-6410302963230693";
google_alternate_color = "FEFBFE";
google_ad_width = 728;
google_ad_height = 90;
google_ad_format = "728x90_as";
google_ad_type = "text_image";
google_ad_channel ="6418944316";
google_color_border = "FEFBFE";
google_color_bg = "FEFBFE";
google_color_link = "FF0000";
google_color_url = "FF2020";
google_color_text = "202020";
document.write("<script type="+dqt+"text/javascript"+dqt+" ");
document.write(" src="+dqt+"http://pagead2.googlesyndication.com/pagead/show_ads.js"+dqt+"></script>");
document.write("<hr size='1' color='blue' />");
document.write("</div> ");
}
// ********************************************************************************************************
function commonend_up()
{
document.write("</td></tr></table>");
document.write("<table style='table-layout:fixed' class='cbg1 ff cbf fsz8 lh10'>");
document.write("<tr><td align='center' width='734px'>");
document.write("<a href='../ac1.htm#top'>Home</a><span class='cblk'> | </span>");
document.write("<a href='../product.htm#top'>Software</a><span class='cblk'> | </span>");
document.write("<a href='../download.htm#top'>Free Download</a><span class='cblk'> | </span>");
document.write("<a href='../howtobuy.htm#top'>How to Buy</a><span class='cblk'> | </span>");
document.write("<a href='../examples.htm#top'>Examples</a><span class='cblk'> | </span>");
document.write("<a href='../support.htm#top'>Support</a><span class='cblk'> | </span>");
document.write("<a href='..//faqs.htm#top'>FAQs</a><span class='cblk'> | </span>");
document.write("<a href='../bespoke.htm#top'>Bespoke</a><span class='cblk'> | </span>");
document.write("<a href='../legalsum.htm#top'>Legals</a><span class='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>");
commoncopywrite();
}

// *****************************************************************************************
