var d=document, w=window, bloc='block', none='none', inli='inline'
function jsEdition(){return '2007-12-09 13:15'}
function GI(){if(d.getElementById)return true}
function iGI(iD){if(d.getElementById(iD))return true}
function CN(){if(GI()&&d.childNodes[0])return true}
function G(iD){if(iGI(iD)){return d.getElementById(iD)}else{return false}}
function S(iD){return G(iD).style}
function viz(iD,vz){if(iGI(iD)){S(iD).display=vz}}
function noneOthers(section){
	for(n=0;n<6;n++){
		if(n!=section){iD='d'+n
			viz(iD,none)}
}}	
function divVis(ID){
	iD='d'+ID
	if(iGI(iD)){viz(iD,bloc);noneOthers(ID)
}}
//onmouseover border appears but smaller; page loads with tab border fx in js at end
function U(pageNumber){HL='h'+pageNumber;d.pageNumber=pageNumber
		if(iGI(HL)){G(HL).className='tab_loaded'}
}
function tabSleep(){for(n=0;n<6;n++){H='h'+n
			if(iGI(H)&&n!=d.pageNumber){G(H).className='tab_asleep'}
}	}
function revert(){H='h'+d.pageNumber
			if(iGI(H)){G(H).className='tab_loaded'}
	tabSleep()
}
function V(I,MC){
	if(MC==0){tabSleep(I)
		HH='h'+I
	if(iGI(HH)&&n!=d.pageNumber){G(HH).className='tab_moused'}
	}
	if(d.pageNumber){setTimeout('revert()',800)}
}
function noneBasic(){if(CN()){
	cName="HIDE_FROM_DHTML_BROWSERS"
	if(d.getElementsByTagName){
	var Elems=d.getElementsByTagName("div")
	for (i=0;i<Elems.length;i++){ 
	if (Elems[i].className==cName){Elems[i].style.display=none}
}}}}
function getMeta(){
	eName="OriginalPublicationDate"
	if(d.getElementsByTagName){
	var Elems=d.getElementsByTagName("meta")
	for (i=0;i<Elems.length;i++){ 
	if (Elems[i].name==eName) {return Elems[i].content}
}}}
function shad(what,size,ww){
sIdM=what+"Mshad"
sIdL=what+"Lshad"
if(size!=0&&ww>300){viz(sIdL,bloc)}else{viz(sIdM,bloc)}
if(size==0){viz(sIdM,none);viz(sIdL,none)}
}
function enL(what,newSrc,size,ww){
	if(size==1){timerStore=what
		if(iGI(what)&&d.images){
			G(what).blur()
			smSrc=d.images[what].src
			d.images[what].src=newSrc
			}
	}else if(size==0&&newSrc){
			d.images[what].src=newSrc
	}else{d.images[what].src=smSrc}
		wx='auto';if(ww&&ww!=NaN){wx=ww+'px'}/*size just for guess what: IE5*/
		d.images[what].style.width=wx
		d.images[what].style.height=wx
	shad(what,size,ww)
}
function versionData(){d.write("index.html edition: "+getMeta()+"<br>index.js edition: "+jsEdition());d.close()}
function initialise() {noneBasic()} 