﻿$(document).ready(function(){   
    $("ul.sf-menu").supersubs({ minWidth: 12, maxWidth: 27, extraWidth: 1 }).superfish({speed: '300', autoArrows: true, animation: {height:'show'} }).find('ul').bgIframe({opacity:false}); 

    if ( $("#pageAlert").length > 0 )
	{
		tb_show("Grandville Public Schools Alert", "#TB_inline?height=300&width=400&inlineId=pageAlert", null);
	}  
});


function setDivs() 
{
    if (document.getElementById('i003content'))
    {
        var elm = document.getElementById('i003content');
        elm.style.height = 'auto';
        if (elm.offsetHeight)
            elm.style.height = elm.offsetHeight + "px";
    }
}

