function sendmail(){
	window.open('/mail.php','','width=350,height=250,scrollbars=no,resizable=no');
	return false;
}
function loadJs(s) {
	var script = document.createElement('script');
	script.type = 'text/javascript';
	script.src = s;
	document.getElementsByTagName('head')[0].appendChild(script);
}
$(document).ready(function(){$("a.show-img").fancybox();})
