﻿//*************************************************************************************
// File     : nwec_functions.js
// Version  : 1.1
// Requires : jquery.js (version 1.2.6+), and braingnat.js (version 0.0.4+)
// Author   : Kyle Weems (ksw)
// Origin   : mindfly.com
// Created  : August 8, 2008
// Modified : August 19, 2008
// Purpose  : A set of functions specific to nwec.
//*************************************************************************************

// when the page has loaded, expand the content's height if it's not tall enough to fit the page.
$(document).ready(function(){setContentHeight(37);});
$(window).resize(function(){setContentHeight(37);});