// call function to load menu AND tab
function tx_rgtabs_pi1getElement(ce,id) {
  tx_rgtabs_pi1getMenu(id);
  tx_rgtabs_pi1singleTab(ce,id);
}

// openPic from typo3 core
function openPic(url,winName,winParams)	{	//
  var theWindow = window.open(url,winName,winParams);
  if (theWindow)	{theWindow.focus();}
}

