function popitup(url) {
	newwindow=window.open(url,'name','height=640,width=1000');
	if (window.focus) {newwindow.focus()}
	return false;
}
$(document).ready(function() {

	$('a.hasPic').lightBox();
	$('a.hasPic2').lightBox();
	

});
$(function() {
	if ($.browser.mozilla && parseFloat($.browser.version) < 1.9 && navigator.appVersion.indexOf('Mac') !== -1) $('body').css('-moz-opacity',.999);
	$('#sample-menu-3').superfish({
		animation: {height:'show'},
		delay: 1200
	});
});

