function InitializeShowroom_0012()
{
	Load();
};

var divMain = document.getElementById('Launchpad05');
var childDivs = divMain.getElementsByTagName('div');
var evoxTabs = null;
for(i=0; i<childDivs.length; i++)
{
	if(childDivs[i].className == 'evoxtabs')
	{
		evoxTabs = childDivs[i];
	}
}
if(evoxTabs != null)
{
	InitializeShowroom_0012();
}