function mail(u, s, d, img)
{
var l="ilto";
	if (img == "txt")
		{document.write("<a"+" href="+"ma"+l+":"+u+"&#64;"+s+ "." +d+">"+u+"&#64;"+s+ "." +d+"</a>");}
	else
		{document.write("<a id=\"ico_m\" "+" href="+"ma"+l+":"+u+"&#64;"+s+ "." +d+"><img src=\"/design/spacer.gif\" alt=\"E-mail\" /></a>");}
}


$(function() {
    $('#photo_category').cycle({
        fx:     'scrollRight',
        speed:  'slow',
        timeout: 0,
        pager:  '#ico_categories',
		pagerEvent: 'mouseover',
        pagerAnchorBuilder: function(idx, slide) {
            // return sel string for existing anchor
            return '#ico_categories li:eq(' + (idx) + ') a img';
        }
    });
});


$(function() {
	$('.gallery a').lightBox();
});
