
$(document).ready(function() {

	$.ifixpng('/gfx/x.gif');
 	$('img[@src$=.png],div#black,div#main_photos,h1#logo').ifixpng();

//	$('a#gallerylink').cluetip({
//		local: true,
//		width: 165,
//		sticky: true,
//		mouseOutClose: true,
//		closePosition: 'title',
//		dropShadow: true
//	});

	$("div#gallery a").fancybox({
		'overlayOpacity' : 0.70,
		'overlayShow': true 
	}); 


 	
});

function emailaddress()
{
	// encoded using mailto encoder by SOLMETRA (www.solmetra.com)
	var spaf_eml = [105,111,104,114,68,103,117,122,107,113,109,122,122,112,128,116,132,118,64,118,117];
	var spaf_txt = [104,102,116,104];
	var spaf_sub = [];
	document.write('<a href=\"mailto:');
	cnt = spaf_eml.length; for (i=0; i<cnt; i++) { document.write(String.fromCharCode(spaf_eml[i]-i)); }
	document.write('\">');
	cnt = spaf_txt.length; for (i=0; i<cnt; i++) { document.write(String.fromCharCode(spaf_txt[i]-i)); }
	document.write('</a>');
}
