function email (sc)
{
 	var serv = new Array;
	serv[0] = "klaipeda.lt";
	eml = "@" + serv[sc];
	return eml;
}

function pastas (sc)
{
	eml = "mailto:meras" + email(sc);
	window.location.href = eml;
}
