var template_path;
var top_nav_items_a;
var top_nav_items_li;

var widget_controller;
var widget_wrapper;
var widget_wrapper_height;

var widget_feature = 1; // 1 = Turn on feature to let user expand / collpase widget
												// 0 = Turn off this feature
												
var widget_text_collapse = "Click here to collapse this widget.";
var widget_text_expand = "Click here to expand this widget.";