 if (document.images) {
		home1 = new Image;
		home2 = new Image;
		news1 = new Image;
		news2 = new Image;
		islands1 = new Image;
		islands2 = new Image;
		services1 = new Image;
		services2 = new Image;
		entertainment1 = new Image;
		entertainment2 = new Image;
		culture1 = new Image;
		culture2 = new Image;
		colleges1 = new Image;
		colleges2 = new Image;
		comhairle1 = new Image;
		comhairle2 = new Image;
		contact1 = new Image;
		contact2 = new Image;
												
		home1.src = "iomhanna/home1.gif";
		home2.src = "iomhanna/home2.gif";
		news1.src = "iomhanna/news1.gif";
		news2.src = "iomhanna/news2.gif";
		islands1.src = "iomhanna/islands1.gif";
		islands2.src = "iomhanna/islands2.gif";
		services1.src = "iomhanna/services1.gif";
		services2.src = "iomhanna/services2.gif";		
		entertainment1.src = "iomhanna/entertainment1.gif";		
		entertainment2.src = "iomhanna/entertainment2.gif";		
		culture1.src = "iomhanna/culture1.gif";		
		culture2.src = "iomhanna/culture2.gif";				
		colleges1.src = "iomhanna/colleges1.gif";				
		colleges2.src = "iomhanna/colleges2.gif";				
		comhairle1.src = "iomhanna/comhairle1.gif";
		comhairle2.src = "iomhanna/comhairle2.gif";
		contact1.src = "iomhanna/contact1.gif";
		contact2.src = "iomhanna/contact2.gif";

	}
	else {
		home1 = "";
		home2 = "";
		news1 = "";
		news2 = "";
		islands1 = "";
		islands2 = "";
		services1 = "";
		services2 = "";
		entertainment1 = "";
		entertainment2 = "";
		culture1 = "";
		culture2 = "";
		colleges1 = "";
		colleges2 = "";
		comhairle1 = "";
		comhairle2 = "";
		contact1 = "";
		contact2 = "";
		
		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
	} 
*/
