function ShowPic(link){
	var	
		x = 420;
		y = 420;
	return window.open(link,'Attēls','resizable=yes, scrollbars=none, location=no, width='+x+', height='+y+', left='+((self.screen.availWidth-x)/2)+', top='+((self.screen.availHeight-y)/2));
}

function ShowPopup(link, t, x, y){
	return window.open(link,t,'resizable=yes, scrollbars=none, location=no, width='+x+', height='+y+', left='+((self.screen.availWidth-x)/2)+', top='+((self.screen.availHeight-y)/2));
}

function GoListPage(page){
	document.SearchForm.nobide.value=page;
	document.SearchForm.submit();
}

function GoSearchPage(page, offset){
	document.meklF.mekllapa.value=page;
	document.meklF.nobide.value=offset;
	document.meklF.submit();
}

function epasts(a, b, tmpID){
	document.getElementById(tmpID).innerHTML='<a href="'+'mailto:'+a+'@'+b+'">'+a+'@'+b+'</a>';
	//window.location.href='mailto:'+a+'@'+b;
}

function SetLang(lang){
	document.FLang.UILang.value = lang;
	document.FLang.submit();
}

function SetOrder(order){
	document.SearchForm.order.value=order;
	document.SearchForm.submit();
}