/*disable select */
document.onselectstart=new Function ("return false"); /* if IE4+ */
function reEnable(){return true;}
function disableselect(e){return false;}
if (window.sidebar){/* if NS6 */
document.onmousedown=disableselect;
document.onclick=reEnable;}
/* expand ini */
var folder='';
var listicon='';
var membicon='';
var hidelist= new Image();
var showlist= new Image();
var hidememb= new Image();
var showmemb= new Image();
hidelist.src = 'htr.jpg' ;
showlist.src  = 'str.jpg' ;
hidememb.src = 'hme.jpg' ;
showmemb.src  = 'sme.jpg' ;
/* expand country */
function etree(id){
if(incomatible){
alert("Your browser doesn't support this action! \n\n It is recommended to use: \n     Microsoft Internet Explorer 6.x,   or\n     Netscape Navigator 7.x,   or\n    Opera 7.x,   or\n    Mozilla 1.7");
}else{
listicon=document.getElementById("t"+id);
folder =document.getElementById(id).style;
if (folder.display=="none"){
listicon.src=showlist.src;
folder.display="";
}else{
listicon.src=hidelist.src;
folder.display="none";
}}}
/* expand all members */
function ema(id,showmembersall){
if(!incomatible){
cntmembers=1;
membicon=document.getElementById("a"+id);
if (membicon.src==hidememb.src){
membicon.src=showmemb.src;
id++;
while(cntmembers<=showmembersall){
membicon=document.getElementById("i"+id);
folder =document.getElementById(id).style;
membicon.src=showmemb.src;
folder.display="";
cntmembers++;
id++;
}}else{
membicon.src=hidememb.src;
id++;
while(cntmembers<=showmembersall){
membicon=document.getElementById("i"+id);
folder =document.getElementById(id).style;
membicon.src=hidememb.src;
folder.display="none";
cntmembers++;
id++;
}}}}
/* expand single Member */
function em(id){
if(!incomatible){
membicon=document.getElementById("i"+id);
folder =document.getElementById(id).style;
if (folder.display=="none"){
membicon.src=showmemb.src;
folder.display="";
}else{
membicon.src=hidememb.src;
folder.display="none";
}}}
/* hide email */
var  el = function(maillink){
var a = /=/;
var b = new String();
b = maillink;
var d = b.length;
var e= b.indexOf('=');
b= b.substring(e+1,d)+'='+b.substring(0,e);
b = b.replace(a,'@');
var c = new String();
c   ='mail';
c+= 'to:';
c+= b;
c+= '?subj';
c+= 'ect=Mutya\'s Fanlisting - visitor mail';
location.href=c;
}

if(top==self){
	top.location.replace('http://www.mutyas-fanlisting.at.tf');	
}
