﻿/// <reference path="jquery-1.3-vsdoc.js" />


var app = function() {

    return {


        init: function() {
        
                var PageName = "";
                var ContentHeight = parseInt($(".content").height())+180;
                $(".container").css("height",ContentHeight +"px");
                $(".alpha_bg").css("height",ContentHeight +"px");
                $(".navHeight").css("height",ContentHeight-350 +"px");

        }
        
    };
}; 



