//////////////////////////////////////////////////////////////////////
// Copyright 2003, Mawlana Faizani International (www.faizani.com) //
////////////////////////////////////////////////////////////////////	

function banner(img_source,alt,title,url,target) {
	this.img_source = img_source;
	this.alt = alt;
	this.title = title;
	this.url = url;
	this.target = target;
}

banners = new Array();
banners[0] = new banner("http://www.faizani.com/images/index_main7.jpg",
         "Indeed, it is not the eyes that grow blind, but it is the Hearts, which are within the bosoms, that grow blind...",
         "Indeed, it is not the eyes that grow blind, but it is the Hearts, which are within the bosoms, that grow blind...",
						"http://www.faizani.com/books/3rdG_chapters/qualities_heart.html",
						"");

banners[1] = new banner("http://www.faizani.com/images/index_main7.jpg",
	"The school of faith and the death of Satan",
	"The school of faith and the death of Satan",
                        "http://www.faizani.com/books/1stG_chapters/schooloffaith.html",
						"");

banners[2] = new banner("http://www.faizani.com/images/index_img_32.jpg",
	"SPEECH MARKING THE 32nd YEAR OF MAWLANA FAIZANI IMPRISONMENT",
	"SPEECH MARKING THE 32nd YEAR OF MAWLANA FAIZANI IMPRISONMENT",
                        "http://www.faizani.com/articles/32nd_year_of_imprisonment.html",
						"");
						
banners[3] = new banner("http://www.faizani.com/images/index_main4.jpg",
    "The shortest path to relationship with Great God has been perfectly clarified to Muslims and even to all humanity...",
	"The shortest path to relationship with Great God has been perfectly clarified to Muslims and even to all humanity...",
                        "http://www.faizani.com/books/2ndG_chapters/2ndGoblet_Intro.html",
						"");
						
banners[4] = new banner("http://www.faizani.com/images/index_main6.jpg",
    "The shortest path to relationship with Great God has been perfectly clarified to Muslims and even to all humanity...",
	"The shortest path to relationship with Great God has been perfectly clarified to Muslims and even to all humanity...",
                        "http://www.faizani.com/articles/ego_deceitfulness.html",
						"");
banners[5] = new banner("http://www.faizani.com/images/index_main3.jpg",
    "The shortest path to relationship with Great God has been perfectly clarified to Muslims and even to all humanity...",
	"The shortest path to relationship with Great God has been perfectly clarified to Muslims and even to all humanity...",
                        "http://www.faizani.com/books/5thG_chapters/reasons_visitation_of_God.html",
						"");
banners[6] = new banner("http://www.faizani.com/images/index_main4.jpg",
    "The shortest path to relationship with Great God has been perfectly clarified to Muslims and even to all humanity...",
	"The shortest path to relationship with Great God has been perfectly clarified to Muslims and even to all humanity...",
                        "http://www.faizani.com/books/1stG_chapters/introduction.html",
						"");
						
var len = banners.length ;

function display_banner() {
	var i = Math.floor(7*Math.random());
	document.write('<a href="'+ banners[i].url + '" target="' + banners[i].target + '"><img src="' + banners[i].img_source + '" name="theImage" border=0 alt="' +banners[i].alt+ '"></A>');
	return banners[i];
}
function openwindow(url)
{
window.open(url,'demoWin','toolbar=0,location=no,directories=0,status=0,menubar=0,scrollbars=0,body topmargin=0,leftmargin=0,resizable=0,width=401,height=297');
}
function Dariopenwindow(url)
{
window.open(url,'demoWin','toolbar=0,location=no,directories=0,status=0,menubar=0,scrollbars=0,body topmargin=0,leftmargin=0,resizable=0,width=390,height=312');
}
function openwindow1(url)
{
window.open(url,'demoWin','toolbar=0,location=no,directories=0,status=0,menubar=0,scrollbars=0,body topmargin=0,leftmargin=0,resizable=0,width=425,height=440');
}

function Dariopenwindow1(url)
{
window.open(url,'demoWin','toolbar=0,location=no,directories=0,status=0,menubar=0,scrollbars=0,body topmargin=0,leftmargin=0,resizable=0,width=425,height=453');
}

function openwindow2(url)
{
window.open(url,'demoWin','toolbar=0,location=no,directories=0,status=0,menubar=0,scrollbars=1,body topmargin=0,leftmargin=0,resizable=0,width=290,height=130');
}

function MM_jumpMenu(targ,selObj,restore){ //v3.0
  eval(targ+".location='"+selObj.options[selObj.selectedIndex].value+"'");
  if (restore) selObj.selectedIndex=0;
}
// --> 

// --> 

///////////////////////
// Language Selector //
//////////////////////
var cgTmp="";
var cgl4="";
var cg;

usWW=new Image();
usWW.src='http://www.faizani.com/images/lang_us.gif';

afOff=new Image();
afOff.src='http://www.faizani.com/images/lang_af.gif';
afOn=new Image();
afOn.src='http://www.faizani.com/images/lang_afo.gif';

NN6=false;
if(navigator.appVersion.indexOf('MSIE')!=-1) MSIE=true; 
  else MSIE=false;
if (navigator.userAgent.indexOf('Netscape6')!==-1) NN6=true;

function openInter(type){

  if (document.getElementById)
  if(type=='on')
    document.getElementById("idd").style.visibility="visible"; 
      else document.getElementById("idd").style.visibility="hidden";

  return false;
}