 if (document.images) {
		baile1 = new Image;
		baile2 = new Image;
		dialann1 = new Image;
		dialann2 = new Image;
		gaeilge1 = new Image;
		gaeilge2 = new Image;
		english1 = new Image;
		english2 = new Image;
		aoileachtai1 = new Image;
		aoileachtai2 = new Image;
		cleachtaithe1 = new Image;
		cleachtaithe2 = new Image;
		measunuithe1 = new Image;
		measunuithe2 = new Image;
		ceisteanna1 = new Image;
		ceisteanna2 = new Image;
		focloirsaibhris1 = new Image;
		focloirsaibhris2 = new Image;
												
		baile1.src = "../iomhanna/baile1.gif";
		baile2.src = "../iomhanna/baile2.gif";
		dialann1.src = "../iomhanna/dialann1.gif";
		dialann2.src = "../iomhanna/dialann2.gif";
		gaeilge1.src = "../iomhanna/gaeilge1.gif";
		gaeilge2.src = "../iomhanna/gaeilge2.gif";
		english1.src = "../iomhanna/english1.gif";
		english2.src = "../iomhanna/english2.gif";		
		aoileachtai1.src = "../iomhanna/aoileachtai1.gif";		
		aoileachtai2.src = "../iomhanna/aoileachtai2.gif";		
		cleachtaithe1.src = "../iomhanna/cleachtaithe1.gif";		
		cleachtaithe2.src = "../iomhanna/cleachtaithe2.gif";
		measunuithe1.src = "../iomhanna/measunuithe1.gif";		
		measunuithe2.src = "../iomhanna/measunuithe2.gif";				
		ceisteanna1.src = "../iomhanna/ceisteanna1.gif";				
		ceisteanna2.src = "../iomhanna/ceisteanna2.gif";				
		focloirsaibhris1.src = "../iomhanna/focloirsaibhris1.gif";
		focloirsaibhris2.src = "../iomhanna/focloirsaibhris2.gif";
	}
	else {
		baile1 = "";
		baile2 = "";
		dialann1 = "";
		dialann2 = "";
		gaeilge1 = "";
		gaeilge2 = "";
		english1 = "";
		english2 = "";
		aoileachtai1 = "";
		aoileachtai2 = "";
		cleachtaithe1 = "";
		cleachtaithe2 = "";
		measunuithe1 = "";
		measunuithe2 = "";
		ceisteanna1 = "";
		ceisteanna2 = "";
		focloirsaibhris1 = "";
		focloirsaibhris2 = "";
		
		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
	} 
*/
