﻿//InitAll.js

window.onload = initAll;

function initAll() 
{   
    initMenuLink();
    initBannerCycle();
}