<!--
function doClock(){
  var t=new Date(),a=doClock.arguments,str="",i,a1,lang="1";
  var month=new Array('January','Jan', 'February','Feb', 'March','Mar', 'April','Apr', 'May','May', 'June','Jun', 'July','Jul', 'August','Aug', 'September','Sep', 'October','Oct', 'November','Nov', 'December','Dec');
  var tday= new Array('Sunday','Sun','Monday','Mon', 'Tuesday','Tue', 'Wednesday','Wed','Thursday','Thr','Friday','Fri','Saturday','Sat');
  for(i=0;i<a.length;i++) {a1=a[i].charAt(1);switch (a[i].charAt(0)) {
  case "M":if  ((Number(a1)==3) && ((t.getMonth()+1)<10)) str+="0";
  str+=(Number(a1)>1)?t.getMonth()+1:month[t.getMonth()*2+Number(a1)];break;
  case "D": if ((Number(a1)==1) && (t.getDate()<10)) str+="0";str+=t.getDate();break;
  case "Y": str+=(a1=='0')?t.getFullYear():t.getFullYear().toString().substring(2);break;
  case "W":str+=tday[t.getDay()*2+Number(a1)];break; default: str+=unescape(a[i]);}}return str;
}

function MM_preloadImages() { //v3.0
  var d=document; if(d.images){ if(!d.MM_p) d.MM_p=new Array();
    var i,j=d.MM_p.length,a=MM_preloadImages.arguments; for(i=0; i<a.length; i++)
    if (a[i].indexOf("#")!=0){ d.MM_p[j]=new Image; d.MM_p[j++].src=a[i];}}
}

function MM_swapImgRestore() { //v3.0
  var i,x,a=document.MM_sr; for(i=0;a&&i<a.length&&(x=a[i])&&x.oSrc;i++) x.src=x.oSrc;
}

function MM_findObj(n, d) { //v4.01
  var p,i,x;  if(!d) d=document; if((p=n.indexOf("?"))>0&&parent.frames.length) {
    d=parent.frames[n.substring(p+1)].document; n=n.substring(0,p);}
  if(!(x=d[n])&&d.all) x=d.all[n]; for (i=0;!x&&i<d.forms.length;i++) x=d.forms[i][n];
  for(i=0;!x&&d.layers&&i<d.layers.length;i++) x=MM_findObj(n,d.layers[i].document);
  if(!x && d.getElementById) x=d.getElementById(n); return x;
}
function MM_swapImage() { //v3.0
  var i,j=0,x,a=MM_swapImage.arguments; document.MM_sr=new Array; for(i=0;i<(a.length-2);i+=3)
   if ((x=MM_findObj(a[i]))!=null){document.MM_sr[j++]=x; if(!x.oSrc) x.oSrc=x.src; x.src=a[i+2];}
}

function flvS3(v1){//v1.2
var v2=MM_findObj(v1);if (!v2){this.x=this.y=this.h=this.w=0;return;}var v3,v4,v5,v6,v7=(document.layers)?v2:v2.style;v3=isNaN(parseInt(v7.left))?v2.offsetLeft:parseInt(v7.left);v4=isNaN(parseInt(v7.top))?v4=v2.offsetTop:parseInt(v7.top);if (v2.offsetHeight){v5=v2.offsetHeight;v6=v2.offsetWidth;}else if (document.layers){v5=v7.clip.height;v6=v7.clip.width;}else {v5=v6=0;}this.x=parseInt(v3);this.y=parseInt(v4);this.h=parseInt(v5);this.w=parseInt(v6);}

function flvS8(v1,v2,v3){//v1.0
var v4=(document.layers)?v1:v1.style;var v5=flvS5();eval("v4.left='"+v2+v5+"'");eval("v4.top='"+v3+v5+"'");}

function flvS5(){//v1.0
var v1=((parseInt(navigator.appVersion)>4||navigator.userAgent.indexOf("MSIE")>-1)&&(!window.opera))?"px":"";return v1;}

function flvXAS1(){
var v1=arguments,v2=v1.length,v3='AutoScrollContainer',v4='AutoScrollContent';var v5=MM_findObj(v3),v6=MM_findObj(v4);if (!v5){return;}if (v5.XAS1!=null){clearTimeout(v5.XAS1);}var v7=(v2>0)?parseInt(v1[0]):1;if (v7){var v8=(v2>1)?parseInt(v1[1]):1,v9=(v2>2)?parseInt(v1[2]):50,v10=(v2>3)?parseInt(v1[3]):1;var v11=new flvS3(v3),v12=new flvS3(v4);var v13=v12.x,v14=v12.y,v15=0,v16=0;if (v10==1){var v17=-1*v12.h;v15=v12.x;if (v14>=v17){v16=v12.y-v8;}else {v16=v11.h;}}else {var v18=-1*v12.w;v16=v12.y;if (v13>=v18){v15=v12.x-v8;}else {v15=v11.w;}}flvS8(v6,v15,v16);v5.XAS1=setTimeout("flvXAS1("+v7+","+v8+","+v9+","+v10+")",v9);}}

function newWin(page,winName,w,h,scrollb,resize) { 
var win=null; 
centerWidth = (screen.width) ? (screen.width-w)/2 : 0; 
centerHeight = (screen.height) ? (screen.height-h)/2 : 0; 
config = 
'height='+h+',width='+w+',top='+centerHeight+',left='+centerWidth+',scrollbars='+scrollb+',resizable='+resize+'' 
win = window.open(page,winName,config); 
} 

function newSmallWin(page,winName) { 
var win=null; 
var w=800;
var h=600;
centerWidth = (screen.width) ? (screen.width-w)/2 : 0; 
centerHeight = (screen.height) ? (screen.height-h)/2 : 0; 
config = 
'height='+h+',width='+w+',top='+centerHeight+',left='+centerWidth+',scrollbars=1,resizable=1' 
win = window.open(page,winName,config); 
} 

function newVidWin(page,winName) { 
var win=null; 
var w=400;
var h=300;
centerWidth = (screen.width) ? (screen.width-w)/2 : 0; 
centerHeight = (screen.height) ? (screen.height-h)/2 : 0; 
config = 
'height='+h+',width='+w+',top='+centerHeight+',left='+centerWidth+',scrollbars=0,resizable=0,status=0,toolbar=0,menubar=0,resizable=0' 
win = window.open(page,winName,config); 
} 

function newMaxWin(page,winName) { 
var win=null; 
config = 
'outerHeight=' + screen.availHeight + ',outerWidth=' + screen.availWidth + ',scrollbars=1,resizable=1,titlebar=1'
win = window.open(page,winName,config); 
} 

function addmaplink()
{
	if (GBrowserIsCompatible()) { 
		  document.writeln ('Click <a href="javascript:newSmallWin(\'..\/html\/google_map.html\',\'Map\')">here<\/a> for a map');
	}
	else {
		  document.writeln ('Click <a href="javascript:newMaxWin(\'http:\/\/www.streetmap.co.uk\/streetmap.dll?Grid2Map?X=467864&Y=171673&title=Location+of+Kennet+Valley+Free+Church&back=Back+to+KVFC&url=www.kvfc.org.uk\',\'Map\')">here<\/a> for a map');
	}
}	

function menumaplink()
{
	if (GBrowserIsCompatible()) { 
		  document.writeln ('<a class=mainlevel href="javascript:newSmallWin(\'..\/html\/google_map.html\',\'Map\')">Map<\/a>');
	}
	else {
		  document.writeln ('<a class=mainlevel href="javascript:newMaxWin(\'http:\/\/www.streetmap.co.uk\/streetmap.dll?Grid2Map?X=467864&Y=171673&title=Location+of+Kennet+Valley+Free+Church&back=Back+to+KVFC&url=www.kvfc.org.uk\',\'Map\')">Map<\/a>');
	}
}	

function wimpyPopPlayer(theFile,id,stuff) {
	var mp3obj = new Object();
	mp3obj.filename = theFile;
	window.showModalDialog("myWimpy.php", mp3obj, stuff);
	//window.open(theFile,id,stuff);
}

//-->

