<!--
window.defaultStatus='';

function showPage(url, name, width, height, scroll) {
	var xoffset = 10;
	var yoffset = 28;

	xpos = ((700 - width) / 2) + 100;
	ypos = (screen.height - height) / 2;
	winprops = 'height='+height+',width='+width+',top='+ypos+',left='+xpos+',scrollbars='+scroll;

	win = window.open(url, name, winprops)
	win.resizeTo(width+xoffset,height+yoffset);
	
	if (parseInt(navigator.appVersion) >= 4) {
		win.window.focus();
		}
	}
	
function showBanner(url, name, width, height, scroll) {
	var xoffset = 10;
	var yoffset = 28;

	xpos = 416;
	ypos = 28;
	winprops = 'height='+height+',width='+width+',top='+ypos+',left='+xpos+',scrollbars='+scroll;

	win = window.open(url, name, winprops)
	win.resizeTo(width+xoffset,height+yoffset);
	
	if (parseInt(navigator.appVersion) >= 4) {
		win.window.focus();
		}	
	}

function writelinks() {
	document.write("<img src=gfx/spacer.gif width=8 height=13 border=0><br>");
	document.write("<div align=center>");
	document.write("<a href=index.htm>Return to Home Page</a> | ");
	document.write("<a href=../../acatalog/index.html>Product Information</a> | ");
	document.write("<a href=subscribers.htm>Registration</a> | ");
	document.write("<a href=../frameset/techsupport.htm>Help Desk</a> | ");
	document.write("</div>");
	}	
	
function writeaddress() {
	document.write("<img src=gfx/spacer.gif width=8 height=16 border=0><br>");
	document.write("<div align=center class=TD3><b><font color=#007FFF>DCM Security Ltd</font></b><br>");
	document.write("Churston, Burtons Lane, Claygate, Tonbridge, Kent, TN12 9PN<br>");
	document.write("<font color=#007FFF><b>Tel</b></font> 0845 2262593 <font color=#007FFF><b>Fax</b></font> 0845 2262594");
	document.write("<br><img src=gfx/spacer.gif width=8 height=8 border=0><br>Registered in England No. 05103864");
	document.write("<br><img src=gfx/spacer.gif width=8 height=10 border=0><br>");
	}
//-->
