﻿//Hide Status Bar text on mouseover buttons or text
var statusmsg = ""
		
		function hidestatus(){
		window.status=statusmsg
		return true
		}


