// Popup window routine

function showgallary()
{
	window.open("../trugga-greenlaning/gallary.htm","Trugga","toolbar=0,scrollbars=0,scrollable=0,menubars=0,status=0,location=0,width=650,height=600,left=10,top=10");
}

//Local Gallary

var noPictures=19;
var PicNo=1;
var pausetime=5000; //5 seconds

function slideshow(){
		//PicNo = 1
		mytimer=setInterval('clicknext(PicNo)',pausetime)
	}
	
function pausebut(){
		clearTimeout(mytimer);
	}

function showpicture(PicNo){
	imagename="gallary/"+PicNo+".jpg";
	Photo.src=imagename;
	var picdetail="";
	if (PicNo==1){picdetail="02/06/2007 - Mid Wales"};
	if (PicNo==2){picdetail="02/06/2007 - Mid Wales"};
	if (PicNo==3){picdetail="16/06/2007 - North Wales, leading a FOG reccy party up to the Lost Lake"};
	if (PicNo==4){picdetail="16/06/2007 - North Wales - The Lost Lake"};
	if (PicNo==5){picdetail="15/07/2007 - North Wales - Leading a FOG beginners group over the White Stones lane"};
	if (PicNo==6){picdetail="28/07/2007 - North Wales - The FOG beginners finish their day out laning"};
	if (PicNo==7){picdetail="29/03/2008 - Coffee break on the Ranges, North Wales with FOG"};	
	if (PicNo==8){picdetail="28/08/2007 - North Yorkshire Moors"};	
	if (PicNo==9){picdetail="29/03/2008 - Leading a FOG group up to the Lost Lake, North Wales"};	
	if (PicNo==10){picdetail="28/12/2007 - Laning with GLASS in Shropshire"};		
	if (PicNo==11){picdetail="28/08/2007 - North Yorkshire Moors"};		
	if (PicNo==12){picdetail="28/08/2007 - North Yorkshire Moors"};		
	if (PicNo==13){picdetail="03/02/2008 - Impromptu day out in north Wales"};		
	if (PicNo==14){picdetail="29/03/2008 - The Wayfarer summit in March with FOG"};		
	if (PicNo==15){picdetail="29/03/2008 - Leading novices from FOG up over the Wayfarer (north Wales)"};		
	if (PicNo==16){picdetail="29/03/2008 - Leading novices from FOG over Sarn Helen, Coed y brenin (north Wales)"};		
	if (PicNo==17){picdetail="11/05/2008 - A solitary day trip out in the Frontera Sport"};		
	if (PicNo==18){picdetail="11/05/2008 - A solitary day trip out in the Frontera Sport"};		
	if (PicNo==19){picdetail="29/03/2008 - Leading novices from FOG up over White Stones (north Wales)"};		
	
photoinfo.innerHTML='<b><font face="Verdana" size="1" color="#000000">' + picdetail + '</font></b></td>';
}

function clicknext(){
	if(PicNo==noPictures){PicNo=0};
	if(PicNo<noPictures)
	{
		PicNo=PicNo+1;
		showpicture(PicNo);
	}
}

function clickprevious(){
	if(PicNo==1){PicNo=noPictures};
	if(PicNo>1)
	{
		PicNo=PicNo-1;
		showpicture(PicNo);
	}
}

//Show or Hide sectional text

function ShowSection0()
{
	if (Section0.style.display == "none")
	{
		Section0.style.display = "inline";
		section0txt.innerHTML = "less...";
	}
	else
	{
		Section0.style.display = "none";
		section0txt.innerHTML = "more...";
	}
}

function ShowSection1()
{
	if (Section1.style.display == "none")
	{
		Section1.style.display = "inline";
		section1txt.innerHTML = "less...";
	}
	else
	{
		Section1.style.display = "none";
		section1txt.innerHTML = "more...";
	}
}

function ShowSection2()
{
	if (Section2.style.display == "none")
	{
		Section2.style.display = "inline";
		section2txt.innerHTML = "less...";
	}
	else
	{
		Section2.style.display = "none";
		section2txt.innerHTML = "more...";
	}
}

function ShowSection3()
{
	if (Section3.style.display == "none")
	{
		Section3.style.display = "inline";
		section3txt.innerHTML = "less...";
	}
	else
	{
		Section3.style.display = "none";
		section3txt.innerHTML = "more...";
	}
}

function ShowSection4()
{
	if (Section4.style.display == "none")
	{
		Section4.style.display = "inline";
		section4txt.innerHTML = "less...";
	}
	else
	{
		Section4.style.display = "none";
		section4txt.innerHTML = "more...";
	}
}

function ShowSection5()
{
	if (Section5.style.display == "none")
	{
		Section5.style.display = "inline";
		section5txt.innerHTML = "less...";
	}
	else
	{
		Section5.style.display = "none";
		section5txt.innerHTML = "more...";
	}
}

function ShowSection6()
{
	if (Section6.style.display == "none")
	{
		Section6.style.display = "inline";
		section6txt.innerHTML = "less...";
	}
	else
	{
		Section6.style.display = "none";
		section6txt.innerHTML = "more...";
	}
}

function ShowSection7()
{
	if (Section7.style.display == "none")
	{
		Section7.style.display = "inline";
		section7txt.innerHTML = "less...";
	}
	else
	{
		Section7.style.display = "none";
		section7txt.innerHTML = "more...";
	}
}

function ShowSection8()
{
	if (Section8.style.display == "none")
	{
		Section8.style.display = "inline";
		section8txt.innerHTML = "less...";
	}
	else
	{
		Section8.style.display = "none";
		section8txt.innerHTML = "more...";
	}
}

function ShowSection9()
{
	if (Section9.style.display == "none")
	{
		Section9.style.display = "inline";
		section9txt.innerHTML = "less...";
	}
	else
	{
		Section9.style.display = "none";
		section9txt.innerHTML = "more...";
	}
}

//Capture and prevent right click

var message="Copywrite © 2008 Trugga";

function clickIE4(){
	if (event.button==2){
		alert(message);
		return false;
	}
}

function clickNS4(e){
	if (document.layers||document.getElementById&&!document.all){
		if (e.which==2||e.which==3){
			alert(message);
			return false;
		}
	}
}

if (document.layers){
	document.captureEvents(Event.MOUSEDOWN);
	document.onmousedown=clickNS4;
}
	else if (document.all&&!document.getElementById){
	document.onmousedown=clickIE4;
}

document.oncontextmenu=new Function("alert(message);return false")
