// SN3 Notification Handling. //Throws an Error function throwerror(txt) { $("#notificationbox").hide(); $("#notificationbox").css("visibility","visible"); $("#notificationbox").html(txt+" Go Back"); $("#notificationbox").fadeIn(); } function hideerror() { $("#notificationbox").fadeOut(); }