dhtml = function() { this.alert_window_count = 0; this.layer_list = new Array(); this.post_vars = new Array(); } /* This function will display a quick alert box */ dhtml.prototype.alert = function(data, single, options) { if (this.alert_window_count < 0) { this.alert_window_count = 0; } alert_layer_id = "common_alert_layer"; if ((single==undefined || single=="" ) && !document.getElementById(alert_layer_id+"_text")) { alert_layer = document.createElement("div"); alert_layer.id = alert_layer_id; alert_layer.style.position = "absolute"; start = this.alert_window_count; alert_layer.style.top = start+"%"; alert_layer.style.left = start+"%"; str = "