function showflash(){
document.write('<object classid="clsid:d27cdb6e-ae6d-11cf-96b8-444553540000" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=8,0,0,0" width="463" height="350"><param name="movie" value="/sanctum/sanctum4.swf" /><param name="quality" value="high" /><param name="wmode" value="transparent" /><param name="bgcolor" value="#ffffff" /><embed src="/sanctum/sanctum4.swf" quality="high" wmode="transparent" bgcolor="#ffffff" width="463" height="350" type="application/x-shockwave-flash" pluginspage="http://www.adobe.com/go/getflashplayer" /></object>');
}
function intro(){
	if(document.getElementById){
		document.getElementById('intro').innerHTML='<object classid="clsid:d27cdb6e-ae6d-11cf-96b8-444553540000" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=8,0,0,0" width="1000" height="500"><param name="movie" value="/sanctum/intro2.swf" /><param name="quality" value="high" /><param name="bgcolor" value="#ffffff" /><embed src="/sanctum/intro2.swf" quality="high" bgcolor="#ffffff" width="1000" height="500" type="application/x-shockwave-flash" pluginspage="http://www.adobe.com/go/getflashplayer" /></object>';
	}
}
function sanctum(){
	if(document.getElementById){
		var obj=this,a=document.getElementById('vt'),el,x;
		a.onclick=function(){ return obj.vt(this); }
		this.fl=document.getElementById('fl');
		this.d=false;
		this.tvd=false;
		this.l=document.getElementById('layout');
		this.c=document.getElementById('content');
		this.txt=document.getElementById('text');
		if(this.l.className!='l5' && this.txt && this.txt.offsetHeight>204){
			this.inittxt();
		}
		el=document.getElementById('television');
		if(el){
			a=el.getElementsByTagName('a');
			for(x=a.length-1;x>=0;x--){
				a[x].onclick=function(){ return obj.tv(this); }
			}
		}
		if(/MSIE [56]/.test(window.navigator.userAgent)){
			var tt;
			if(tt=document.getElementById('telstra')){
				tt.src="/sanctum/style/images/blank.gif";
				tt.className="fixie";
			}
		}
	}
}
sanctum.prototype={
inittxt:function(){
	var i,x,d,obj=this;
	var oldie=/MSIE [56]/;
	i=this.txt.getElementsByTagName('h1');
	this.adj=(i[0].offsetHeight-7)%17;
	if(this.adj){
		this.adj=17-this.adj;
	}
	i=this.txt.offsetHeight;
	this.ppag=Math.ceil(i/204);
	i=(i+this.adj)%204;
	i=Math.ceil(i/17);
	if(i){
		i=12-i;
		for(x=0;x<i;x++){
			d=document.createElement('div');
			d.appendChild(document.createTextNode(' '));
			this.txt.appendChild(d);
		}
	}
	this.pp=1;
	this.txt.style.height=(204-this.adj)+"px";
	this.txt.style.overflow="hidden";
	this.pnav=document.createElement('div');
	this.pnav.id='pnav';
	this.pbck=document.createElement('a');
	this.pbck.href='#';
	this.pbck.style.visibility='hidden';
	this.pbck.onclick=function(){
		return obj.pck(-1,this);
	}
	i=new Image();
	if(oldie.test(window.navigator.userAgent)){
		i.src="/sanctum/style/images/blank.gif";
		i.id='pbck';
	}else{
		i.src="/sanctum/style/images/pbck.png";
	}
	this.pbck.appendChild(i);
	this.pnav.appendChild(this.pbck);
	this.pnxt=document.createElement('a');
	this.pnxt.href='#';
	this.pnxt.onclick=function(){
		return obj.pck(1,this);
	}
	i=new Image();
	if(oldie.test(window.navigator.userAgent)){
		i.src="/sanctum/style/images/blank.gif";
		i.id='pnxt';
	}else{
		i.src="/sanctum/style/images/pnxt.png";
	}
	this.pnxt.appendChild(i);
	this.pnav.appendChild(this.pnxt);
	this.c.appendChild(this.pnav);
},
pck:function(dd,ele){
	ele.blur();
	this.pp+=dd;
	this.pbck.style.visibility=this.pp<=1?'hidden':'visible';
	this.pnxt.style.visibility=this.pp>=this.ppag?'hidden':'visible';
	this.txt.style.height=(204-(this.pp==1?this.adj:0))+"px";
	this.txt.scrollTop=(this.pp-1)*204;
},
init:function(){
	var d,e,i,obj=this;
	this.firstfl=true;
	this.d=document.createElement('div');
	this.d.className='zoom';
	this.ovr=document.createElement('div');
	this.ovr.className='ovr';
	this.d.appendChild(this.ovr);
	this.cnt=document.createElement('div');
	this.cnt.className='cnt';
	this.d.appendChild(this.cnt);
	this.dlg=document.createElement('div');
	this.dlg.className='dlg';
	d=document.createElement('div');
	d.className='rx';
	e=document.createElement('a');
	e.href="#";
	e.onclick=function(){
		return obj.vtx();
	}
	i=new Image();
	i.src='/sanctum/style/images/roamclose.gif';
	e.appendChild(i);
	d.appendChild(e);
	this.dlg.appendChild(d);
	this.roam=document.createElement('div');
	this.dlg.appendChild(this.roam);
	this.cnt.appendChild(this.dlg);
	document.body.appendChild(this.d);
},
vt:function(ele){
	ele.blur();
	if(this.d===false) this.init();
	var height=window.innerHeight && window.scrollMaxY?window.innerHeight+window.scrollMaxY:(document.body.scrollHeight>document.body.offsetHeight?document.body.scrollHeight:document.body.offsetHeight);
	var width=window.innerWidth && window.scrollMaxX?window.innerWidth+window.scrollMaxX:(document.body.scrollWidth>document.body.offsetWidth?document.body.scrollWidth:document.body.offsetWidth);
	var ih=window.innerHeight?window.innerHeight:(document.documentElement.clientHeight?document.documentElement.clientHeight:document.body.clientHeight);
	var st=window.pageYOffset?window.pageYOffset:(document.documentElement.scrollTop?document.documentElement.scrollTop:document.body.scrollTop);

	ih-=360;
	if(ih<0)ih=0;
	cp=Math.floor((ih)/2)+st;
	cp-=25;
	if(cp<0)cp=0;

	if(this.fl) this.fl.style.display='none';
	this.d.style.height=height+'px';
	this.d.style.width=width+'px';
	this.ovr.style.height=height+'px';
	this.ovr.style.width=width+'px';
	this.cnt.style.top=cp+'px';
	this.d.style.display='block';
	if(this.firstfl){
		this.firstfl=false;
		this.roam.innerHTML='<object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0" width="800" height="360"><param name="movie" value="/Flash_MAI.swf"><param name="quality" value="high"><param name="bgcolor" value="#000000"><embed src="/Flash_MAI.swf" quality="high" bgcolor="#000000" width="800" height="360" type="application/x-shockwave-flash" pluginspage="http://www.macromedia.com/go/getflashplayer"></embed></object>';
	}
	return false;
},
vtx:function(){
	this.d.style.display='none';
	if(this.fl) this.fl.style.display='block';
	return false;
},
tvinit:function(){
	var d,e,i,obj=this;
	this.tvd=document.createElement('div');
	this.tvd.className='zoom';
	this.tvovr=document.createElement('div');
	this.tvovr.className='ovr';
	this.tvd.appendChild(this.tvovr);
	this.tvcnt=document.createElement('div');
	this.tvcnt.className='cnt';
	this.tvd.appendChild(this.tvcnt);
	this.tvdlg=document.createElement('div');
	this.tvdlg.className='dlg';
	this.tvdlg.style.width='618px';
	d=document.createElement('div');
	d.className='rx';
	e=document.createElement('a');
	e.href="#";
	e.onclick=function(){
		return obj.tvx();
	}
	i=new Image();
	i.src='/sanctum/style/images/roamclose.gif';
	e.appendChild(i);
	d.appendChild(e);
	this.tvdlg.appendChild(d);
	this.tvvid=document.createElement('div');
	this.tvdlg.appendChild(this.tvvid);
	this.tvcnt.appendChild(this.tvdlg);
	document.body.appendChild(this.tvd);
},
tv:function(ele){
	ele.blur();
	if(this.tvd===false) this.tvinit();
	var height=window.innerHeight && window.scrollMaxY?window.innerHeight+window.scrollMaxY:(document.body.scrollHeight>document.body.offsetHeight?document.body.scrollHeight:document.body.offsetHeight);
	var width=window.innerWidth && window.scrollMaxX?window.innerWidth+window.scrollMaxX:(document.body.scrollWidth>document.body.offsetWidth?document.body.scrollWidth:document.body.offsetWidth);
	var ih=window.innerHeight?window.innerHeight:(document.documentElement.clientHeight?document.documentElement.clientHeight:document.body.clientHeight);
	var st=window.pageYOffset?window.pageYOffset:(document.documentElement.scrollTop?document.documentElement.scrollTop:document.body.scrollTop);

	ih-=360;
	if(ih<0)ih=0;
	cp=Math.floor((ih)/2)+st;
	cp-=25;
	if(cp<0)cp=0;

	if(this.fl) this.fl.style.display='none';
	this.tvd.style.height=height+'px';
	this.tvd.style.width=width+'px';
	this.tvovr.style.height=height+'px';
	this.tvovr.style.width=width+'px';
	this.tvcnt.style.top=cp+'px';
	this.tvd.style.display='block';
	var p=ele.href.replace(/.*=/,'');
	this.tvvid.innerHTML='<object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0" width="618" height="348"><param name="movie" value="/sanctum/sanctumvideo.swf?vid='+p+'"><param name="quality" value="high"><param name="bgcolor" value="#000000"><param name="allowfullscreen" value="true"><embed src="/sanctum/sanctumvideo.swf?vid='+p+'" quality="high" bgcolor="#000000" allowfullscreen="true" width="618" height="348" type="application/x-shockwave-flash" pluginspage="http://www.macromedia.com/go/getflashplayer"></embed></object>';
	return false;
},
tvx:function(){
	this.tvd.style.display='none';
	if(this.fl) this.fl.style.display='block';
	this.tvvid.innerHTML='';
	return false;
}
}

