var x = 0;
var y = 0;
ns4 = (document.layers)? true:false;
ie4 = (document.all)   ? true:false;
if (ie4) {
   if (navigator.userAgent.indexOf('MSIE 4')>0){
       ie4 = true;
   } else {
       ie6 = true; }
} else {
   ie6 = false;
}
function posCur()
{
   if (ns4) {x=e.pageX; y=e.pageY;}
   if (ie4) {x=event.x; y=event.y;}
   if (ie6) {x=event.x+document.body.scrollLeft; y=event.y+document.body.scrollTop;}
}
function show(object) {
   posCur();
   if (x > 320 )x=x-300
   else x=10;
   document.all[object].style.left=x;
   document.all[object].style.top=y;
   if (document.layers && document.layers[object])
       document.layers[object].visibility = 'visible';
   else if (document.all)
   {
       document.all[object].style.zIndex = 100;
       document.all[object].style.visibility = 'visible';
   }
}
function hide(object) {
   if (document.layers && document.layers[object])
       document.layers[object].visibility = 'hidden';
   else if (document.all)
   {
       document.all[object].style.visibility = 'hidden';
   }
}
var showhideid = 0;
var lastfootnote = "";
function showtd(qtdid,tdid){
	if (lastfootnote != tdid){
		showhideid = 0;
	}
	if ((lastfootnote != "") & (showhideid == 0)){
		lastfootnote.style.display = "none";
	}
	lastfootnote = tdid;
	lastquestion = qtdid;
	if (showhideid == 0){
		showhideid = 1;
		tdid.style.display = "";
		tdid.style.position = "relative";
	}else{
		showhideid = 0;
		tdid.style.display = "none";
	}
}
function ghamos(id) {
	window.location = '/imamreza.php?id='+id;
}
function ansab(num){
	page = "ansab/ansab.php?id=" + num
	window.open(page ,'','height=500,width=620,scrollbars=yes')
}
function sitemapshowhide (cod) {
	if (document.getElementById("id"+cod).style.display == "none") {
		document.getElementById("id"+cod).style.display = "";
		document.getElementById("p"+cod).src = "/images/m.gif";
		document.getElementById("b"+cod).src = "/images/b1.gif";
	} else {
		document.getElementById("id"+cod).style.display = "none";
		document.getElementById("p"+cod).src = "/images/p.gif";
		document.getElementById("b"+cod).src = "/images/b.gif";
	}
	document.getElementById("id"+cod).innerHTML = "<div style=\"margin-right: 20px; color: #a8a8a8;\">إلتعر رجاءِ ...</div>";
	html = document.createElement("script");
	html.src = "?id=" + cod;
	document.body.appendChild(html);
}
