// All Scripts By Castle Links LTD Staff Copyright withheld

function popup(url,width,height){
	newwindow=window.open(url,"name","height="+height+",width="+width+",scrollbars=yes,resizable=yes,toolbar=yes");
	if (window.focus) {
		newwindow.focus();
	}
}

function popup_noresize(url,width,height){
	newwindow=window.open(url,"name","height="+height+",width="+width+",scrollbars=yes,resizable=no");
	if (window.focus) {
		newwindow.focus();
	}
}

function AniStart(){
	var AniSrc = document.getElementById('keepalive').src;
	document.getElementById('keepalive').src = AniSrc;
}