
try {
  document.execCommand('BackgroundImageCache', false, true);
} catch(e) {}

function pxPopup(url) {
	window.open(url,'pxPopup','menubar=yes, scrollbars=yes, resizable=yes');
}
