// <![CDATA[

var djConfig = {
		parseOnLoad: false,
		isDebug: false
};
try {
  document.execCommand("BackgroundImageCache",false,true);
} catch(e){}

//]]>

/****************************************************************************************
 *  function : MM_openBrWindow
 *  purpose  : This method opens a popup window with specified attributes.
 *
***************************************************************************************/  

function MM_openBrWindow(theURL,winName,features) { //v2.0
  window.open(theURL,winName,features);
}

