﻿/*--setStatus.js---------------------------------------------------------------------------------------
 - Purpose : sets IE's status bar to the desired string
 - Parameters : 
 		-	strNewStat = string to become the new status
 - Author : Ryan Putman
 - Updates : 3/17/2004 - comments updated
---------------------------------------------------------------------------------------------------*/
	function setStatus(strNewStat)
	{
		status = strNewStat
		return true
	}