/*	******************************************************
	 no_nav.js - Javascript functions for www.ntsbdc.org for pages without nav bar
	 North Texas Small Business Development Center		
	 Bill Priest Campus of El Centro Community College, Dallas, TX	
	******************************************************		*/		


var bn = navigator.appName;
var vn = navigator.appVersion;

var ie5 = (document.getElementById && document.all);
var ns6 = (document.getElementById && !document.all);

function resCheck()
{
	var sHeight = screen.height;

	if(sHeight<700){
		topBanner.className="banner2Width800";
		title1.className="pageTitle800";
		title2.className="pageTitle2800";
	}
}
