 if (document.images) {
		baile1 = new Image;
		baile2 = new Image;
		nuacht1 = new Image;
		nuacht2 = new Image;
		ceantar1 = new Image;
		ceantar2 = new Image;
		seirbhisi1 = new Image;
		seirbhisi2 = new Image;
		siamsaiocht1 = new Image;
		siamsaiocht2 = new Image;
		cultur1 = new Image;
		cultur2 = new Image;
		colaisti1 = new Image;
		colaisti2 = new Image;
		comhairle1 = new Image;
		comhairle2 = new Image;
		teagmhail1 = new Image;
		teagmhail2 = new Image;
												
		baile1.src = "../iomhanna/baile1.gif";
		baile2.src = "../iomhanna/baile2.gif";
		nuacht1.src = "../iomhanna/nuacht1.gif";
		nuacht2.src = "../iomhanna/nuacht2.gif";
		ceantar1.src = "../iomhanna/ceantar1.gif";
		ceantar2.src = "../iomhanna/ceantar2.gif";
		seirbhisi1.src = "../iomhanna/seirbhisi1.gif";
		seirbhisi2.src = "../iomhanna/seirbhisi2.gif";		
		siamsaiocht1.src = "../iomhanna/siamsaiocht1.gif";		
		siamsaiocht2.src = "../iomhanna/siamsaiocht2.gif";		
		cultur1.src = "../iomhanna/cultur1.gif";		
		cultur2.src = "../iomhanna/cultur2.gif";				
		colaisti1.src = "../iomhanna/colaisti1.gif";				
		colaisti2.src = "../iomhanna/colaisti2.gif";				
		comhairle1.src = "../iomhanna/comhairle1.gif";
		comhairle2.src = "../iomhanna/comhairle2.gif";
		teagmhail1.src = "../iomhanna/teagmhail1.gif";
		teagmhail2.src = "../iomhanna/teagmhail2.gif";

	}
	else {
		baile1 = "";
		baile2 = "";
		nuacht1 = "";
		nuacht2 = "";
		ceantar1 = "";
		ceantar2 = "";
		seirbhisi1 = "";
		seirbhisi2 = "";
		siamsaiocht1 = "";
		siamsaiocht2 = "";
		cultur1 = "";
		cultur2 = "";
		colaisti1 = "";
		colaisti2 = "";
		comhairle1 = "";
		comhairle2 = "";
		teagmhail1 = "";
		teagmhail2 = "";
		
		document.cnaipe1 = "";
		document.cnaipe2 = "";
		document.cnaipe3 = "";		
		document.cnaipe4 = "";
		document.cnaipe5 = "";
		document.cnaipe6 = "";	
		document.cnaipe7 = "";
		document.cnaipe8 = "";
		document.cnaipe9 = "";			
	}
	
	//An cod don roghchlar....
	//************************************************************************
	


function aistrigh() 
{ 
	PageIndex2=document.form2.rogha.selectedIndex 
	if (document.form2.rogha.options[PageIndex2].name != "none") 
	{ 
		location = document.form2.rogha.options[PageIndex2].value 
	} 
} 


function go(){
	
	if (document.selecter.rogha.options[document.selecter.rogha.selectedIndex].value != "none") 
	{
		location = document.selecter.rogha.options[document.selecter.rogha.selectedIndex].value
	}
}

function validateCeist()
{
	if (document.forms.cuirCeist.ainm.value == "") {
		alert("Ainm in easnamh!!");		
		return false;
	}

	if (document.forms.cuirCeist.riomhphost.value == "") {
		alert("Seoladh ríomhphost in easnamh!!");		
		return false;
	}

	if (document.forms.cuirCeist.ceist.value == "") {
		alert("Ceist in easnamh!!");		
		return false;		
	}

	if (document.forms.cuirCeist.ceist.value.length > "300") {
		alert("Ceist ró-fhada");		
		return false;		
	}	
}

	//************************************************************************
	//deireadh cod don roghchlar
	
	//Pull down menu code (Java Script Book P.286) 
/*	
	stdBrowser = (document.getElementById) ? true:false
	
	function toggleMenu(currElem,nextPos){
		menuObj = (stdBrowser) ? document.getElementById(currElem).style:	
			eval("document." + currElem)
			
		if (toggleMenu.arguments.length == 1) {
			nextPos= (parseInt(menuObj.top) == -5) ? -90:-5
		}
		
		menuObj.top = (stdBrowser) ? nextPos+"px" : nextPos
	} 
*/
