// JavaScript Document

function fnBottom()
	{
	document.write ("<br><table cellpadding=4 cellspacing=1 border=0 align=right width=100%>");
	document.write ("<tr><td colspan='2'><img src='images/line.gif' border=0 width='100%' height=1></td></tr>");
	document.write ("<tr><td class=tdbottom>Email : <a href='mailto:enquiry@facon.co.uk' class='bottomemail'>enquiry@facon.co.uk</a></td>");
	document.write ("<td class=tdbottom align=right>© Copyrights 2005. All rights reserved.</td></tr>");
	document.write ("</table><br><br>");
	}
	
function fnMenu(imgid,image)
	{
	imgid.src = "images/" + image;
	}

if(document.images)
{
	var prod = new Image();
	prod.src = "images/products.gif";
	var prod1 = new Image();
	prod1.src = "images/products1.gif";
}

	function fnHide(){
		top.frames[0].window.hideall();
	}