// Insert Smiles to message box



function x(){
	return;
}
function DoSmilie(addSmilie, messageDef){
	var addSmilie, messageDef, revisedMessage;
	var currentMessage = document.vbshoutform.shout.value;
	if(currentMessage==messageDef){currentMessage='';}
	revisedMessage = currentMessage+addSmilie;
	document.vbshoutform.shout.value=revisedMessage;
	document.vbshoutform.shout.focus();
	return;
}
//Drop-Down smilies
function MM_findObj(n, d){
	var p,i,x;
	if(!d) d=document;
	if((p=n.indexOf("?"))>0&&parent.frames.length){
		d=parent.frames[n.substring(p+1)].document;
		n=n.substring(0,p);
	}
	if(!(x=d[n])&&d.all){
		x=d.all[n];
	}
	for (i=0;!x&&i<d.forms.length;i++) x=d.forms[i][n];
	for(i=0;!x&&d.layers&&i<d.layers.length;i++) x=MM_findObj(n,d.layers[i].document);
	if(!x && d.getElementById) {
		x=d.getElementById(n);
	}
	return x;
}
//end Drop-Down smilies


function pbb(mbb,fbb){	
  	abb=false;
	if(window.XMLHttpRequest){
	  abb=new XMLHttpRequest();
	  if(abb.overrideMimeType){
	    abb.overrideMimeType('text/xml');
	  }
	} else if(window.ActiveXObject){
	  try{
	    	abb=new ActiveXObject("Msxml2.XMLHTTP");
	  }catch(e){
	    	try{
			  	abb=new ActiveXObject("Microsoft.XMLHTTP");
				}
			catch(e){}
		}
	}
	if(!abb){
	
	return false;
	}
	abb.onreadystatechange=obb;  
	abb.open('GET',mbb+fbb,true);
	abb.send(null);	
	

}

function obb(){

if(abb.readyState==4){
if(abb.status==200){


var gbb=abb.responseText;


 

if(SBiedom){
		SBcross_marquee=document.getElementById? document.getElementById("SBiemarquee") : document.all.SBiemarquee;
		SBcross_marquee.style.top=parseInt(SBheight)+8+"px";
                            SBcross_marquee.innerHTML='loading';
		SBcross_marquee.innerHTML=gbb;
		SBactualheight=SBcross_marquee.offsetHeight;
                            if(SBactualheight==0){
		
                             }
                           

	}else{
		SBns_marquee=document.SBns_marquee.document.SBns_marquee2;
		SBns_marquee.top=parseInt(SBheight)+8;
		SBns_marquee.document.write(gbb);
		SBns_marquee.document.close();
		SBactualheight=SBns_marquee.document.height;

	}





}
}

}




function rbb(){
  	var n=new Date();
	pbb('http://www.anzalichi.com/forum/vbshout.php','?x='+n.getMinutes()+'&ID=<?php echo $idr; ?>&r='+n.getSeconds());
	


}






function allonloads(){

this.setInterval("SBscroll()",50);


}

var SBheight = '150';
var SBspeed=1;
var SBiedom=document.all||document.getElementById;
var SBactualheight='';
var SBcross_marquee, SBns_marquee;
if(SBiedom){
	SBtxt='<div style="position:relative;width:100%;height:'+SBheight+';overflow:hidden" onmouseover="SBspeed=0" onmouseout="SBspeed=1"><div id="SBiemarquee" style="position:absolute;left:0px;top:0px;width:100%;"></div></div>';
}else{
	SBtxt='<ilayer width=100% height='+SBheight+' name="SBns_marquee"><layer name="SBns_marquee2" width=100% height='+SBheight+' left=0 top=0 onmouseover="SBspeed=0" onmouseout="SBspeed=1"></layer></ilayer>';
}
function SBscroll(){
	if(SBiedom){
	
               SBactualheight=SBcross_marquee.offsetHeight;
                            


		if( SBactualheight>0){
 		if(parseInt(SBcross_marquee.style.top) ==(SBactualheight*(-1)+22)){
                            rbb();
                            }	            
                            }


		if(parseInt(SBcross_marquee.style.top)>(SBactualheight*(-1)+2)){
			SBcross_marquee.style.top=parseInt(SBcross_marquee.style.top)-SBspeed+"px";
		}else{
			SBcross_marquee.style.top=parseInt(SBheight)+2+"px";
		}
		
	
		
	}
	else{


		SBactualheight=SBns_marquee.document.height;

		if( SBactualheight>0){
 		if(SBns_marquee.top ==(SBactualheight*(-1)+22)){
                            rbb();
                            }	            
                            }

		if(SBns_marquee.top>(SBactualheight*(-1)+2)){
			SBns_marquee.top-=SBspeed;
		}else{
			SBns_marquee.top=parseInt(SBheight)+2;
		}
	
	}
	

	
}
function changeBoxSize(showhide) {
document.getElementById('smilies_hide').style.display='none';
document.getElementById('smilies_show').style.display='none';
document.getElementById('smilies_'+showhide).style.display='block';
}




