// JavaScript Document


	//StandardPopup
	function popwin(url, status, scrollbar, resizeable, widht, height) {
		Win2 = window.open(url, null, "help=no, status="+ status +", scrollbars="+ scrollbar +", resizable="+ resizeable +", width="+ widht +", height="+ height +", dependent=yes", true)
	}
	
	//Relad CAPTCHA Image
	function reloadCaptcha(captchaimg)
	{
		captchaimg.src = "aspcaptcha.asp?new=" + (Math.random()*10)
		
	}
	
	//Delay combat log
	function javascript_LogEntry(combatlogtext){	
		document.getElementById("realm_combat_LogEntry").innerHTML = document.getElementById("realm_combat_LogEntry").innerHTML + '<br />' +combatlogtext;
	}
	
	
	
	
