 //JavaScript Document
function getLoaded(id,tabs) {	
  if (window == parent) return;

  parent.popuptabWindow(id, tabs);	

}


