
try {
  document.execCommand('BackgroundImageCache', false, true);
} catch(e) {}

function pxPopup(url) {
	window.open(url,'pxPopup','menubar=yes, scrollbars=yes, resizable=yes');
}

function MM_openBrWindow(theURL,winName,features) { //v2.0
  window.open(theURL,winName,features);
}

$(document).ready(function(){

	$('a:has(.article-px-big-border)').attr('rel','gallery').colorbox( { maxWidth:"95%", maxHeight:"95%" } );

});