﻿// Author    : Chris Smith
// Copyright : 2009 Silver Maple Studio
// Date      : 03 June 2009
// Filename  : index.js



function initAll() {
    rolloverInit();
    dropdownInit();
    liHover();
}

window.onload = initAll;
