<!--
function MM_openBrWindow(theURL,winName,features) { //v2.0
  window.open(theURL,winName,features);
}

function wopen(url) {
 if (url) {
 opwin = window.open(url,'subwin','width=700,location=yes,menubar=yes,scrollbars=yes,resizable=yes,status=yes');
 opwin.focus();
}
}
function swopen(url) {
 if (url) {
 opwin = window.open(url,'ssubwin','width=700,height=500,location=yes,menubar=yes,scrollbars=yes,resizable=yes,status=yes');
 opwin.focus();
}
}

jQuery(document).ready(function($) {
	$('.more a').focus(function(){this.blur();});
});
//-->
