/* Author: Carl Siegle / VisualJava, Inc.Created: December 9, 2005Client: USF Research Park of Tampa Bay.*/var isNS = (document.layers);var isNS6=(document.getElementById && (! document.all));var isIE=(document.getElementById && document.all);var pltfrm = navigator.userAgent.toLowerCase();var isMac = (pltfrm.indexOf("mac")>-1);document.write('<link href="http://www.visualjava.com/clients/USF/includes/usf.css" rel="stylesheet" type="text/css">'); // problem fix for NetScape 4 resizeif ((isNS)||(isNS6)) { origWidth=innerWidth; origHeight=innerHeight; onresize=function(){  if (innerWidth!=origWidth||innerHeight!=origHeight) location.reload() }}