//  =======================================================================
//  University of Minnesota Nanotechnology Coordinating Office
//  http://www.nano.umn.edu
//  Institute of Technology Nanofabrication Center
//  http://www.nfc.umn.edu
//
//  /scripts/umn_nfc_init.js
//
//  Force browser width check on page load to activate liquid or static 
//  stylesheet for given width.  Used in conjunction with 
//  umn_nano_resolution.js or umn_nano_utilities.js
//
//
//  Programmer:  John Schafer   jschafer :at: umn :dot: edu
//
//  =======================================================================
//  Copyright (C) 2005 - 2007   University of Minnesota
//  All rights reserved.
//  THIS CODE AND INFORMATION IS PROVIDED "AS IS" WITHOUT WARRANTY OF ANY 
//  KIND, EITHER EXPRESSED OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE 
//  IMPLIED WARRANTIES OF MERCHANTABILITY AND/OR FITNESS FOR A PARTICULAR 
//  PURPOSE.
//  =======================================================================


checkBrowserWidth();

window.onresize = checkBrowserWidth;
