﻿//InitAll.js

window.onload = initAll;

function initAll() 
{
    initMenuLink();
    //detectJPlayer();
    //detectCloudCarousel();
}
