//Identifying the Browser
	var st;
	st="";
	if(navigator.userAgent.indexOf("Firefox")!=-1){
	// Keep the code for Firefox
	st=st + "Firefox";
	}
	else if (navigator.appName.indexOf("Internet Explorer")!=-1){
	st=st + "Internet Explorer";
	// Keep the code for Internet Explorer
	}
	else if(navigator.userAgent.indexOf("Opera")!=-1){
	st=st + "Opera";
	// Keep the code for Opera
	}
	else if(navigator.userAgent.indexOf("Netscape")!=-1){
	st=st + "Netscape";
	// Keep the code for Netscape Browser
	}
	else if(navigator.userAgent.indexOf("Mozilla")!=-1){
	st=st + "Mozilla";
	// Keep the code for  Mozilla
	}
	if(st=='Firefox' || 'Netscape' || 'Mozilla')
	{
		var n = 0;
		function showReply(){var r= document.getElementById('postreply');
		if(n==0){ $(r).DropIn(); $(r).Highlight(); n = 1;}
		else { $(r).DropOut();	n = 0; }}
		
		var m = 0;
		function showReport(){var r= document.getElementById('postreport'); 
		if(m==0){ $(r).DropIn();$(r).Highlight(); m = 1;} else { $(r).DropOut();	m = 0; }}
		
		var presh = -1
		function shuffle(){curr = Math.ceil(Math.random()*100);
		document.getElementById('captcha').src="?do=captcha&"+ (curr==presh ? Math.ceil(Math.random()*100) : curr);presh = curr;}
		
		function hideReport(){	var r = document.getElementById('postreport');	$(r).DropOut(); }
		function hideReply(){	var r = document.getElementById('postreply');	$(r).DropOut(); }
	}
	if(st=='Internet Explorer')
	{
		var n = 0;
		function showReply(){var r= document.getElementById('postreply');
		if(n==0){ $(r).Highlight(); $(r).Highlight(); n = 1;}
		else { $(r).BlindUp();	n = 0; }}
		
		var m = 0;
		function showReport(){var r= document.getElementById('postreport'); 
		if(m==0){ $(r).Highlight();$(r).Highlight(); m = 1;} else { $(r).BlindUp();	m = 0; }}
		
		var presh = -1
		function shuffle(){curr = Math.ceil(Math.random()*100);
		document.getElementById('captcha').src="?do=captcha&"+ (curr==presh ? Math.ceil(Math.random()*100) : curr);presh = curr;}
		
		function hideReport(){	var r = document.getElementById('postreport');	$(r).BlindUp(); }
		function hideReply(){	var r = document.getElementById('postreply');	$(r).BlindUp(); }
	}
