// www.islamic-finance.com website master Javascript/CSS file
// by Kreatoc Ltd. at www.kreatoc.com
// last update 17 January 2009

// specify default copyright year
var yearPrint = '2009';

// sniff browser and operating system
var browserCleared = 0; //set to zero to block all browsers from seeing scripts unless they pass browser sniffer
var browserAgent = ""; //define before testing for existence and set to empty
var browserVersion = ""; //define before testing for existence and set to empty
var browserPlatform = ""; //define before testing for existence and set to empty
var browserName = ""; //define before testing for existence and set to empty
var browserCode = ""; //define before passing value
if (navigator.userAgent){browserAgent = navigator.userAgent.toLowerCase()}
if (navigator.appName){browserName = navigator.appName}
if (navigator.appVersion){browserVersion = parseInt(navigator.appVersion)}
// detect operating system ("win32", "mac" etc.)
if (navigator.platform){browserPlatform = navigator.platform.toLowerCase()}
/// clear browser to view pages or send to old web page if necessary
if ((browserName.indexOf("Netscape")!=-1 && browserVersion >3) || (browserName.indexOf("Microsoft")!=-1 && browserVersion > 3) || (browserName.indexOf("Opera")!=-1 && browserVersion > 7) || (browserName.indexOf("Firefox")!=-1 && browserVersion > 4)){browserCleared = 1;}
if(browserCleared != 1){location.href="http://www.islamic-finance.com/indexold.htm"}

// set default operating system description
browserPlatform="defaultOS"
// set mac operating system description
if (browserPlatform.indexOf("mac")!= -1)
 {
 browserPlatform="mac"
 }
 // set win operating system description
if (browserPlatform.indexOf("win")!= -1)
 {
 browserPlatform="win"
 }
// set default browser description
browserCode="defaultBrowser";
// set IE browser description
if (browserName.indexOf('Microsoft')!= -1){browserCode='IE'}
// set NN browser description
if (browserName.indexOf('Netscape')!= -1){browserCode='NN'}
// set Opera browser description
if (browserName.indexOf('Opera')!= -1){browserCode='OP'}
// set Firefox browser description
if (browserName.indexOf('Firefox')!= -1){browserCode='FF'}

// construct browser description
var browser=""
browser+=browserCode
browser+=browserVersion

// WRITE APPROPRIATE STYLE SHEET TO PAGE
if((browserCode=="IE" || browserCode=="OP") && (browserPlatform != 'mac')){
document.write("<style type=\"text/css\">"); 
document.write("<!--");
document.write("body{background-color: #FFFFFF; color: #000000}");
document.write(":link { color: #000000 }");
document.write(":visited { color: #000000 }");
document.write("td {font-family: trebuchet, verdana, arial, helvetica; font-size: 8pt; color:#000000; text-align:justify}");
document.write("td.c1 {text-align:left}");
document.write(".my1 {font-family: trebuchet, verdana, arial, helvetica; font-size: 8pt; color:#000000}");
document.write(".my1c {font-family: trebuchet, verdana, arial, helvetica; font-size: 8pt; color:#000080}");
document.write(".my1g {font-family: trebuchet, verdana, arial, helvetica; font-size: 8pt; color:#003366}");
document.write(".my1w {font-family: trebuchet, verdana, arial, helvetica; font-size: 8pt; color:#ffffff}");
document.write(".my1red {font-family: trebuchet, verdana, arial, helvetica; font-size: 8pt; color:#880000}");
document.write(".my2 {font-family: trebuchet, verdana, arial, helvetica; font-size: 9pt; color:#000000}");
document.write(".my2c {font-family: trebuchet, verdana, arial, helvetica; font-size: 9pt; color:#000080}");
document.write(".my3 {font-family: century gothic, verdana, arial, helvetica; font-size: 11pt; color:#000080}");
document.write(".my3g {font-family: century gothic, verdana, arial, helvetica; font-size: 11pt; color:#003366}");
document.write(".my3w {font-family: century gothic, verdana, arial, helvetica; font-size: 11pt; color:#ffffff}");
document.write(".my4 {font-family: trebuchet, verdana, arial, helvetica; font-size: 9pt; color:#999999}");
document.write(".myarabic {font-family: arial, helvetica, serif; font-size: 12pt; color:#000000}");
document.write(".mystrip {font-family: trebuchet, verdana, arial, helvetica; font-size: 8pt; color:#000000}");
document.write(".myinput1{width:170px}");
document.write(".myinput2{width:95px}");
document.write(".myinput3{width:60px}");
document.write(".myinput4{width:225px}");
document.write(".myinput5{width:225px}");
document.write(".myinput6{width:190px; border-width: 1px; border-color:#003366}");
document.write(".myinput7{width:217px; border-width: 1px; border-color:#616C7A}");
document.write(".myinput8{width:105px}");
document.write(".myinput9{width:270px}");
document.write(".myinput10{width:125px}");
document.write(".mycheck{border-color: #585f5b}");
document.write(".figureunits {text-align:left; vertical-align:top; font-family: arial, verdana, helvetica, trebuchet; font-size: 9pt; color:#000000}");
document.write(".figureunitsright {text-align:right; vertical-align:top; font-family: arial, verdana, helvetica, trebuchet; font-size: 9pt; color:#000000}");
document.write(".figureunitscolumn {text-align:left; vertical-align:top; background-color:#eeeeee; font-family: arial, verdana, helvetica, trebuchet; font-size: 9pt; color:#000000}");
document.write(".figureunitscolumn1 {text-align:left; vertical-align:top; background-color:#dddddd; font-family: arial, verdana, helvetica, trebuchet; font-size: 9pt; color:#000000}");
document.write(".figureunitscolumnright {text-align:right; vertical-align:top; background-color:#eeeeee; font-family: arial, verdana, helvetica, trebuchet; font-size: 9pt; color:#000000}");
document.write(".figureunitscolumn1right {text-align:right; vertical-align:top; background-color:#dddddd; font-family: arial, verdana, helvetica, trebuchet; font-size: 9pt; color:#000000}");
document.write(".tablesource {text-align:right; vertical-align: top; background-color:#ffffff; font-family: trebuchet, verdana, arial, helvetica; font-size: 8pt; color:#000000}");
document.write(".tablenotes {text-align:left; vertical-align: top; background-color:#ffffff; font-family: trebuchet, verdana, arial, helvetica; font-size: 8pt; color:#000000}");
document.write(".tablefont{font-size:8pt; font-family:arial, verdana, helvetica; color: #000000;}");
document.write(".subtitle {text-align:left; vertical-align: top; background-color:#000080; font-family: arial, verdana,helvetica, trebuchet; font-size: 10pt; font-weight: bold; color:#ffffff}");
document.write(".dropdown{width: 180px; position:absolute; left:0px; background-color:#006699;}"); // filter:alpha(opacity=92)
document.write(".listitems{width:180px; background-color:#006699; text-align: left; border-bottom: 1px solid #eeeeee; font-family: trebuchet, verdana, arial, helvetica, sans-serif, arial; font-size: 8pt; color:#ffffff; cursor: hand;  text-align: left; padding-left:2px; padding-top:2px; padding-bottom:2px; z-index: 7}");
document.write(".secondlistitems{width:180px; background-color:#666699; text-align: left; border-bottom: 1px solid #eeeeee; font-family: trebuchet, verdana, arial, helvetica, sans-serif, arial; font-size: 8pt; color:#ffffff; cursor: hand;  text-align: left; padding-left:2px; padding-top:2px; padding-bottom:2px; z-index: 7}");
document.write("// Hide this script from incompatible web browsers -->");
document.write("</style>");
}

if((browserCode=="IE" || browserCode=="OP") && (browserPlatform == 'mac')){
document.write("<style type=\"text/css\">"); 
document.write("<!--");
document.write("body{background-color: #FFFFFF; color: #000000}");
document.write(":link { color: #000000 }");
document.write(":visited { color: #000000 }");
document.write("td {font-family: trebuchet, verdana, arial, helvetica; font-size: 8pt; color:#000000; text-align:justify}");
document.write("td.c1 {text-align:left}");
document.write(".my1 {font-family: trebuchet, verdana, arial, helvetica; font-size: 9pt; color:#000000}");
document.write(".my1c {font-family: trebuchet, verdana, arial, helvetica; font-size: 9pt; color:#000080}");
document.write(".my1g {font-family: trebuchet, verdana, arial, helvetica; font-size: 9pt; color:#003366}");
document.write(".my1w {font-family: trebuchet, verdana, arial, helvetica; font-size: 9pt; color:#ffffff}");
document.write(".my1red {font-family: trebuchet, verdana, arial, helvetica; font-size: 9pt; color:#880000}");
document.write(".my2 {font-family: trebuchet, verdana, arial, helvetica; font-size: 10pt; color:#000000}");
document.write(".my2c {font-family: trebuchet, verdana, arial, helvetica; font-size: 10pt; color:#000080}");
document.write(".my3 {font-family: trebuchet, verdana, arial, helvetica; font-size: 12pt; color:#000080}");
document.write(".my3g {font-family: trebuchet, verdana, arial, helvetica; font-size: 12pt; color:#003366}");
document.write(".my3w {font-family: trebuchet, verdana, arial, helvetica; font-size: 12pt; color:#ffffff}");
document.write(".my4 {font-family: trebuchet, verdana, arial, helvetica; font-size: 10pt; color:#999999}");
document.write(".myarabic {font-family: arial, helvetica, serif; font-size: 12pt; color:#000000}");
document.write(".mystrip {font-family: trebuchet, verdana, arial, helvetica; font-size: 9pt; color:#000000}");
document.write(".myinput1{width:170px}");
document.write(".myinput2{width:95px}");
document.write(".myinput3{width:60px}");
document.write(".myinput4{width:225px}");
document.write(".myinput5{width:225px}");
document.write(".myinput6{width:190px}");
document.write(".myinput7{width:217px}");
document.write(".myinput8{width:105px}");
document.write(".myinput9{width:270px}");
document.write(".myinput10{width:125px}");
document.write(".mycheck{border-color: #585f5b}");
document.write(".figureunits {text-align:left; vertical-align:top; font-family: arial, verdana, helvetica, trebuchet; font-size: 9pt; color:#000000}");
document.write(".figureunitsright {text-align:right; vertical-align:top; font-family: arial, verdana, helvetica, trebuchet; font-size: 9pt; color:#000000}");
document.write(".figureunitscolumn {text-align:left; vertical-align:top; background-color:#eeeeee; font-family: arial, verdana, helvetica, trebuchet; font-size: 9pt; color:#000000}");
document.write(".figureunitscolumn1 {text-align:left; vertical-align:top; background-color:#dddddd; font-family: arial, verdana, helvetica, trebuchet; font-size: 9pt; color:#000000}");
document.write(".figureunitscolumn1right {text-align:right; vertical-align:top; background-color:#dddddd; font-family: arial, verdana, helvetica, trebuchet; font-size: 9pt; color:#000000}");
document.write(".figureunitscolumnright {text-align:right; vertical-align:top; background-color:#eeeeee; font-family: arial, verdana, helvetica, trebuchet; font-size: 9pt; color:#000000}");
document.write(".tablesource {text-align:right; vertical-align: top; background-color:#ffffff; font-family: trebuchet, verdana, arial, helvetica; font-size: 9pt; color:#000000}");
document.write(".tablenotes {text-align:left; vertical-align: top; background-color:#ffffff; font-family: trebuchet, verdana, arial, helvetica; font-size: 9pt; color:#000000}");
document.write(".tablefont{font-size:9pt; font-family:arial, verdana, helvetica; color: #000000;}");
document.write(".subtitle {text-align:left; vertical-align: top; background-color:#000080; font-family: arial, verdana,helvetica, trebuchet; font-size: 10pt; font-weight: bold; color:#ffffff}");
document.write("// Hide this script from incompatible web browsers -->");
document.write("</style>");
}

if((browserCode=="NN") && (browserPlatform == 'mac')){
document.write("<style type=\"text/css\">"); 
document.write("<!--");
document.write("body{background-color: #FFFFFF; color: #000000}");
document.write(":link { color: #000000 }");
document.write(":visited { color: #000000 }");
document.write("td {font-family: trebuchet, verdana, arial, helvetica; font-size: 8pt; color:#000000; text-align:justify}");
document.write("td.c1 {text-align:left}");
document.write(".my1 {font-family: trebuchet, verdana, arial, helvetica; font-size: 9pt; color:#000000}");
document.write(".my1c {font-family: trebuchet, verdana, arial, helvetica; font-size: 9pt; color:#000080}");
document.write(".my1g {font-family: trebuchet, verdana, arial, helvetica; font-size: 9pt; color:#003366}");
document.write(".my1w {font-family: trebuchet, verdana, arial, helvetica; font-size: 9pt; color:#ffffff}");
document.write(".my1red {font-family: trebuchet, verdana, arial, helvetica; font-size: 9pt; color:#880000}");
document.write(".my2 {font-family: trebuchet, verdana, arial, helvetica; font-size: 10pt; color:#000000}");
document.write(".my2c {font-family: trebuchet, verdana, arial, helvetica; font-size: 10pt; color:#000080}");
document.write(".my3 {font-family: century gothic, verdana, arial, helvetica; font-size: 12pt; color:#000080}");
document.write(".my3g {font-family: century gothic, verdana, arial, helvetica; font-size: 12pt; color:#003366}");
document.write(".my3w {font-family: century gothic, verdana, arial, helvetica; font-size: 12pt; color:#ffffff}");
document.write(".my4 {font-family: trebuchet, verdana, arial, helvetica; font-size: 10pt; color:#999999}");
document.write(".myarabic {font-family: arial, helvetica, serif; font-size: 12pt; color:#000000}");
document.write(".mystrip {font-family: trebuchet, verdana, arial, helvetica; font-size: 9pt; color:#000000}");
document.write(".myinput1{width:170px}");
document.write(".myinput2{width:95px}");
document.write(".myinput3{width:60px}");
document.write(".myinput4{width:225px}");
document.write(".myinput5{width:225px}");
document.write(".myinput6{width:190px}");
document.write(".myinput7{width:217px}");
document.write(".myinput8{width:105px}");
document.write(".myinput9{width:270px}");
document.write(".myinput10{width:131px}");
document.write(".mycheck{border-color: #585f5b}");
document.write(".figureunits {text-align:left; vertical-align:top; font-family: arial, verdana, helvetica, trebuchet; font-size: 9pt; color:#000000}");
document.write(".figureunitsright {text-align:right; vertical-align:top; font-family: arial, verdana, helvetica, trebuchet; font-size: 9pt; color:#000000}");
document.write(".figureunitscolumn {text-align:left; vertical-align:top; background-color:#eeeeee; font-family: arial, verdana, helvetica, trebuchet; font-size: 9pt; color:#000000}");
document.write(".figureunitscolumn1 {text-align:left; vertical-align:top; background-color:#dddddd; font-family: arial, verdana, helvetica, trebuchet; font-size: 9pt; color:#000000}");
document.write(".figureunitscolumn1right {text-align:right; vertical-align:top; background-color:#dddddd; font-family: arial, verdana, helvetica, trebuchet; font-size: 9pt; color:#000000}");
document.write(".figureunitscolumnright {text-align:right; vertical-align:top; background-color:#eeeeee; font-family: arial, verdana, helvetica, trebuchet; font-size: 9pt; color:#000000}");
document.write(".tablesource {text-align:right; vertical-align: top; background-color:#ffffff; font-family: trebuchet, verdana, arial, helvetica; font-size: 9pt; color:#000000}");
document.write(".tablenotes {text-align:left; vertical-align: top; background-color:#ffffff; font-family: trebuchet, verdana, arial, helvetica; font-size: 9pt; color:#000000}");
document.write(".tablefont{font-size:9pt; font-family:arial, verdana, helvetica; color: #000000;}");
document.write(".subtitle {text-align:left; vertical-align: top; background-color:#000080; font-family: arial, verdana,helvetica, trebuchet; font-size: 10pt; font-weight: bold; color:#ffffff}");
document.write("// Hide this script from incompatible web browsers -->");
document.write("</style>");
}

if((browserCode=="NN") && (browserPlatform != 'mac') && (browserVersion >= 5)){
document.write("<style type=\"text/css\">"); 
document.write("<!--");
document.write("body{background-color: #FFFFFF; color: #000000}");
document.write(":link { color: #000000 }");
document.write(":visited { color: #000000 }");
document.write("td {font-family: trebuchet, verdana, arial, helvetica; font-size: 8pt; color:#000000; text-align:justify}");
document.write("td.c1 {text-align:left}");
document.write(".my1 {font-family: trebuchet, verdana, arial, helvetica; font-size: 8pt; color:#000000; text-align: justify}");
document.write(".my1c {font-family: trebuchet, verdana, arial, helvetica; font-size: 8pt; color:#000080}");
document.write(".my1g {font-family: trebuchet, verdana, arial, helvetica; font-size: 8pt; color:#003366}");
document.write(".my1w {font-family: trebuchet, verdana, arial, helvetica; font-size: 8pt; color:#ffffff}");
document.write(".my1red {font-family: trebuchet, verdana, arial, helvetica; font-size: 8pt; color:#880000}");
document.write(".my2 {font-family: trebuchet, verdana, arial, helvetica; font-size: 9pt; color:#000000; text-align: justify}");
document.write(".my2c {font-family: trebuchet, verdana, arial, helvetica; font-size: 9pt; color:#000080}");
document.write(".my3 {font-family: century gothic, verdana, arial, helvetica; font-size: 11pt; color:#000080}");
document.write(".my3g {font-family: century gothic, verdana, arial, helvetica; font-size: 11pt; color:#003366}");
document.write(".my3w {font-family: century gothic, verdana, arial, helvetica; font-size: 11pt; color:#ffffff}");
document.write(".my4 {font-family: trebuchet, verdana, arial, helvetica; font-size: 8pt; color:#999999}");
document.write(".myarabic {font-family: arial, helvetica, serif; font-size: 12pt; color:#000000}");
document.write(".mystrip {font-family: trebuchet, verdana, arial, helvetica; font-size: 8pt; color:#000000}");
document.write(".mycheck{border-color: #585f5b}");
document.write(".myinput1{width:170px}");
document.write(".myinput2{width:95px}");
document.write(".myinput3{width:60px}");
document.write(".myinput4{width:225px}");
document.write(".myinput5{width:225px}");
document.write(".myinput6{width:190px; border-width: 1px; border-color:#003366}");
document.write(".myinput7{width:217px; border-width: 1px; border-color:#616C7A}");
document.write(".myinput8{width:105px}");
document.write(".myinput9{width:270px}");
document.write(".myinput10{width:131px}");
document.write(".figureunits {text-align:left; vertical-align:top; font-family: arial, verdana, helvetica, trebuchet; font-size: 9pt; color:#000000}");
document.write(".figureunitsright {text-align:right; vertical-align:top; font-family: arial, verdana, helvetica, trebuchet; font-size: 9pt; color:#000000}");
document.write(".figureunitscolumn {text-align:left; vertical-align:top; background-color:#eeeeee; font-family: arial, verdana, helvetica, trebuchet; font-size: 9pt; color:#000000}");
document.write(".figureunitscolumn1 {text-align:left; vertical-align:top; background-color:#dddddd; font-family: arial, verdana, helvetica, trebuchet; font-size: 9pt; color:#000000}");
document.write(".figureunitscolumn1right {text-align:right; vertical-align:top; background-color:#dddddd; font-family: arial, verdana, helvetica, trebuchet; font-size: 9pt; color:#000000}");
document.write(".figureunitscolumnright {text-align:right; vertical-align:top; background-color:#eeeeee; font-family: arial, verdana, helvetica, trebuchet; font-size: 9pt; color:#000000}");
document.write(".tablesource {text-align:right; vertical-align: top; background-color:#ffffff; font-family: trebuchet, verdana, arial, helvetica; font-size: 8pt; color:#000000}");
document.write(".tablenotes {text-align:left; vertical-align: top; background-color:#ffffff; font-family: trebuchet, verdana, arial, helvetica; font-size: 8pt; color:#000000}");
document.write(".tablefont{font-size:8pt; font-family:arial, verdana, helvetica; color: #000000;}");
document.write(".subtitle {text-align:left; vertical-align: top; background-color:#000080; font-family: arial, verdana,helvetica, trebuchet; font-size: 10pt; font-weight: bold; color:#ffffff}");
document.write(".dropdown{width: 180px; background-color:#006699;}");
document.write(".listitems{width:180px; background-color:#006699; text-align: left; border-bottom: 1px solid #eeeeee; font-family: trebuchet, verdana, arial, helvetica, sans-serif, arial; font-size: 8pt; color:#ffffff; cursor: pointer;  text-align: left; padding-left:2px; padding-top:2px; padding-bottom:2px;}");
document.write(".secondlistitems{width:180px; background-color:#666699; text-align: left; border-bottom: 1px solid #eeeeee; font-family: trebuchet, verdana, arial, helvetica, sans-serif, arial; font-size: 8pt; color:#ffffff; cursor: pointer;  text-align: left; padding-left:2px; padding-top:2px; padding-bottom:2px; z-index: 7}");
document.write("// Hide this script from incompatible web browsers -->");
document.write("</style>");
}

if((browserCode=="NN") && (browserPlatform != 'mac') && (browserVersion < 5)){
document.write("<style type=\"text/css\">"); 
document.write("<!--");
document.write("body{background-color: #FFFFFF; color: #000000}");
document.write(":link { color: #000000 }");
document.write(":visited { color: #000000 }");
document.write("td {font-family: trebuchet, verdana, arial, helvetica; font-size: 8pt; color:#000000; text-align:justify}");
document.write("td.c1 {text-align:left}");
document.write(".my1 {font-family: trebuchet, verdana, arial, helvetica; font-size: 8pt; color:#000000}");
document.write(".my1c {font-family: trebuchet, verdana, arial, helvetica; font-size: 8pt; color:#000080}");
document.write(".my1g {font-family: trebuchet, verdana, arial, helvetica; font-size: 8pt; color:#003366}");
document.write(".my1w {font-family: trebuchet, verdana, arial, helvetica; font-size: 8pt; color:#ffffff}");
document.write(".my1red {font-family: trebuchet, verdana, arial, helvetica; font-size: 8pt; color:#880000}");
document.write(".my2 {font-family: trebuchet, verdana, arial, helvetica; font-size: 9pt; color:#000000}");
document.write(".my2c {font-family: trebuchet, verdana, arial, helvetica; font-size: 9pt; color:#000080}");
document.write(".my3 {font-family: century gothic, verdana, arial, helvetica; font-size: 11pt; color:#000080}");
document.write(".my3g {font-family: century gothic, verdana, arial, helvetica; font-size: 11pt; color:#003366}");
document.write(".my3w {font-family: century gothic, verdana, arial, helvetica; font-size: 11pt; color:#ffffff}");
document.write(".my4 {font-family: trebuchet, verdana, arial, helvetica; font-size: 8pt; color:#999999}");
document.write(".myarabic {font-family: arial, helvetica, serif; font-size: 12pt; color:#000000}");
document.write(".mystrip {font-family: trebuchet, verdana, arial, helvetica; font-size: 8pt; color:#000000}");
document.write(".myinput1{width:170px}");
document.write(".myinput2{width:95px}");
document.write(".myinput3{width:60px}");
document.write(".myinput4{width:225px}");
document.write(".myinput5{width:225px}");
document.write(".myinput6{width:190px}");
document.write(".myinput7{width:217px}");
document.write(".myinput8{width:105px}");
document.write(".myinput9{width:270px}");
document.write(".myinput10{width:131px}");
document.write(".mycheck{color: #585f5b}");
document.write(".figureunits {text-align:left; vertical-align:top; font-family: arial, verdana, helvetica, trebuchet; font-size: 9pt; color:#000000}");
document.write(".figureunitsright {text-align:right; vertical-align:top; font-family: arial, verdana, helvetica, trebuchet; font-size: 9pt; color:#000000}");
document.write(".figureunitscolumn {text-align:left; vertical-align:top; background-color:#eeeeee; font-family: arial, verdana, helvetica, trebuchet; font-size: 9pt; color:#000000}");
document.write(".figureunitscolumn1 {text-align:left; vertical-align:top; background-color:#dddddd; font-family: arial, verdana, helvetica, trebuchet; font-size: 9pt; color:#000000}");
document.write(".figureunitscolumn1right {text-align:right; vertical-align:top; background-color:#dddddd; font-family: arial, verdana, helvetica, trebuchet; font-size: 9pt; color:#000000}");
document.write(".figureunitscolumnright {text-align:right; vertical-align:top; background-color:#eeeeee; font-family: arial, verdana, helvetica, trebuchet; font-size: 9pt; color:#000000}");
document.write(".tablesource {text-align:right; vertical-align: top; background-color:#ffffff; font-family: trebuchet, verdana, arial, helvetica; font-size: 8pt; color:#000000}");
document.write(".tablenotes {text-align:left; vertical-align: top; background-color:#ffffff; font-family: trebuchet, verdana, arial, helvetica; font-size: 8pt; color:#000000}");
document.write(".tablefont{font-size:8pt; font-family:arial, verdana, helvetica; color: #000000;}");
document.write(".subtitle {text-align:left; vertical-align: top; background-color:#000080; font-family: arial, verdana,helvetica, trebuchet; font-size: 10pt; font-weight: bold; color:#ffffff}");
document.write("// Hide this script from incompatible web browsers -->");
document.write("</style>");
}

if((browserCode=="defaultBrowser") || (browserPlatform == "defaultOS")){
document.write("<style type=\"text/css\">"); 
document.write("<!--");
document.write("body{background-color: #FFFFFF; color: #000000}");
document.write(":link { color: #000000 }");
document.write(":visited { color: #000000 }");
document.write("td {font-family: trebuchet, verdana, arial, helvetica; font-size: 8pt; color:#000000; text-align:justify}");
document.write("td.c1 {text-align:left}");
document.write(".my1 {font-family: trebuchet, verdana, arial, helvetica; font-size: 8pt; color:#000000}");
document.write(".my1c {font-family: trebuchet, verdana, arial, helvetica; font-size: 8pt; color:#000080}");
document.write(".my1g {font-family: trebuchet, verdana, arial, helvetica; font-size: 8pt; color:#003366}");
document.write(".my1w {font-family: trebuchet, verdana, arial, helvetica; font-size: 8pt; color:#ffffff}");
document.write(".my1red {font-family: trebuchet, verdana, arial, helvetica; font-size: 8pt; color:#880000}");
document.write(".my2 {font-family: trebuchet, verdana, arial, helvetica; font-size: 9pt; color:#000000}");
document.write(".my2c {font-family: trebuchet, verdana, arial, helvetica; font-size: 9pt; color:#000080}");
document.write(".my3 {font-family: century gothic, verdana, arial, helvetica; font-size: 11pt; color:#000080}");
document.write(".my3g {font-family: century gothic, verdana, arial, helvetica; font-size: 11pt; color:#003366}");
document.write(".my3w {font-family: century gothic, verdana, arial, helvetica; font-size: 11pt; color:#ffffff}");
document.write(".my4 {font-family: trebuchet, verdana, arial, helvetica; font-size: 9pt; color:#999999}");
document.write(".myarabic {font-family: arial, helvetica, serif; font-size: 12pt; color:#000000}");
document.write(".mystrip {font-family: trebuchet, verdana, arial, helvetica; font-size: 8pt; color:#000000}");
document.write(".myinput1{width:170px}");
document.write(".myinput2{width:95px}");
document.write(".myinput3{width:60px}");
document.write(".myinput4{width:225px}");
document.write(".myinput5{width:225px}");
document.write(".myinput6{width:190px; border-width: 1px; border-color:#003366}");
document.write(".myinput7{width:217px; border-width: 1px; border-color:#616C7A}");
document.write(".myinput8{width:105px}");
document.write(".myinput9{width:270px}");
document.write(".myinput10{width:131px}");
document.write(".myinput11{width:125px}");
document.write(".mycheck{border-color: #585f5b}");
document.write(".figureunits {text-align:left; vertical-align:top; font-family: arial, verdana, helvetica, trebuchet; font-size: 9pt; color:#000000}");
document.write(".figureunitsright {text-align:right; vertical-align:top; font-family: arial, verdana, helvetica, trebuchet; font-size: 9pt; color:#000000}");
document.write(".figureunitscolumn {text-align:left; vertical-align:top; background-color:#eeeeee; font-family: arial, verdana, helvetica, trebuchet; font-size: 9pt; color:#000000}");
document.write(".figureunitscolumn1 {text-align:left; vertical-align:top; background-color:#dddddd; font-family: arial, verdana, helvetica, trebuchet; font-size: 9pt; color:#000000}");
document.write(".figureunitscolumnright {text-align:right; vertical-align:top; background-color:#eeeeee; font-family: arial, verdana, helvetica, trebuchet; font-size: 9pt; color:#000000}");
document.write(".figureunitscolumn1right {text-align:right; vertical-align:top; background-color:#dddddd; font-family: arial, verdana, helvetica, trebuchet; font-size: 9pt; color:#000000}");
document.write(".tablesource {text-align:right; vertical-align: top; background-color:#ffffff; font-family: trebuchet, verdana, arial, helvetica; font-size: 8pt; color:#000000}");
document.write(".tablenotes {text-align:left; vertical-align: top; background-color:#ffffff; font-family: trebuchet, verdana, arial, helvetica; font-size: 8pt; color:#000000}");
document.write(".tablefont{font-size:8pt; font-family:arial, verdana, helvetica; color: #000000;}");
document.write(".subtitle {text-align:left; vertical-align: top; background-color:#000080; font-family: arial, verdana,helvetica, trebuchet; font-size: 10pt; font-weight: bold; color:#ffffff}");
document.write(".dropdown{width: 180px; position:absolute; left:0px; background-color:#006699; z-index: 6}");
document.write(".listitems{width:180px; background-color:#006699; text-align: left; border-bottom: 1px solid #eeeeee; font-family: trebuchet, verdana, arial, helvetica, sans-serif, arial; font-size: 8pt; color:#ffffff; cursor: hand;  text-align: left; padding-left:2px; padding-top:2px; padding-bottom:2px; z-index: 7}");
document.write(".secondlistitems{width:180px; background-color:#666699; text-align: left; border-bottom: 1px solid #eeeeee; font-family: trebuchet, verdana, arial, helvetica, sans-serif, arial; font-size: 8pt; color:#ffffff; cursor: hand;  text-align: left; padding-left:2px; padding-top:2px; padding-bottom:2px; z-index: 7}");
document.write("// Hide this script from incompatible web browsers -->");
document.write("</style>");
}

// WRITE FLYOUTS
ddeditorial_filestructure = new Array('http://www.islamic-finance.com/item18_f.htm','http://www.islamic-finance.com/item132_f.htm','http://www.islamic-finance.com/item1_f.htm','http://www.islamic-finance.com/item123_f.htm','http://www.islamic-finance.com/item103_f.htm','http://www.islamic-finance.com/item101_f.htm','http://www.islamic-finance.com/item105_f.htm','http://www.islamic-finance.com/item2_f.htm','http://www.islamic-finance.com/item106_f.htm','http://www.islamic-finance.com/item3_f.htm','http://www.islamic-finance.com/item122_f.htm','http://www.islamic-finance.com/item100_f.htm','http://www.islamic-finance.com/item104_f.htm','http://www.islamic-finance.com/item113_f.htm','http://www.islamic-finance.com/item115_f.htm','http://www.islamic-finance.com/item118_f.htm','http://www.islamic-finance.com/item4_f.htm','http://www.islamic-finance.com/item117_f.htm','http://www.islamic-finance.com/item134_f.htm','http://www.islamic-finance.com/revue_interview_4.htm','http://www.islamic-finance.com/revue_interview.htm','http://www.islamic-finance.com/revue_interview_5.htm','http://www.islamic-finance.com/revue_interview_6.htm','http://www.islamic-finance.com/revue_interview_cartoons.htm','http://www.islamic-finance.com/item140_f.htm');
ddresearch_filestructure = new Array('http://www.islamic-finance.com/research_search_f.htm','http://www.islamic-finance.com/research_f.htm');
ddinstitutions_filestructure = new Array('http://www.islamic-finance.com/item10_f.htm','http://www.islamic-finance.com/item9_f.htm');
ddevents_filestructure = new Array('http://www.islamic-finance.com/cgi/i_event_search_f.pl','http://www.islamic-finance.com/event_add_f.htm');
ddglossary_filestructure = new Array('http://www.islamic-finance.com/item14_f.htm');
ddbooks_filestructure = new Array('http://www.islamic-finance.com/item15_f.htm','http://www.islamic-finance.com/book_add_f.htm');
ddjobs_filestructure = new Array('http://www.islamic-finance.com/cgi/i_jobs_f.pl','http://www.islamic-finance.com/vacancy_f.htm');
ddresources_filestructure = new Array('http://www.islamic-finance.com/resources_f.htm');
ddeconomics_filestructure = new Array('http://www.islamic-finance.com/c_christian.htm','http://www.islamic-finance.com/c_middleage.htm','http://www.islamic-finance.com/c_mercantilists.htm','http://www.islamic-finance.com/c_bullionists.htm','http://www.islamic-finance.com/c_earlyclassical.htm','http://www.islamic-finance.com/c_classical.htm','http://www.islamic-finance.com/c_physiocrat.htm','http://www.islamic-finance.com/c_socialist.htm','http://www.islamic-finance.com/c_communist.htm','http://www.islamic-finance.com/c_marxist.htm','http://www.islamic-finance.com/c_fascist.htm','http://www.islamic-finance.com/c_historical.htm','http://www.islamic-finance.com/c_neoclassical.htm','http://www.islamic-finance.com/c_marginalist.htm','http://www.islamic-finance.com/c_austrian.htm','http://www.islamic-finance.com/c_keynesian.htm','http://www.islamic-finance.com/c_neokeynesian.htm','http://www.islamic-finance.com/c_monetarist.htm');
ddfinance_filestructure = new Array('http://www.islamic-finance.com/c_institutions.htm','http://www.islamic-finance.com/c_interest.htm','http://www.islamic-finance.com/c_forwards.htm','http://www.islamic-finance.com/c_moneymarket.htm','http://www.islamic-finance.com/c_bonds.htm','http://www.islamic-finance.com/c_equities.htm','http://www.islamic-finance.com/c_options.htm','http://www.islamic-finance.com/c_interestoptions.htm');
ddislamic_filestructure = new Array('http://www.islamic-finance.com/item13_f.htm','http://www.islamic-finance.com/item5_f.htm','http://www.islamic-finance.com/item_murabaha_f.htm','http://www.islamic-finance.com/item_salam_f.htm','http://www.islamic-finance.com/item_ijara_f.htm','http://www.islamic-finance.com/item_sarf_f.htm','http://www.islamic-finance.com/item_musharakahmudarabah_f.htm','http://www.islamic-finance.com/item_istisna_f.htm','http://www.islamic-finance.com/item43_f.htm','http://www.islamic-finance.com/item36_f.htm','http://www.islamic-finance.com/item42_f.htm','http://www.islamic-finance.com/item38_f.htm','http://www.islamic-finance.com/item40_f.htm','http://www.islamic-finance.com/item39_f.htm','http://www.islamic-finance.com/questions_gate.htm');
ddmarketeye_filestructure = new Array('http://www.islamic-finance.com/marketeye_f.htm');
ddaboutus_filestructure = new Array('http://www.islamic-finance.com/aboutus_f.htm','http://www.islamic-finance.com/aboutus_lectures_past_f.htm','http://www.islamic-finance.com/advertising_f.htm');


// hide all fly outs
function hideFlyOuts()
{
	if((browserCode=="IE") && (browserPlatform != 'mac')){
		if(window.loaded==true){
		 window.document.all.ddeditorial.style.display = "none"
		 window.document.all.ddresearch.style.display = "none"
		 window.document.all.ddinstitutions.style.display = "none"
		 window.document.all.ddevents.style.display = "none"
		 window.document.all.ddglossary.style.display = "none"
		 window.document.all.ddbooks.style.display = "none"
		 window.document.all.ddjobs.style.display = "none"
		 window.document.all.ddresources.style.display = "none"
		 window.document.all.ddeconomics.style.display = "none"
		 window.document.all.ddfinance.style.display = "none"
		 window.document.all.ddislamic.style.display = "none"
		 window.document.all.ddmarketeye.style.display = "none"
		 window.document.all.ddaboutus.style.display = "none"
		 }
	}
	if((browserCode=="NN" || browserCode=="FF") && (browserVersion >= 5) && (browserPlatform != 'mac')){
		if(window.loaded==true){
		 window.document.getElementById("ddeditorial").style.display = "none"
		 window.document.getElementById("ddresearch").style.display = "none"
		 window.document.getElementById("ddinstitutions").style.display = "none"
		 window.document.getElementById("ddevents").style.display = "none"
		 window.document.getElementById("ddglossary").style.display = "none"
		 window.document.getElementById("ddbooks").style.display = "none"
		 window.document.getElementById("ddjobs").style.display = "none"
		 window.document.getElementById("ddresources").style.display = "none"
		 window.document.getElementById("ddeconomics").style.display = "none"
		 window.document.getElementById("ddfinance").style.display = "none"
		 window.document.getElementById("ddislamic").style.display = "none"
		 window.document.getElementById("ddmarketeye").style.display = "none"
		 window.document.getElementById("ddaboutus").style.display = "none"
		 }
	}
}


// function nextmove is called when the mouse clicks an item on a fly out menu. 
// nextmove loads a file name into the f2 frame.
function nextmove(filename)
{
// load the file name held in the filename parameter
  location.href = filename  
}

// construct fly out menus and write them into content page if IE non-mac browser is used
function menuConstruct(){
// START IE4/5/6 NON-MAC FLYOUTS
if((browserCode=="IE") && (browserPlatform != 'mac')){
	var txt = '';
	txt+= '<span id="ddeditorial" class="dropdown" style="display:none" onSelectStart="return false">'
	txt+= '<div id="ddeditorial_content" name="menuname" onMouseOut="document.all.ddeditorial_content.style.color=\'#ffffff\'; document.all.ddeditorial_content.style.backgroundColor=\'#006699\'" onmouseover="document.all.ddeditorial_content.style.color=\'#ffffff\'; document.all.ddeditorial_content.style.backgroundColor=\'#003366\'" onclick="nextmove(ddeditorial_filestructure[0])" class="listitems">Full Editorial Contents</div>'
	txt+= '<div id="ddeditorial_travellingthewrongroadpatiently" name="menuname" onMouseOut="document.all.ddeditorial_travellingthewrongroadpatiently.style.color=\'#ffffff\'; document.all.ddeditorial_travellingthewrongroadpatiently.style.backgroundColor=\'#006699\'" onmouseover="document.all.ddeditorial_travellingthewrongroadpatiently.style.color=\'#ffffff\'; document.all.ddeditorial_travellingthewrongroadpatiently.style.backgroundColor=\'#003366\'" onclick="nextmove(ddeditorial_filestructure[1])" class="listitems">Travelling the Wrong Road</div>'
	txt+= '<div id="ddeditorial_fractional" name="menuname" onMouseOut="document.all.ddeditorial_fractional.style.color=\'#ffffff\'; document.all.ddeditorial_fractional.style.backgroundColor=\'#006699\'" onmouseover="document.all.ddeditorial_fractional.style.color=\'#ffffff\'; document.all.ddeditorial_fractional.style.backgroundColor=\'#003366\'" onclick="nextmove(ddeditorial_filestructure[2])" class="listitems">Fractional Reserve Banking</div>'
//	txt+= '<div id="ddeditorial_fortune" name="menuname" onMouseOut="document.all.ddeditorial_fortune.style.color=\'#ffffff\'; document.all.ddeditorial_fortune.style.backgroundColor=\'#006699\'" onmouseover="document.all.ddeditorial_fortune.style.color=\'#ffffff\'; document.all.ddeditorial_fortune.style.backgroundColor=\'#003366\'" onclick="nextmove(ddeditorial_filestructure[3])" class="listitems">Fortune Favours the Bankers</div>'
	txt+= '<div id="ddeditorial_derivatives" name="menuname" onMouseOut="document.all.ddeditorial_derivatives.style.color=\'#ffffff\'; document.all.ddeditorial_derivatives.style.backgroundColor=\'#006699\'" onmouseover="document.all.ddeditorial_derivatives.style.color=\'#ffffff\'; document.all.ddeditorial_derivatives.style.backgroundColor=\'#003366\'" onclick="nextmove(ddeditorial_filestructure[4])" class="listitems">Islamic Derivatives?</div>'
//	txt+= '<div id="ddeditorial_interestbased" name="menuname" onMouseOut="document.all.ddeditorial_interestbased.style.color=\'#ffffff\'; document.all.ddeditorial_interestbased.style.backgroundColor=\'#006699\'" onmouseover="document.all.ddeditorial_interestbased.style.color=\'#ffffff\'; document.all.ddeditorial_interestbased.style.backgroundColor=\'#003366\'" onclick="nextmove(ddeditorial_filestructure[5])" class="listitems">About Interest-based Money</div>'
	txt+= '<div id="ddeditorial_property" name="menuname" onMouseOut="document.all.ddeditorial_property.style.color=\'#ffffff\'; document.all.ddeditorial_property.style.backgroundColor=\'#006699\'" onmouseover="document.all.ddeditorial_property.style.color=\'#ffffff\'; document.all.ddeditorial_property.style.backgroundColor=\'#003366\'" onclick="nextmove(ddeditorial_filestructure[6])" class="listitems">Bank Lending and Property</div>'
//	txt+= '<div id="ddeditorial_speculation" name="menuname" onMouseOut="document.all.ddeditorial_speculation.style.color=\'#ffffff\'; document.all.ddeditorial_speculation.style.backgroundColor=\'#006699\'" onmouseover="document.all.ddeditorial_speculation.style.color=\'#ffffff\'; document.all.ddeditorial_speculation.style.backgroundColor=\'#003366\'" onclick="nextmove(ddeditorial_filestructure[7])" class="listitems">Speculation</div>'
//	txt+= '<div id="ddeditorial_darkages" name="menuname" onMouseOut="document.all.ddeditorial_darkages.style.color=\'#ffffff\'; document.all.ddeditorial_darkages.style.backgroundColor=\'#006699\'" onmouseover="document.all.ddeditorial_darkages.style.color=\'#ffffff\'; document.all.ddeditorial_darkages.style.backgroundColor=\'#003366\'" onclick="nextmove(ddeditorial_filestructure[8])" class="listitems">Return of the Dark Ages</div>'
	txt+= '<div id="ddeditorial_entropy" name="menuname" onMouseOut="document.all.ddeditorial_entropy.style.color=\'#ffffff\'; document.all.ddeditorial_entropy.style.backgroundColor=\'#006699\'" onmouseover="document.all.ddeditorial_entropy.style.color=\'#ffffff\'; document.all.ddeditorial_entropy.style.backgroundColor=\'#003366\'" onclick="nextmove(ddeditorial_filestructure[9])" class="listitems">Entropy and Interest</div>'
	txt+= '<div id="ddeditorial_mortgage" name="menuname" onMouseOut="document.all.ddeditorial_mortgage.style.color=\'#ffffff\'; document.all.ddeditorial_mortgage.style.backgroundColor=\'#006699\'" onmouseover="document.all.ddeditorial_mortgage.style.color=\'#ffffff\'; document.all.ddeditorial_mortgage.style.backgroundColor=\'#003366\'" onclick="nextmove(ddeditorial_filestructure[10])" class="listitems">Islamic Mortgage Caper</div>'
	txt+= '<div id="ddeditorial_islamic" name="menuname" onMouseOut="document.all.ddeditorial_islamic.style.color=\'#ffffff\'; document.all.ddeditorial_islamic.style.backgroundColor=\'#006699\'" onmouseover="document.all.ddeditorial_islamic.style.color=\'#ffffff\'; document.all.ddeditorial_islamic.style.backgroundColor=\'#003366\'" onclick="nextmove(ddeditorial_filestructure[11])" class="listitems">Islamic Banking isn\'t Islamic</div>'
	txt+= '<div id="ddeditorial_debate" name="menuname" onMouseOut="document.all.ddeditorial_debate.style.color=\'#ffffff\'; document.all.ddeditorial_debate.style.backgroundColor=\'#006699\'" onmouseover="document.all.ddeditorial_debate.style.color=\'#ffffff\'; document.all.ddeditorial_debate.style.backgroundColor=\'#003366\'" onclick="nextmove(ddeditorial_filestructure[12])" class="listitems">A Debate on Money</div>'
	txt+= '<div id="ddeditorial_reserveratio" name="menuname" onMouseOut="document.all.ddeditorial_reserveratio.style.color=\'#ffffff\'; document.all.ddeditorial_reserveratio.style.backgroundColor=\'#006699\'" onmouseover="document.all.ddeditorial_reserveratio.style.color=\'#ffffff\'; document.all.ddeditorial_reserveratio.style.backgroundColor=\'#003366\'" onclick="nextmove(ddeditorial_filestructure[13])" class="listitems">The Reserve Ratio</div>'
	txt+= '<div id="ddeditorial_terrorism" name="menuname" onMouseOut="document.all.ddeditorial_terrorism.style.color=\'#ffffff\'; document.all.ddeditorial_terrorism.style.backgroundColor=\'#006699\'" onmouseover="document.all.ddeditorial_terrorism.style.color=\'#ffffff\'; document.all.ddeditorial_terrorism.style.backgroundColor=\'#003366\'" onclick="nextmove(ddeditorial_filestructure[14])" class="listitems">The Other Kind of Terrorism</div>'
//	txt+= '<div id="ddeditorial_dinar" name="menuname" onMouseOut="document.all.ddeditorial_dinar.style.color=\'#ffffff\'; document.all.ddeditorial_dinar.style.backgroundColor=\'#006699\'" onmouseover="document.all.ddeditorial_dinar.style.color=\'#ffffff\'; document.all.ddeditorial_dinar.style.backgroundColor=\'#003366\'" onclick="nextmove(ddeditorial_filestructure[15])" class="listitems">Viability of the Islamic Dinar</div>'
	txt+= '<div id="ddeditorial_discounting" name="menuname" onMouseOut="document.all.ddeditorial_discounting.style.color=\'#ffffff\'; document.all.ddeditorial_discounting.style.backgroundColor=\'#006699\'" onmouseover="document.all.ddeditorial_discounting.style.color=\'#ffffff\'; document.all.ddeditorial_discounting.style.backgroundColor=\'#003366\'" onclick="nextmove(ddeditorial_filestructure[16])" class="listitems">Discounting and Pollution</div>'
//	txt+= '<div id="ddeditorial_stepbystep" name="menuname" onMouseOut="document.all.ddeditorial_stepbystep.style.color=\'#ffffff\'; document.all.ddeditorial_stepbystep.style.backgroundColor=\'#006699\'" onmouseover="document.all.ddeditorial_stepbystep.style.color=\'#ffffff\'; document.all.ddeditorial_stepbystep.style.backgroundColor=\'#003366\'" onclick="nextmove(ddeditorial_filestructure[17])" class="listitems">Step by Step</div>'
	txt+= '<div id="ddeditorial_shaken" name="menuname" onMouseOut="document.all.ddeditorial_shaken.style.color=\'#ffffff\'; document.all.ddeditorial_shaken.style.backgroundColor=\'#006699\'" onmouseover="document.all.ddeditorial_shaken.style.color=\'#ffffff\'; document.all.ddeditorial_shaken.style.backgroundColor=\'#003366\'" onclick="nextmove(ddeditorial_filestructure[18])" class="listitems">Shaken to the Foundations</div>'
	txt+= '<div id="ddeditorial_breakthrough" name="menuname" onMouseOut="document.all.ddeditorial_breakthrough.style.color=\'#ffffff\'; document.all.ddeditorial_breakthrough.style.backgroundColor=\'#006699\'" onmouseover="document.all.ddeditorial_breakthrough.style.color=\'#ffffff\'; document.all.ddeditorial_breakthrough.style.backgroundColor=\'#003366\'" onclick="nextmove(ddeditorial_filestructure[19])" class="listitems">Islamic Alcohol</div>'
	txt+= '<div id="ddeditorial_iwanto" name="menuname" onMouseOut="document.all.ddeditorial_iwanto.style.color=\'#ffffff\'; document.all.ddeditorial_iwanto.style.backgroundColor=\'#006699\'" onmouseover="document.all.ddeditorial_iwanto.style.color=\'#ffffff\'; document.all.ddeditorial_iwanto.style.backgroundColor=\'#003366\'" onclick="nextmove(ddeditorial_filestructure[20])" class="listitems">Introducing Dr. Abdul Iwanto</div>'
	txt+= '<div id="ddeditorial_debtors" name="menuname" onMouseOut="document.all.ddeditorial_debtors.style.color=\'#ffffff\'; document.all.ddeditorial_debtors.style.backgroundColor=\'#006699\'" onmouseover="document.all.ddeditorial_debtors.style.color=\'#ffffff\'; document.all.ddeditorial_debtors.style.backgroundColor=\'#003366\'" onclick="nextmove(ddeditorial_filestructure[21])" class="listitems">Debtors Lament</div>'
	txt+= '<div id="ddeditorial_kings" name="menuname" onMouseOut="document.all.ddeditorial_kings.style.color=\'#ffffff\'; document.all.ddeditorial_kings.style.backgroundColor=\'#006699\'" onmouseover="document.all.ddeditorial_kings.style.color=\'#ffffff\'; document.all.ddeditorial_kings.style.backgroundColor=\'#003366\'" onclick="nextmove(ddeditorial_filestructure[22])" class="listitems">Thus Did Power Pass</div>'
	txt+= '<div id="ddeditorial_lizard" name="menuname" onMouseOut="document.all.ddeditorial_lizard.style.color=\'#ffffff\'; document.all.ddeditorial_lizard.style.backgroundColor=\'#006699\'" onmouseover="document.all.ddeditorial_lizard.style.color=\'#ffffff\'; document.all.ddeditorial_lizard.style.backgroundColor=\'#003366\'" onclick="nextmove(ddeditorial_filestructure[23])" class="listitems">The Lizard Hole</div>'
	txt+= '<div id="ddeditorial_soil" name="menuname" onMouseOut="document.all.ddeditorial_soil.style.color=\'#ffffff\'; document.all.ddeditorial_soil.style.backgroundColor=\'#006699\'" onmouseover="document.all.ddeditorial_soil.style.color=\'#ffffff\'; document.all.ddeditorial_soil.style.backgroundColor=\'#003366\'" onclick="nextmove(ddeditorial_filestructure[24])" class="listitems">A Soil of Our Own</div>'
	txt+= '</span>'

	txt+= '<span id="ddresearch" class="dropdown" style="display:none" onSelectStart="return false">'
	txt+= '<div id="ddresearch_introduction" name="menuname" onMouseOut="document.all.ddresearch_introduction.style.color=\'#ffffff\'; document.all.ddresearch_introduction.style.backgroundColor=\'#006699\'" onmouseover="document.all.ddresearch_introduction.style.color=\'#ffffff\'; document.all.ddresearch_introduction.style.backgroundColor=\'#003366\'" onclick="nextmove(ddresearch_filestructure[0])" class="listitems">Search for a Researcher</div>'
	txt+= '<div id="ddresearch_add" name="menuname" onMouseOut="document.all.ddresearch_add.style.color=\'#ffffff\'; document.all.ddresearch_add.style.backgroundColor=\'#006699\'" onmouseover="document.all.ddresearch_add.style.color=\'#ffffff\'; document.all.ddresearch_add.style.backgroundColor=\'#003366\'" onclick="nextmove(ddresearch_filestructure[1])" class="listitems">Add Your Research Details</div>'
	txt+= '</span>'

	txt+= '<span id="ddinstitutions" class="dropdown" style="display:none" onSelectStart="return false">'
	txt+= '<div id="ddinstitutions_introduction" name="menuname" onMouseOut="document.all.ddinstitutions_introduction.style.color=\'#ffffff\'; document.all.ddinstitutions_introduction.style.backgroundColor=\'#006699\'" onmouseover="document.all.ddinstitutions_introduction.style.color=\'#ffffff\'; document.all.ddinstitutions_introduction.style.backgroundColor=\'#003366\'" onclick="nextmove(ddinstitutions_filestructure[0])" class="listitems">Search for an Institution</div>'
	txt+= '<div id="ddinstitutions_add" name="menuname" onMouseOut="document.all.ddinstitutions_add.style.color=\'#ffffff\'; document.all.ddinstitutions_add.style.backgroundColor=\'#006699\'" onmouseover="document.all.ddinstitutions_add.style.color=\'#ffffff\'; document.all.ddinstitutions_add.style.backgroundColor=\'#003366\'" onclick="nextmove(ddinstitutions_filestructure[1])" class="listitems">Add Your Institution</div>'
	txt+= '</span>'

	txt+= '<span id="ddevents" class="dropdown" style="display:none" onSelectStart="return false">'
	txt+= '<div id="ddevents_introduction" name="menuname" onMouseOut="document.all.ddevents_introduction.style.color=\'#ffffff\'; document.all.ddevents_introduction.style.backgroundColor=\'#006699\'" onmouseover="document.all.ddevents_introduction.style.color=\'#ffffff\'; document.all.ddevents_introduction.style.backgroundColor=\'#003366\'" onclick="nextmove(ddevents_filestructure[0])" class="listitems">View Events</div>'
	txt+= '<div id="ddevents_add" name="menuname" onMouseOut="document.all.ddevents_add.style.color=\'#ffffff\'; document.all.ddevents_add.style.backgroundColor=\'#006699\'" onmouseover="document.all.ddevents_add.style.color=\'#ffffff\'; document.all.ddevents_add.style.backgroundColor=\'#003366\'" onclick="nextmove(ddevents_filestructure[1])" class="listitems">Add Your Event Details</div>'
	txt+= '</span>'

	txt+= '<span id="ddglossary" class="dropdown" style="display:none" onSelectStart="return false">'
	txt+= '<div id="ddglossary_introduction" name="menuname" onMouseOut="document.all.ddglossary_introduction.style.color=\'#ffffff\'; document.all.ddglossary_introduction.style.backgroundColor=\'#006699\'" onmouseover="document.all.ddglossary_introduction.style.color=\'#ffffff\'; document.all.ddglossary_introduction.style.backgroundColor=\'#003366\'" onclick="nextmove(ddglossary_filestructure[0])" class="listitems">Search for a Term</div>'
	txt+= '</span>'

	txt+= '<span id="ddbooks" class="dropdown" style="display:none" onSelectStart="return false">'
	txt+= '<div id="ddbooks_introduction" name="menuname" onMouseOut="document.all.ddbooks_introduction.style.color=\'#ffffff\'; document.all.ddbooks_introduction.style.backgroundColor=\'#006699\'" onmouseover="document.all.ddbooks_introduction.style.color=\'#ffffff\'; document.all.ddbooks_introduction.style.backgroundColor=\'#003366\'" onclick="nextmove(ddbooks_filestructure[0])" class="listitems">Search for a Book</div>'
	txt+= '<div id="ddbooks_add" name="menuname" onMouseOut="document.all.ddbooks_add.style.color=\'#ffffff\'; document.all.ddbooks_add.style.backgroundColor=\'#006699\'" onmouseover="document.all.ddbooks_add.style.color=\'#ffffff\'; document.all.ddbooks_add.style.backgroundColor=\'#003366\'" onclick="nextmove(ddbooks_filestructure[1])" class="listitems">Add A Book</div>'
	txt+= '</span>'

	txt+= '<span id="ddjobs" class="dropdown" style="display:none" onSelectStart="return false">'
	txt+= '<div id="ddjobs_introduction" name="menuname" onMouseOut="document.all.ddjobs_introduction.style.color=\'#ffffff\'; document.all.ddjobs_introduction.style.backgroundColor=\'#006699\'" onmouseover="document.all.ddjobs_introduction.style.color=\'#ffffff\'; document.all.ddjobs_introduction.style.backgroundColor=\'#003366\'" onclick="nextmove(ddjobs_filestructure[0])" class="listitems">View Jobs</div>'
	txt+= '<div id="ddjobs_add" name="menuname" onMouseOut="document.all.ddjobs_add.style.color=\'#ffffff\'; document.all.ddjobs_add.style.backgroundColor=\'#006699\'" onmouseover="document.all.ddjobs_add.style.color=\'#ffffff\'; document.all.ddjobs_add.style.backgroundColor=\'#003366\'" onclick="nextmove(ddjobs_filestructure[1])" class="listitems">Add A Vacancy</div>'
	txt+= '</span>'

	txt+= '<span id="ddresources" class="dropdown" style="display:none" onSelectStart="return false">'
	txt+= '<div id="ddresources_introduction" name="menuname" onMouseOut="document.all.ddresources_introduction.style.color=\'#ffffff\'; document.all.ddresources_introduction.style.backgroundColor=\'#006699\'" onmouseover="document.all.ddresources_introduction.style.color=\'#ffffff\'; document.all.ddresources_introduction.style.backgroundColor=\'#003366\'; document.all.ddeconomics.style.display=\'none\'; document.all.ddislamic.style.display=\'none\'; document.all.ddfinance.style.display=\'none\'" onclick="nextmove(ddresources_filestructure[0])" class="listitems">Contents</div>'
	txt+= '<div id="ddresources_economics" name="menuname" onMouseOut="document.all.ddresources_economics.style.color=\'#ffffff\'; document.all.ddresources_economics.style.backgroundColor=\'#006699\'" onmouseover="document.all.ddresources_economics.style.color=\'#ffffff\'; document.all.ddresources_economics.style.backgroundColor=\'#003366\'; document.all.ddfinance.style.display=\'none\';  document.all.ddislamic.style.display=\'none\'; secondDropDown(\'ddeconomics\',\'ddresources\')" class="listitems">Secular Economics . . .</div>'
	txt+= '<div id="ddresources_finance" name="menuname" onMouseOut="document.all.ddresources_finance.style.color=\'#ffffff\'; document.all.ddresources_finance.style.backgroundColor=\'#006699\'" onmouseover="document.all.ddresources_finance.style.color=\'#ffffff\'; document.all.ddresources_finance.style.backgroundColor=\'#003366\'; document.all.ddeconomics.style.display=\'none\'; document.all.ddislamic.style.display=\'none\'; secondDropDown(\'ddfinance\',\'ddresources\')" class="listitems">Secular Finance . . .</div>'
	txt+= '<div id="ddresources_islamic" name="menuname" onMouseOut="document.all.ddresources_islamic.style.color=\'#ffffff\'; document.all.ddresources_islamic.style.backgroundColor=\'#006699\'" onmouseover="document.all.ddresources_islamic.style.color=\'#ffffff\'; document.all.ddresources_islamic.style.backgroundColor=\'#003366\'; document.all.ddeconomics.style.display=\'none\'; document.all.ddfinance.style.display=\'none\'; secondDropDown(\'ddislamic\',\'ddresources\')" class="listitems">Islam . . .</div>'
	txt+= '</span>'

	txt+= '<span id="ddeconomics" class="dropdown" style="display:none; position:absolute; left:180px;" onSelectStart="return false">'
	txt+= '<div id="ddeconomics_christian" name="menuname" onMouseOut="document.all.ddeconomics_christian.style.color=\'#ffffff\'; document.all.ddeconomics_christian.style.backgroundColor=\'#666699\'" onmouseover="document.all.ddeconomics_christian.style.color=\'#ffffff\'; document.all.ddeconomics_christian.style.backgroundColor=\'#003366\'" onclick="nextmove(ddeconomics_filestructure[0])" class="secondlistitems">Christian Thinking</div>'
	txt+= '<div id="ddeconomics_middleage" name="menuname" onMouseOut="document.all.ddeconomics_middleage.style.color=\'#ffffff\'; document.all.ddeconomics_middleage.style.backgroundColor=\'#666699\'" onmouseover="document.all.ddeconomics_middleage.style.color=\'#ffffff\'; document.all.ddeconomics_middleage.style.backgroundColor=\'#003366\'" onclick="nextmove(ddeconomics_filestructure[1])" class="secondlistitems">Middle Ages Thought</div>'
	txt+= '<div id="ddeconomics_mercantilists" name="menuname" onMouseOut="document.all.ddeconomics_mercantilists.style.color=\'#ffffff\'; document.all.ddeconomics_mercantilists.style.backgroundColor=\'#666699\'" onmouseover="document.all.ddeconomics_mercantilists.style.color=\'#ffffff\'; document.all.ddeconomics_mercantilists.style.backgroundColor=\'#003366\'" onclick="nextmove(ddeconomics_filestructure[2])" class="secondlistitems">The Mercantilists</div>'
	txt+= '<div id="ddeconomics_bullionists" name="menuname" onMouseOut="document.all.ddeconomics_bullionists.style.color=\'#ffffff\'; document.all.ddeconomics_bullionists.style.backgroundColor=\'#666699\'" onmouseover="document.all.ddeconomics_bullionists.style.color=\'#ffffff\'; document.all.ddeconomics_bullionists.style.backgroundColor=\'#003366\'" onclick="nextmove(ddeconomics_filestructure[3])" class="secondlistitems">Bullionists</div>'
	txt+= '<div id="ddeconomics_earlyclassical" name="menuname" onMouseOut="document.all.ddeconomics_earlyclassical.style.color=\'#ffffff\'; document.all.ddeconomics_earlyclassical.style.backgroundColor=\'#666699\'" onmouseover="document.all.ddeconomics_earlyclassical.style.color=\'#ffffff\'; document.all.ddeconomics_earlyclassical.style.backgroundColor=\'#003366\'" onclick="nextmove(ddeconomics_filestructure[4])" class="secondlistitems">Early Classical</div>'
	txt+= '<div id="ddeconomics_classical" name="menuname" onMouseOut="document.all.ddeconomics_classical.style.color=\'#ffffff\'; document.all.ddeconomics_classical.style.backgroundColor=\'#666699\'" onmouseover="document.all.ddeconomics_classical.style.color=\'#ffffff\'; document.all.ddeconomics_classical.style.backgroundColor=\'#003366\'" onclick="nextmove(ddeconomics_filestructure[5])" class="secondlistitems">Classical Thinking</div>'
	txt+= '<div id="ddeconomics_physiocrats" name="menuname" onMouseOut="document.all.ddeconomics_physiocrats.style.color=\'#ffffff\'; document.all.ddeconomics_physiocrats.style.backgroundColor=\'#666699\'" onmouseover="document.all.ddeconomics_physiocrats.style.color=\'#ffffff\'; document.all.ddeconomics_physiocrats.style.backgroundColor=\'#003366\'" onclick="nextmove(ddeconomics_filestructure[6])" class="secondlistitems">The Physiocrats</div>'
	txt+= '<div id="ddeconomics_socialists" name="menuname" onMouseOut="document.all.ddeconomics_socialists.style.color=\'#ffffff\'; document.all.ddeconomics_socialists.style.backgroundColor=\'#666699\'" onmouseover="document.all.ddeconomics_socialists.style.color=\'#ffffff\'; document.all.ddeconomics_socialists.style.backgroundColor=\'#003366\'" onclick="nextmove(ddeconomics_filestructure[7])" class="secondlistitems">Socialist Thought</div>'
	txt+= '<div id="ddeconomics_communists" name="menuname" onMouseOut="document.all.ddeconomics_communists.style.color=\'#ffffff\'; document.all.ddeconomics_communists.style.backgroundColor=\'#666699\'" onmouseover="document.all.ddeconomics_communists.style.color=\'#ffffff\'; document.all.ddeconomics_communists.style.backgroundColor=\'#003366\'" onclick="nextmove(ddeconomics_filestructure[8])" class="secondlistitems">Communism</div>'
	txt+= '<div id="ddeconomics_marxists" name="menuname" onMouseOut="document.all.ddeconomics_marxists.style.color=\'#ffffff\'; document.all.ddeconomics_marxists.style.backgroundColor=\'#666699\'" onmouseover="document.all.ddeconomics_marxists.style.color=\'#ffffff\'; document.all.ddeconomics_marxists.style.backgroundColor=\'#003366\'" onclick="nextmove(ddeconomics_filestructure[9])" class="secondlistitems">Marxist Thinking</div>'
	txt+= '<div id="ddeconomics_fascism" name="menuname" onMouseOut="document.all.ddeconomics_fascism.style.color=\'#ffffff\'; document.all.ddeconomics_fascism.style.backgroundColor=\'#666699\'" onmouseover="document.all.ddeconomics_fascism.style.color=\'#ffffff\'; document.all.ddeconomics_fascism.style.backgroundColor=\'#003366\'" onclick="nextmove(ddeconomics_filestructure[10])" class="secondlistitems">Fascist Ideas</div>'
	txt+= '<div id="ddeconomics_historical" name="menuname" onMouseOut="document.all.ddeconomics_historical.style.color=\'#ffffff\'; document.all.ddeconomics_historical.style.backgroundColor=\'#666699\'" onmouseover="document.all.ddeconomics_historical.style.color=\'#ffffff\'; document.all.ddeconomics_historical.style.backgroundColor=\'#003366\'" onclick="nextmove(ddeconomics_filestructure[11])" class="secondlistitems">Historical School</div>'
	txt+= '<div id="ddeconomics_neoclassical" name="menuname" onMouseOut="document.all.ddeconomics_neoclassical.style.color=\'#ffffff\'; document.all.ddeconomics_neoclassical.style.backgroundColor=\'#666699\'" onmouseover="document.all.ddeconomics_neoclassical.style.color=\'#ffffff\'; document.all.ddeconomics_neoclassical.style.backgroundColor=\'#003366\'" onclick="nextmove(ddeconomics_filestructure[12])" class="secondlistitems">Neo-classical Thinking</div>'
	txt+= '<div id="ddeconomics_marginalists" name="menuname" onMouseOut="document.all.ddeconomics_marginalists.style.color=\'#ffffff\'; document.all.ddeconomics_marginalists.style.backgroundColor=\'#666699\'" onmouseover="document.all.ddeconomics_marginalists.style.color=\'#ffffff\'; document.all.ddeconomics_marginalists.style.backgroundColor=\'#003366\'" onclick="nextmove(ddeconomics_filestructure[13])" class="secondlistitems">The Marginalists</div>'
	txt+= '<div id="ddeconomics_austrian" name="menuname" onMouseOut="document.all.ddeconomics_austrian.style.color=\'#ffffff\'; document.all.ddeconomics_austrian.style.backgroundColor=\'#666699\'" onmouseover="document.all.ddeconomics_austrian.style.color=\'#ffffff\'; document.all.ddeconomics_austrian.style.backgroundColor=\'#003366\'" onclick="nextmove(ddeconomics_filestructure[14])" class="secondlistitems">Austrian School</div>'
	txt+= '<div id="ddeconomics_keynesian" name="menuname" onMouseOut="document.all.ddeconomics_keynesian.style.color=\'#ffffff\'; document.all.ddeconomics_keynesian.style.backgroundColor=\'#666699\'" onmouseover="document.all.ddeconomics_keynesian.style.color=\'#ffffff\'; document.all.ddeconomics_keynesian.style.backgroundColor=\'#003366\'" onclick="nextmove(ddeconomics_filestructure[15])" class="secondlistitems">Keynesian School</div>'
	txt+= '<div id="ddeconomics_neokeynesian" name="menuname" onMouseOut="document.all.ddeconomics_neokeynesian.style.color=\'#ffffff\'; document.all.ddeconomics_neokeynesian.style.backgroundColor=\'#666699\'" onmouseover="document.all.ddeconomics_neokeynesian.style.color=\'#ffffff\'; document.all.ddeconomics_neokeynesian.style.backgroundColor=\'#003366\'" onclick="nextmove(ddeconomics_filestructure[16])" class="secondlistitems">Neo-Keynesian Thinking</div>'
	txt+= '<div id="ddeconomics_monetarists" name="menuname" onMouseOut="document.all.ddeconomics_monetarists.style.color=\'#ffffff\'; document.all.ddeconomics_monetarists.style.backgroundColor=\'#666699\'" onmouseover="document.all.ddeconomics_monetarists.style.color=\'#ffffff\'; document.all.ddeconomics_monetarists.style.backgroundColor=\'#003366\'" onclick="nextmove(ddeconomics_filestructure[17])" class="secondlistitems">The Monetarists</div>'
	txt+= '</span>'

	txt+= '<span id="ddfinance" class="dropdown" style="display:none; position:absolute; left:180px" onSelectStart="return false">'
	txt+= '<div id="ddfinance_institutional" name="menuname" onMouseOut="document.all.ddfinance_institutional.style.color=\'#ffffff\'; document.all.ddfinance_institutional.style.backgroundColor=\'#666699\'" onmouseover="document.all.ddfinance_institutional.style.color=\'#ffffff\'; document.all.ddfinance_institutional.style.backgroundColor=\'#003366\'" onclick="nextmove(ddfinance_filestructure[0])" class="secondlistitems">Institutional Framework</div>'
	txt+= '<div id="ddfinance_mathematics" name="menuname" onMouseOut="document.all.ddfinance_mathematics.style.color=\'#ffffff\'; document.all.ddfinance_mathematics.style.backgroundColor=\'#666699\'" onmouseover="document.all.ddfinance_mathematics.style.color=\'#ffffff\'; document.all.ddfinance_mathematics.style.backgroundColor=\'#003366\'" onclick="nextmove(ddfinance_filestructure[1])" class="secondlistitems">Mathematics of Interest</div>'
	txt+= '<div id="ddfinance_forwards" name="menuname" onMouseOut="document.all.ddfinance_forwards.style.color=\'#ffffff\'; document.all.ddfinance_forwards.style.backgroundColor=\'#666699\'" onmouseover="document.all.ddfinance_forwards.style.color=\'#ffffff\'; document.all.ddfinance_forwards.style.backgroundColor=\'#003366\'" onclick="nextmove(ddfinance_filestructure[2])" class="secondlistitems">Forward Markets</div>'
	txt+= '<div id="ddfinance_moneymarkets" name="menuname" onMouseOut="document.all.ddfinance_moneymarkets.style.color=\'#ffffff\'; document.all.ddfinance_moneymarkets.style.backgroundColor=\'#666699\'" onmouseover="document.all.ddfinance_moneymarkets.style.color=\'#ffffff\'; document.all.ddfinance_moneymarkets.style.backgroundColor=\'#003366\'" onclick="nextmove(ddfinance_filestructure[3])" class="secondlistitems">Money Markets</div>'
	txt+= '<div id="ddfinance_bonds" name="menuname" onMouseOut="document.all.ddfinance_bonds.style.color=\'#ffffff\'; document.all.ddfinance_bonds.style.backgroundColor=\'#666699\'" onmouseover="document.all.ddfinance_bonds.style.color=\'#ffffff\'; document.all.ddfinance_bonds.style.backgroundColor=\'#003366\'" onclick="nextmove(ddfinance_filestructure[4])" class="secondlistitems">Bonds</div>'
	txt+= '<div id="ddfinance_equities" name="menuname" onMouseOut="document.all.ddfinance_equities.style.color=\'#ffffff\'; document.all.ddfinance_equities.style.backgroundColor=\'#666699\'" onmouseover="document.all.ddfinance_equities.style.color=\'#ffffff\'; document.all.ddfinance_equities.style.backgroundColor=\'#003366\'" onclick="nextmove(ddfinance_filestructure[5])" class="secondlistitems">Equities</div>'
	txt+= '<div id="ddfinance_options" name="menuname" onMouseOut="document.all.ddfinance_options.style.color=\'#ffffff\'; document.all.ddfinance_options.style.backgroundColor=\'#666699\'" onmouseover="document.all.ddfinance_options.style.color=\'#ffffff\'; document.all.ddfinance_options.style.backgroundColor=\'#003366\'" onclick="nextmove(ddfinance_filestructure[6])" class="secondlistitems">Options</div>'
	txt+= '<div id="ddfinance_interestrateoptions" name="menuname" onMouseOut="document.all.ddfinance_interestrateoptions.style.color=\'#ffffff\'; document.all.ddfinance_interestrateoptions.style.backgroundColor=\'#666699\'" onmouseover="document.all.ddfinance_interestrateoptions.style.color=\'#ffffff\'; document.all.ddfinance_interestrateoptions.style.backgroundColor=\'#003366\'" onclick="nextmove(ddfinance_filestructure[7])" class="secondlistitems">Interest Rate Options</div>'
	txt+= '</span>'

	txt+= '<span id="ddislamic" class="dropdown" style="display:none; position:absolute; left:180px" onSelectStart="return false">'
	txt+= '<div id="ddislamic_types" name="menuname" onMouseOut="document.all.ddislamic_types.style.color=\'#ffffff\'; document.all.ddislamic_types.style.backgroundColor=\'#666699\'" onmouseover="document.all.ddislamic_types.style.color=\'#ffffff\'; document.all.ddislamic_types.style.backgroundColor=\'#003366\'" onclick="nextmove(ddislamic_filestructure[0])" class="secondlistitems">Types of Contract</div>'
	txt+= '<div id="ddislamic_usury" name="menuname" onMouseOut="document.all.ddislamic_usury.style.color=\'#ffffff\'; document.all.ddislamic_usury.style.backgroundColor=\'#666699\'" onmouseover="document.all.ddislamic_usury.style.color=\'#ffffff\'; document.all.ddislamic_usury.style.backgroundColor=\'#003366\'" onclick="nextmove(ddislamic_filestructure[1])" class="secondlistitems">What is Usury?</div>'
	txt+= '<div id="ddislamic_murabahah" name="menuname" onMouseOut="document.all.ddislamic_murabahah.style.color=\'#ffffff\'; document.all.ddislamic_murabahah.style.backgroundColor=\'#666699\'" onmouseover="document.all.ddislamic_murabahah.style.color=\'#ffffff\'; document.all.ddislamic_murabahah.style.backgroundColor=\'#003366\'" onclick="nextmove(ddislamic_filestructure[2])" class="secondlistitems">Murabahah</div>'
	txt+= '<div id="ddislamic_salam" name="menuname" onMouseOut="document.all.ddislamic_salam.style.color=\'#ffffff\'; document.all.ddislamic_salam.style.backgroundColor=\'#666699\'" onmouseover="document.all.ddislamic_salam.style.color=\'#ffffff\'; document.all.ddislamic_salam.style.backgroundColor=\'#003366\'" onclick="nextmove(ddislamic_filestructure[3])" class="secondlistitems">Bay al-Salam</div>'
	txt+= '<div id="ddislamic_ijara" name="menuname" onMouseOut="document.all.ddislamic_ijara.style.color=\'#ffffff\'; document.all.ddislamic_ijara.style.backgroundColor=\'#666699\'" onmouseover="document.all.ddislamic_ijara.style.color=\'#ffffff\'; document.all.ddislamic_ijara.style.backgroundColor=\'#003366\'" onclick="nextmove(ddislamic_filestructure[4])" class="secondlistitems">Ijara</div>'
	txt+= '<div id="ddislamic_sarf" name="menuname" onMouseOut="document.all.ddislamic_sarf.style.color=\'#ffffff\'; document.all.ddislamic_sarf.style.backgroundColor=\'#666699\'" onmouseover="document.all.ddislamic_sarf.style.color=\'#ffffff\'; document.all.ddislamic_sarf.style.backgroundColor=\'#003366\'" onclick="nextmove(ddislamic_filestructure[5])" class="secondlistitems">Bay al-Sarf</div>'
	txt+= '<div id="ddislamic_mushmud" name="menuname" onMouseOut="document.all.ddislamic_mushmud.style.color=\'#ffffff\'; document.all.ddislamic_mushmud.style.backgroundColor=\'#666699\'" onmouseover="document.all.ddislamic_mushmud.style.color=\'#ffffff\'; document.all.ddislamic_mushmud.style.backgroundColor=\'#003366\'" onclick="nextmove(ddislamic_filestructure[6])" class="secondlistitems">Mudarabah and Musharakah</div>'
	txt+= '<div id="ddislamic_istisna" name="menuname" onMouseOut="document.all.ddislamic_istisna.style.color=\'#ffffff\'; document.all.ddislamic_istisna.style.backgroundColor=\'#666699\'" onmouseover="document.all.ddislamic_istisna.style.color=\'#ffffff\'; document.all.ddislamic_istisna.style.backgroundColor=\'#003366\'" onclick="nextmove(ddislamic_filestructure[7])" class="secondlistitems">Istisna`a</div>'
	txt+= '<div id="ddislamic_history" name="menuname" onMouseOut="document.all.ddislamic_history.style.color=\'#ffffff\'; document.all.ddislamic_history.style.backgroundColor=\'#666699\'" onmouseover="document.all.ddislamic_history.style.color=\'#ffffff\'; document.all.ddislamic_history.style.backgroundColor=\'#003366\'" onclick="nextmove(ddislamic_filestructure[8])" class="secondlistitems">Jurists</div>'
	txt+= '<div id="ddislamic_world" name="menuname" onMouseOut="document.all.ddislamic_world.style.color=\'#ffffff\'; document.all.ddislamic_world.style.backgroundColor=\'#666699\'" onmouseover="document.all.ddislamic_world.style.color=\'#ffffff\'; document.all.ddislamic_world.style.backgroundColor=\'#003366\'" onclick="nextmove(ddislamic_filestructure[9])" class="secondlistitems">Basic History</div>'
	txt+= '<div id="ddislamic_sources" name="menuname" onMouseOut="document.all.ddislamic_sources.style.color=\'#ffffff\'; document.all.ddislamic_sources.style.backgroundColor=\'#666699\'" onmouseover="document.all.ddislamic_sources.style.color=\'#ffffff\'; document.all.ddislamic_sources.style.backgroundColor=\'#003366\'" onclick="nextmove(ddislamic_filestructure[10])" class="secondlistitems">Muslim World</div>'
	txt+= '<div id="ddislamic_beliefs" name="menuname" onMouseOut="document.all.ddislamic_beliefs.style.color=\'#ffffff\'; document.all.ddislamic_beliefs.style.backgroundColor=\'#666699\'" onmouseover="document.all.ddislamic_beliefs.style.color=\'#ffffff\'; document.all.ddislamic_beliefs.style.backgroundColor=\'#003366\'" onclick="nextmove(ddislamic_filestructure[11])" class="secondlistitems">Sources of Law</div>'
	txt+= '<div id="ddislamic_schools" name="menuname" onMouseOut="document.all.ddislamic_schools.style.color=\'#ffffff\'; document.all.ddislamic_schools.style.backgroundColor=\'#666699\'" onmouseover="document.all.ddislamic_schools.style.color=\'#ffffff\'; document.all.ddislamic_schools.style.backgroundColor=\'#003366\'" onclick="nextmove(ddislamic_filestructure[12])" class="secondlistitems">Beliefs</div>'
	txt+= '<div id="ddislamic_interviews" name="menuname" onMouseOut="document.all.ddislamic_interviews.style.color=\'#ffffff\'; document.all.ddislamic_interviews.style.backgroundColor=\'#666699\'" onmouseover="document.all.ddislamic_interviews.style.color=\'#ffffff\'; document.all.ddislamic_interviews.style.backgroundColor=\'#003366\'" onclick="nextmove(ddislamic_filestructure[13])" class="secondlistitems">Schools of Thought</div>'
	txt+= '<div id="ddislamic_financing" name="menuname" onMouseOut="document.all.ddislamic_financing.style.color=\'#ffffff\'; document.all.ddislamic_financing.style.backgroundColor=\'#666699\'" onmouseover="document.all.ddislamic_financing.style.color=\'#ffffff\'; document.all.ddislamic_financing.style.backgroundColor=\'#003366\'" onclick="nextmove(ddislamic_filestructure[14])" class="secondlistitems">Interviews With Scholars</div>'
	txt+= '</span>'

	txt+= '<span id="ddmarketeye" class="dropdown" style="display:none;" onSelectStart="return false">'
	txt+= '<div id="ddmarketeye_market" name="menuname" onMouseOut="document.all.ddmarketeye_market.style.color=\'#ffffff\'; document.all.ddmarketeye_market.style.backgroundColor=\'#006699\'" onmouseover="document.all.ddmarketeye_market.style.color=\'#ffffff\'; document.all.ddmarketeye_market.style.backgroundColor=\'#003366\'" onclick="nextmove(ddmarketeye_filestructure[0])" class="listitems">Market Eye</div>'
	txt+= '</span>'

	txt+= '<span id="ddaboutus" class="dropdown" style="display:none" onSelectStart="return false">'
	txt+= '<div id="ddaboutus_introduction" name="menuname" onMouseOut="document.all.ddaboutus_introduction.style.color=\'#ffffff\'; document.all.ddaboutus_introduction.style.backgroundColor=\'#006699\'" onmouseover="document.all.ddaboutus_introduction.style.color=\'#ffffff\'; document.all.ddaboutus_introduction.style.backgroundColor=\'#003366\'" onclick="nextmove(ddaboutus_filestructure[0])" class="listitems">Overview</div>'
	txt+= '<div id="ddaboutus_presentations" name="menuname" onMouseOut="document.all.ddaboutus_presentations.style.color=\'#ffffff\'; document.all.ddaboutus_presentations.style.backgroundColor=\'#006699\'" onmouseover="document.all.ddaboutus_presentations.style.color=\'#ffffff\'; document.all.ddaboutus_presentations.style.backgroundColor=\'#003366\'" onclick="nextmove(ddaboutus_filestructure[1])" class="listitems">Editor\'s Lectures</div>'
	txt+= '<div id="ddaboutus_advertising" name="menuname" onMouseOut="document.all.ddaboutus_advertising.style.color=\'#ffffff\'; document.all.ddaboutus_advertising.style.backgroundColor=\'#006699\'" onmouseover="document.all.ddaboutus_advertising.style.color=\'#ffffff\'; document.all.ddaboutus_advertising.style.backgroundColor=\'#003366\'" onclick="nextmove(ddaboutus_filestructure[2])" class="listitems">Advertising Rates</div>'
	txt+= '</span>'
	}
// END OF IE4/5/6 NON-MAC FLYOUTS

// START NN5 NON-MAC FLYOUTS
	if((browserCode=="NN" || browserCode=="FF" || browserCode=="OP") && (browserVersion >= 5) && (browserPlatform != 'mac')){
	var txt = '';
	txt+= '<span id="ddeditorial" class="dropdown" style="display:none; position:absolute;" onSelectStart="return false">'
	txt+= '<div id="ddeditorial_content" name="menuname" onMouseOut="document.getElementById(\'ddeditorial_content\').style.color=\'#ffffff\'; document.getElementById(\'ddeditorial_content\').style.backgroundColor=\'#006699\'" onmouseover="document.getElementById(\'ddeditorial_content\').style.color=\'#ffffff\'; document.getElementById(\'ddeditorial_content\').style.backgroundColor=\'#003366\'" onclick="nextmove(ddeditorial_filestructure[0])" class="listitems">Content</div>'
	txt+= '<div id="ddeditorial_travellingthewrongroadpatiently" name="menuname" onMouseOut="document.getElementById(\'ddeditorial_travellingthewrongroadpatiently\').style.color=\'#ffffff\'; document.getElementById(\'ddeditorial_travellingthewrongroadpatiently\').style.backgroundColor=\'#006699\'" onmouseover="document.getElementById(\'ddeditorial_travellingthewrongroadpatiently\').style.color=\'#ffffff\'; document.getElementById(\'ddeditorial_travellingthewrongroadpatiently\').style.backgroundColor=\'#003366\'" onclick="nextmove(ddeditorial_filestructure[1])" class="listitems">Travelling the Wrong Road</div>'
	txt+= '<div id="ddeditorial_fractional" name="menuname" onMouseOut="document.getElementById(\'ddeditorial_fractional\').style.color=\'#ffffff\'; document.getElementById(\'ddeditorial_fractional\').style.backgroundColor=\'#006699\'" onmouseover="document.getElementById(\'ddeditorial_fractional\').style.color=\'#ffffff\'; document.getElementById(\'ddeditorial_fractional\').style.backgroundColor=\'#003366\'" onclick="nextmove(ddeditorial_filestructure[2])" class="listitems">Fractional Reserve Banking</div>'
	txt+= '<div id="ddeditorial_fortune" name="menuname" onMouseOut="document.getElementById(\'ddeditorial_fortune\').style.color=\'#ffffff\'; document.getElementById(\'ddeditorial_fortune\').style.backgroundColor=\'#006699\'" onmouseover="document.getElementById(\'ddeditorial_fortune\').style.color=\'#ffffff\'; document.getElementById(\'ddeditorial_fortune\').style.backgroundColor=\'#003366\'" onclick="nextmove(ddeditorial_filestructure[3])" class="listitems">Fortune Favours the Bankers</div>'
	txt+= '<div id="ddeditorial_derivatives" name="menuname" onMouseOut="document.getElementById(\'ddeditorial_derivatives\').style.color=\'#ffffff\'; document.getElementById(\'ddeditorial_derivatives\').style.backgroundColor=\'#006699\'" onmouseover="document.getElementById(\'ddeditorial_derivatives\').style.color=\'#ffffff\'; document.getElementById(\'ddeditorial_derivatives\').style.backgroundColor=\'#003366\'" onclick="nextmove(ddeditorial_filestructure[4])" class="listitems">Islamic Derivatives?</div>'
	txt+= '<div id="ddeditorial_interestbased" name="menuname" onMouseOut="document.getElementById(\'ddeditorial_interestbased\').style.color=\'#ffffff\'; document.getElementById(\'ddeditorial_interestbased\').style.backgroundColor=\'#006699\'" onmouseover="document.getElementById(\'ddeditorial_interestbased\').style.color=\'#ffffff\'; document.getElementById(\'ddeditorial_interestbased\').style.backgroundColor=\'#003366\'" onclick="nextmove(ddeditorial_filestructure[5])" class="listitems">About Interest-based Money</div>'
	txt+= '<div id="ddeditorial_property" name="menuname" onMouseOut="document.getElementById(\'ddeditorial_property\').style.color=\'#ffffff\'; document.getElementById(\'ddeditorial_property\').style.backgroundColor=\'#006699\'" onmouseover="document.getElementById(\'ddeditorial_property\').style.color=\'#ffffff\'; document.getElementById(\'ddeditorial_property\').style.backgroundColor=\'#003366\'" onclick="nextmove(ddeditorial_filestructure[6])" class="listitems">Bank Lending and Property</div>'
	txt+= '<div id="ddeditorial_speculation" name="menuname" onMouseOut="document.getElementById(\'ddeditorial_speculation\').style.color=\'#ffffff\'; document.getElementById(\'ddeditorial_speculation\').style.backgroundColor=\'#006699\'" onmouseover="document.getElementById(\'ddeditorial_speculation\').style.color=\'#ffffff\'; document.getElementById(\'ddeditorial_speculation\').style.backgroundColor=\'#003366\'" onclick="nextmove(ddeditorial_filestructure[7])" class="listitems">Speculation</div>'
	txt+= '<div id="ddeditorial_darkages" name="menuname" onMouseOut="document.getElementById(\'ddeditorial_darkages\').style.color=\'#ffffff\'; document.getElementById(\'ddeditorial_darkages\').style.backgroundColor=\'#006699\'" onmouseover="document.getElementById(\'ddeditorial_darkages\').style.color=\'#ffffff\'; document.getElementById(\'ddeditorial_darkages\').style.backgroundColor=\'#003366\'" onclick="nextmove(ddeditorial_filestructure[8])" class="listitems">Return of the Dark Ages</div>'
	txt+= '<div id="ddeditorial_entropy" name="menuname" onMouseOut="document.getElementById(\'ddeditorial_entropy\').style.color=\'#ffffff\'; document.getElementById(\'ddeditorial_entropy\').style.backgroundColor=\'#006699\'" onmouseover="document.getElementById(\'ddeditorial_entropy\').style.color=\'#ffffff\'; document.getElementById(\'ddeditorial_entropy\').style.backgroundColor=\'#003366\'" onclick="nextmove(ddeditorial_filestructure[9])" class="listitems">Entropy and Interest</div>'
	txt+= '<div id="ddeditorial_mortgage" name="menuname" onMouseOut="document.getElementById(\'ddeditorial_mortgage\').style.color=\'#ffffff\'; document.getElementById(\'ddeditorial_mortgage\').style.backgroundColor=\'#006699\'" onmouseover="document.getElementById(\'ddeditorial_mortgage\').style.color=\'#ffffff\'; document.getElementById(\'ddeditorial_mortgage\').style.backgroundColor=\'#003366\'" onclick="nextmove(ddeditorial_filestructure[10])" class="listitems">Islamic Mortgage Caper</div>'
	txt+= '<div id="ddeditorial_islamic" name="menuname" onMouseOut="document.getElementById(\'ddeditorial_islamic\').style.color=\'#ffffff\'; document.getElementById(\'ddeditorial_islamic\').style.backgroundColor=\'#006699\'" onmouseover="document.getElementById(\'ddeditorial_islamic\').style.color=\'#ffffff\'; document.getElementById(\'ddeditorial_islamic\').style.backgroundColor=\'#003366\'" onclick="nextmove(ddeditorial_filestructure[11])" class="listitems">Islamic Banking isn\'t Islamic</div>'
	txt+= '<div id="ddeditorial_debate" name="menuname" onMouseOut="document.getElementById(\'ddeditorial_debate\').style.color=\'#ffffff\'; document.getElementById(\'ddeditorial_debate\').style.backgroundColor=\'#006699\'" onmouseover="document.getElementById(\'ddeditorial_debate\').style.color=\'#ffffff\'; document.getElementById(\'ddeditorial_debate\').style.backgroundColor=\'#003366\'" onclick="nextmove(ddeditorial_filestructure[12])" class="listitems">A Debate on Money</div>'
	txt+= '<div id="ddeditorial_reserveratio" name="menuname" onMouseOut="document.getElementById(\'ddeditorial_reserveratio\').style.color=\'#ffffff\'; document.getElementById(\'ddeditorial_reserveratio\').style.backgroundColor=\'#006699\'" onmouseover="document.getElementById(\'ddeditorial_reserveratio\').style.color=\'#ffffff\'; document.getElementById(\'ddeditorial_reserveratio\').style.backgroundColor=\'#003366\'" onclick="nextmove(ddeditorial_filestructure[13])" class="listitems">The Reserve Ratio</div>'
	txt+= '<div id="ddeditorial_terrorism" name="menuname" onMouseOut="document.getElementById(\'ddeditorial_terrorism\').style.color=\'#ffffff\'; document.getElementById(\'ddeditorial_terrorism\').style.backgroundColor=\'#006699\'" onmouseover="document.getElementById(\'ddeditorial_terrorism\').style.color=\'#ffffff\'; document.getElementById(\'ddeditorial_terrorism\').style.backgroundColor=\'#003366\'" onclick="nextmove(ddeditorial_filestructure[14])" class="listitems">The Other Kind of Terrorism</div>'
	txt+= '<div id="ddeditorial_dinar" name="menuname" onMouseOut="document.getElementById(\'ddeditorial_dinar\').style.color=\'#ffffff\'; document.getElementById(\'ddeditorial_dinar\').style.backgroundColor=\'#006699\'" onmouseover="document.getElementById(\'ddeditorial_dinar\').style.color=\'#ffffff\'; document.getElementById(\'ddeditorial_dinar\').style.backgroundColor=\'#003366\'" onclick="nextmove(ddeditorial_filestructure[15])" class="listitems">Viability of the Islamic Dinar</div>'
	txt+= '<div id="ddeditorial_discounting" name="menuname" onMouseOut="document.getElementById(\'ddeditorial_discounting\').style.color=\'#ffffff\'; document.getElementById(\'ddeditorial_discounting\').style.backgroundColor=\'#006699\'" onmouseover="document.getElementById(\'ddeditorial_discounting\').style.color=\'#ffffff\'; document.getElementById(\'ddeditorial_discounting\').style.backgroundColor=\'#003366\'" onclick="nextmove(ddeditorial_filestructure[16])" class="listitems">Discounting and Pollution</div>'
	txt+= '<div id="ddeditorial_stepbystep" name="menuname" onMouseOut="document.getElementById(\'ddeditorial_stepbystep\').style.color=\'#ffffff\'; document.getElementById(\'ddeditorial_stepbystep\').style.backgroundColor=\'#006699\'" onmouseover="document.getElementById(\'ddeditorial_stepbystep\').style.color=\'#ffffff\'; document.getElementById(\'ddeditorial_stepbystep\').style.backgroundColor=\'#003366\'" onclick="nextmove(ddeditorial_filestructure[17])" class="listitems">Step by Step</div>'
	txt+= '<div id="ddeditorial_shaken" name="menuname" onMouseOut="document.getElementById(\'ddeditorial_shaken\').style.color=\'#ffffff\'; document.getElementById(\'ddeditorial_shaken\').style.backgroundColor=\'#006699\'" onmouseover="document.getElementById(\'ddeditorial_shaken\').style.color=\'#ffffff\'; document.getElementById(\'ddeditorial_shaken\').style.backgroundColor=\'#003366\'" onclick="nextmove(ddeditorial_filestructure[18])" class="listitems">Shaken to the Foundations</div>'
	txt+= '<div id="ddeditorial_breakthrough" name="menuname" onMouseOut="document.getElementById(\'ddeditorial_breakthrough\').style.color=\'#ffffff\'; document.getElementById(\'ddeditorial_breakthrough\').style.backgroundColor=\'#006699\'" onmouseover="document.getElementById(\'ddeditorial_breakthrough\').style.color=\'#ffffff\'; document.getElementById(\'ddeditorial_breakthrough\').style.backgroundColor=\'#003366\'" onclick="nextmove(ddeditorial_filestructure[19])" class="listitems">Islamic Alcohol</div>'
	txt+= '<div id="ddeditorial_iwanto" name="menuname" onMouseOut="document.getElementById(\'ddeditorial_iwanto\').style.color=\'#ffffff\'; document.getElementById(\'ddeditorial_iwanto\').style.backgroundColor=\'#006699\'" onmouseover="document.getElementById(\'ddeditorial_iwanto\').style.color=\'#ffffff\'; document.getElementById(\'ddeditorial_iwanto\').style.backgroundColor=\'#003366\'" onclick="nextmove(ddeditorial_filestructure[20])" class="listitems">Introducing Dr. Abdul Iwanto</div>'
	txt+= '<div id="ddeditorial_debtors" name="menuname" onMouseOut="document.getElementById(\'ddeditorial_debtors\').style.color=\'#ffffff\'; document.getElementById(\'ddeditorial_debtors\').style.backgroundColor=\'#006699\'" onmouseover="document.getElementById(\'ddeditorial_debtors\').style.color=\'#ffffff\'; document.getElementById(\'ddeditorial_debtors\').style.backgroundColor=\'#003366\'" onclick="nextmove(ddeditorial_filestructure[21])" class="listitems">Debtors Lament</div>'
	txt+= '<div id="ddeditorial_kings" name="menuname" onMouseOut="document.getElementById(\'ddeditorial_kings\').style.color=\'#ffffff\'; document.getElementById(\'ddeditorial_kings\').style.backgroundColor=\'#006699\'" onmouseover="document.getElementById(\'ddeditorial_kings\').style.color=\'#ffffff\'; document.getElementById(\'ddeditorial_kings\').style.backgroundColor=\'#003366\'" onclick="nextmove(ddeditorial_filestructure[22])" class="listitems">Thus Did Power Pass</div>'
	txt+= '</span>'

	txt+= '<span id="ddresearch" class="dropdown" style="display:none" onSelectStart="return false">'
	txt+= '<div id="ddresearch_introduction" name="menuname" onMouseOut="document.getElementById(\'ddresearch_introduction\').style.color=\'#ffffff\'; document.getElementById(\'ddresearch_introduction\').style.backgroundColor=\'#006699\'" onmouseover="document.getElementById(\'ddresearch_introduction\').style.color=\'#ffffff\'; document.getElementById(\'ddresearch_introduction\').style.backgroundColor=\'#003366\'" onclick="nextmove(ddresearch_filestructure[0])" class="listitems">Search for a Researcher</div>'
	txt+= '<div id="ddresearch_add" name="menuname" onMouseOut="document.getElementById(\'ddresearch_add\').style.color=\'#ffffff\'; document.getElementById(\'ddresearch_add\').style.backgroundColor=\'#006699\'" onmouseover="document.getElementById(\'ddresearch_add\').style.color=\'#ffffff\'; document.getElementById(\'ddresearch_add\').style.backgroundColor=\'#003366\'" onclick="nextmove(ddresearch_filestructure[1])" class="listitems">Add Your Research Details</div>'
	txt+= '</span>'

	txt+= '<span id="ddinstitutions" class="dropdown" style="display:none" onSelectStart="return false">'
	txt+= '<div id="ddinstitutions_introduction" name="menuname" onMouseOut="document.getElementById(\'ddinstitutions_introduction\').style.color=\'#ffffff\'; document.getElementById(\'ddinstitutions_introduction\').style.backgroundColor=\'#006699\'" onmouseover="document.getElementById(\'ddinstitutions_introduction\').style.color=\'#ffffff\'; document.getElementById(\'ddinstitutions_introduction\').style.backgroundColor=\'#003366\'" onclick="nextmove(ddinstitutions_filestructure[0])" class="listitems">Search for an Institution</div>'
	txt+= '<div id="ddinstitutions_add" name="menuname" onMouseOut="document.getElementById(\'ddinstitutions_add\').style.color=\'#ffffff\'; document.getElementById(\'ddinstitutions_add\').style.backgroundColor=\'#006699\'" onmouseover="document.getElementById(\'ddinstitutions_add\').style.color=\'#ffffff\'; document.getElementById(\'ddinstitutions_add\').style.backgroundColor=\'#003366\'" onclick="nextmove(ddinstitutions_filestructure[1])" class="listitems">Add Your Institution</div>'
	txt+= '</span>'

	txt+= '<span id="ddevents" class="dropdown" style="display:none" onSelectStart="return false">'
	txt+= '<div id="ddevents_introduction" name="menuname" onMouseOut="document.getElementById(\'ddevents_introduction\').style.color=\'#ffffff\'; document.getElementById(\'ddevents_introduction\').style.backgroundColor=\'#006699\'" onmouseover="document.getElementById(\'ddevents_introduction\').style.color=\'#ffffff\'; document.getElementById(\'ddevents_introduction\').style.backgroundColor=\'#003366\'" onclick="nextmove(ddevents_filestructure[0])" class="listitems">View Events</div>'
	txt+= '<div id="ddevents_add" name="menuname" onMouseOut="document.getElementById(\'ddevents_add\').style.color=\'#ffffff\'; document.getElementById(\'ddevents_add\').style.backgroundColor=\'#006699\'" onmouseover="document.getElementById(\'ddevents_add\').style.color=\'#ffffff\'; document.getElementById(\'ddevents_add\').style.backgroundColor=\'#003366\'" onclick="nextmove(ddevents_filestructure[1])" class="listitems">Add Your Event Details</div>'
	txt+= '</span>'

	txt+= '<span id="ddglossary" class="dropdown" style="display:none" onSelectStart="return false">'
	txt+= '<div id="ddglossary_introduction" name="menuname" onMouseOut="document.getElementById(\'ddglossary_introduction\').style.color=\'#ffffff\'; document.getElementById(\'ddglossary_introduction\').style.backgroundColor=\'#006699\'" onmouseover="document.getElementById(\'ddglossary_introduction\').style.color=\'#ffffff\'; document.getElementById(\'ddglossary_introduction\').style.backgroundColor=\'#003366\'" onclick="nextmove(ddglossary_filestructure[0])" class="listitems">Search for a Term</div>'
	txt+= '</span>'

	txt+= '<span id="ddbooks" class="dropdown" style="display:none" onSelectStart="return false">'
	txt+= '<div id="ddbooks_introduction" name="menuname" onMouseOut="document.getElementById(\'ddbooks_introduction\').style.color=\'#ffffff\'; document.getElementById(\'ddbooks_introduction\').style.backgroundColor=\'#006699\'" onmouseover="document.getElementById(\'ddbooks_introduction\').style.color=\'#ffffff\'; document.getElementById(\'ddbooks_introduction\').style.backgroundColor=\'#003366\'" onclick="nextmove(ddbooks_filestructure[0])" class="listitems">Search for a Book</div>'
	txt+= '<div id="ddbooks_add" name="menuname" onMouseOut="document.getElementById(\'ddbooks_add\').style.color=\'#ffffff\'; document.getElementById(\'ddbooks_add\').style.backgroundColor=\'#006699\'" onmouseover="document.getElementById(\'ddbooks_add\').style.color=\'#ffffff\'; document.getElementById(\'ddbooks_add\').style.backgroundColor=\'#003366\'" onclick="nextmove(ddbooks_filestructure[1])" class="listitems">Add A Book</div>'
	txt+= '</span>'

	txt+= '<span id="ddjobs" class="dropdown" style="display:none" onSelectStart="return false">'
	txt+= '<div id="ddjobs_introduction" name="menuname" onMouseOut="document.getElementById(\'ddjobs_introduction\').style.color=\'#ffffff\'; document.getElementById(\'ddjobs_introduction\').style.backgroundColor=\'#006699\'" onmouseover="document.getElementById(\'ddjobs_introduction\').style.color=\'#ffffff\'; document.getElementById(\'ddjobs_introduction\').style.backgroundColor=\'#003366\'" onclick="nextmove(ddjobs_filestructure[0])" class="listitems">View Jobs</div>'
	txt+= '<div id="ddjobs_add" name="menuname" onMouseOut="document.getElementById(\'ddjobs_add\').style.color=\'#ffffff\'; document.getElementById(\'ddjobs_add\').style.backgroundColor=\'#006699\'" onmouseover="document.getElementById(\'ddjobs_add\').style.color=\'#ffffff\'; document.getElementById(\'ddjobs_add\').style.backgroundColor=\'#003366\'" onclick="nextmove(ddjobs_filestructure[1])" class="listitems">Add A Vacancy</div>'
	txt+= '</span>'

	txt+= '<span id="ddresources" class="dropdown" style="display:none" onSelectStart="return false">'
	txt+= '<div id="ddresources_introduction" name="menuname" onMouseOut="document.getElementById(\'ddresources_introduction\').style.color=\'#ffffff\'; document.getElementById(\'ddresources_introduction\').style.backgroundColor=\'#006699\'" onmouseover="document.getElementById(\'ddresources_introduction\').style.color=\'#ffffff\'; document.getElementById(\'ddresources_introduction\').style.backgroundColor=\'#003366\'; document.getElementById(\'ddeconomics\').style.display=\'none\'; document.getElementById(\'ddislamic\').style.display=\'none\'; document.getElementById(\'ddfinance\').style.display=\'none\'" onclick="nextmove(ddresources_filestructure[0])" class="listitems">Contents</div>'
	txt+= '<div id="ddresources_economics" name="menuname" onMouseOut="document.getElementById(\'ddresources_economics\').style.color=\'#ffffff\'; document.getElementById(\'ddresources_economics\').style.backgroundColor=\'#006699\'" onmouseover="document.getElementById(\'ddresources_economics\').style.color=\'#ffffff\'; document.getElementById(\'ddresources_economics\').style.backgroundColor=\'#003366\'; document.getElementById(\'ddfinance\').style.display=\'none\';  document.getElementById(\'ddislamic\').style.display=\'none\'; secondDropDown(\'ddeconomics\',\'ddresources\')" class="listitems">Secular Economics . . .</div>'
	txt+= '<div id="ddresources_finance" name="menuname" onMouseOut="document.getElementById(\'ddresources_finance\').style.color=\'#ffffff\'; document.getElementById(\'ddresources_finance\').style.backgroundColor=\'#006699\'" onmouseover="document.getElementById(\'ddresources_finance\').style.color=\'#ffffff\'; document.getElementById(\'ddresources_finance\').style.backgroundColor=\'#003366\'; document.getElementById(\'ddeconomics\').style.display=\'none\'; document.getElementById(\'ddislamic\').style.display=\'none\'; secondDropDown(\'ddfinance\',\'ddresources\')" class="listitems">Secular Finance . . .</div>'
	txt+= '<div id="ddresources_islamic" name="menuname" onMouseOut="document.getElementById(\'ddresources_islamic\').style.color=\'#ffffff\'; document.getElementById(\'ddresources_islamic\').style.backgroundColor=\'#006699\'" onmouseover="document.getElementById(\'ddresources_islamic\').style.color=\'#ffffff\'; document.getElementById(\'ddresources_islamic\').style.backgroundColor=\'#003366\'; document.getElementById(\'ddeconomics\').style.display=\'none\'; document.getElementById(\'ddfinance\').style.display=\'none\'; secondDropDown(\'ddislamic\',\'ddresources\')" class="listitems">Islam . . .</div>'
	txt+= '</span>'

	txt+= '<span id="ddeconomics" class="dropdown" style="display:none; position:absolute; left:180px;" onSelectStart="return false">'
	txt+= '<div id="ddeconomics_christian" name="menuname" onMouseOut="document.getElementById(\'ddeconomics_christian\').style.color=\'#ffffff\'; document.getElementById(\'ddeconomics_christian\').style.backgroundColor=\'#666699\'" onmouseover="document.getElementById(\'ddeconomics_christian\').style.color=\'#ffffff\'; document.getElementById(\'ddeconomics_christian\').style.backgroundColor=\'#003366\'" onclick="nextmove(ddeconomics_filestructure[0])" class="secondlistitems">Christian Thinking</div>'
	txt+= '<div id="ddeconomics_middleage" name="menuname" onMouseOut="document.getElementById(\'ddeconomics_middleage\').style.color=\'#ffffff\'; document.getElementById(\'ddeconomics_middleage\').style.backgroundColor=\'#666699\'" onmouseover="document.getElementById(\'ddeconomics_middleage\').style.color=\'#ffffff\'; document.getElementById(\'ddeconomics_middleage\').style.backgroundColor=\'#003366\'" onclick="nextmove(ddeconomics_filestructure[1])" class="secondlistitems">Middle Ages Thought</div>'
	txt+= '<div id="ddeconomics_mercantilists" name="menuname" onMouseOut="document.getElementById(\'ddeconomics_mercantilists\').style.color=\'#ffffff\'; document.getElementById(\'ddeconomics_mercantilists\').style.backgroundColor=\'#666699\'" onmouseover="document.getElementById(\'ddeconomics_mercantilists\').style.color=\'#ffffff\'; document.getElementById(\'ddeconomics_mercantilists\').style.backgroundColor=\'#003366\'" onclick="nextmove(ddeconomics_filestructure[2])" class="secondlistitems">The Mercantilists</div>'
	txt+= '<div id="ddeconomics_bullionists" name="menuname" onMouseOut="document.getElementById(\'ddeconomics_bullionists\').style.color=\'#ffffff\'; document.getElementById(\'ddeconomics_bullionists\').style.backgroundColor=\'#666699\'" onmouseover="document.getElementById(\'ddeconomics_bullionists\').style.color=\'#ffffff\'; document.getElementById(\'ddeconomics_bullionists\').style.backgroundColor=\'#003366\'" onclick="nextmove(ddeconomics_filestructure[3])" class="secondlistitems">Bullionists</div>'
	txt+= '<div id="ddeconomics_earlyclassical" name="menuname" onMouseOut="document.getElementById(\'ddeconomics_earlyclassical\').style.color=\'#ffffff\'; document.getElementById(\'ddeconomics_earlyclassical\').style.backgroundColor=\'#666699\'" onmouseover="document.getElementById(\'ddeconomics_earlyclassical\').style.color=\'#ffffff\'; document.getElementById(\'ddeconomics_earlyclassical\').style.backgroundColor=\'#003366\'" onclick="nextmove(ddeconomics_filestructure[4])" class="secondlistitems">Early Classical</div>'
	txt+= '<div id="ddeconomics_classical" name="menuname" onMouseOut="document.getElementById(\'ddeconomics_classical\').style.color=\'#ffffff\'; document.getElementById(\'ddeconomics_classical\').style.backgroundColor=\'#666699\'" onmouseover="document.getElementById(\'ddeconomics_classical\').style.color=\'#ffffff\'; document.getElementById(\'ddeconomics_classical\').style.backgroundColor=\'#003366\'" onclick="nextmove(ddeconomics_filestructure[5])" class="secondlistitems">Classical Thinking</div>'
	txt+= '<div id="ddeconomics_physiocrats" name="menuname" onMouseOut="document.getElementById(\'ddeconomics_physiocrats\').style.color=\'#ffffff\'; document.getElementById(\'ddeconomics_physiocrats\').style.backgroundColor=\'#666699\'" onmouseover="document.getElementById(\'ddeconomics_physiocrats\').style.color=\'#ffffff\'; document.getElementById(\'ddeconomics_physiocrats\').style.backgroundColor=\'#003366\'" onclick="nextmove(ddeconomics_filestructure[6])" class="secondlistitems">The Physiocrats</div>'
	txt+= '<div id="ddeconomics_socialists" name="menuname" onMouseOut="document.getElementById(\'ddeconomics_socialists\').style.color=\'#ffffff\'; document.getElementById(\'ddeconomics_socialists\').style.backgroundColor=\'#666699\'" onmouseover="document.getElementById(\'ddeconomics_socialists\').style.color=\'#ffffff\'; document.getElementById(\'ddeconomics_socialists\').style.backgroundColor=\'#003366\'" onclick="nextmove(ddeconomics_filestructure[7])" class="secondlistitems">Socialist Thought</div>'
	txt+= '<div id="ddeconomics_communists" name="menuname" onMouseOut="document.getElementById(\'ddeconomics_communists\').style.color=\'#ffffff\'; document.getElementById(\'ddeconomics_communists\').style.backgroundColor=\'#666699\'" onmouseover="document.getElementById(\'ddeconomics_communists\').style.color=\'#ffffff\'; document.getElementById(\'ddeconomics_communists\').style.backgroundColor=\'#003366\'" onclick="nextmove(ddeconomics_filestructure[8])" class="secondlistitems">Communism</div>'
	txt+= '<div id="ddeconomics_marxists" name="menuname" onMouseOut="document.getElementById(\'ddeconomics_marxists\').style.color=\'#ffffff\'; document.getElementById(\'ddeconomics_marxists\').style.backgroundColor=\'#666699\'" onmouseover="document.getElementById(\'ddeconomics_marxists\').style.color=\'#ffffff\'; document.getElementById(\'ddeconomics_marxists\').style.backgroundColor=\'#003366\'" onclick="nextmove(ddeconomics_filestructure[9])" class="secondlistitems">Marxist Thinking</div>'
	txt+= '<div id="ddeconomics_fascism" name="menuname" onMouseOut="document.getElementById(\'ddeconomics_fascism\').style.color=\'#ffffff\'; document.getElementById(\'ddeconomics_fascism\').style.backgroundColor=\'#666699\'" onmouseover="document.getElementById(\'ddeconomics_fascism\').style.color=\'#ffffff\'; document.getElementById(\'ddeconomics_fascism\').style.backgroundColor=\'#003366\'" onclick="nextmove(ddeconomics_filestructure[10])" class="secondlistitems">Fascist Ideas</div>'
	txt+= '<div id="ddeconomics_historical" name="menuname" onMouseOut="document.getElementById(\'ddeconomics_historical\').style.color=\'#ffffff\'; document.getElementById(\'ddeconomics_historical\').style.backgroundColor=\'#666699\'" onmouseover="document.getElementById(\'ddeconomics_historical\').style.color=\'#ffffff\'; document.getElementById(\'ddeconomics_historical\').style.backgroundColor=\'#003366\'" onclick="nextmove(ddeconomics_filestructure[11])" class="secondlistitems">Historical School</div>'
	txt+= '<div id="ddeconomics_neoclassical" name="menuname" onMouseOut="document.getElementById(\'ddeconomics_neoclassical\').style.color=\'#ffffff\'; document.getElementById(\'ddeconomics_neoclassical\').style.backgroundColor=\'#666699\'" onmouseover="document.getElementById(\'ddeconomics_neoclassical\').style.color=\'#ffffff\'; document.getElementById(\'ddeconomics_neoclassical\').style.backgroundColor=\'#003366\'" onclick="nextmove(ddeconomics_filestructure[12])" class="secondlistitems">Neo-classical Thinking</div>'
	txt+= '<div id="ddeconomics_marginalists" name="menuname" onMouseOut="document.getElementById(\'ddeconomics_marginalists\').style.color=\'#ffffff\'; document.getElementById(\'ddeconomics_marginalists\').style.backgroundColor=\'#666699\'" onmouseover="document.getElementById(\'ddeconomics_marginalists\').style.color=\'#ffffff\'; document.getElementById(\'ddeconomics_marginalists\').style.backgroundColor=\'#003366\'" onclick="nextmove(ddeconomics_filestructure[13])" class="secondlistitems">The Marginalists</div>'
	txt+= '<div id="ddeconomics_austrian" name="menuname" onMouseOut="document.getElementById(\'ddeconomics_austrian\').style.color=\'#ffffff\'; document.getElementById(\'ddeconomics_austrian\').style.backgroundColor=\'#666699\'" onmouseover="document.getElementById(\'ddeconomics_austrian\').style.color=\'#ffffff\'; document.getElementById(\'ddeconomics_austrian\').style.backgroundColor=\'#003366\'" onclick="nextmove(ddeconomics_filestructure[14])" class="secondlistitems">Austrian School</div>'
	txt+= '<div id="ddeconomics_keynesian" name="menuname" onMouseOut="document.getElementById(\'ddeconomics_keynesian\').style.color=\'#ffffff\'; document.getElementById(\'ddeconomics_keynesian\').style.backgroundColor=\'#666699\'" onmouseover="document.getElementById(\'ddeconomics_keynesian\').style.color=\'#ffffff\'; document.getElementById(\'ddeconomics_keynesian\').style.backgroundColor=\'#003366\'" onclick="nextmove(ddeconomics_filestructure[15])" class="secondlistitems">Keynesian School</div>'
	txt+= '<div id="ddeconomics_neokeynesian" name="menuname" onMouseOut="document.getElementById(\'ddeconomics_neokeynesian\').style.color=\'#ffffff\'; document.getElementById(\'ddeconomics_neokeynesian\').style.backgroundColor=\'#666699\'" onmouseover="document.getElementById(\'ddeconomics_neokeynesian\').style.color=\'#ffffff\'; document.getElementById(\'ddeconomics_neokeynesian\').style.backgroundColor=\'#003366\'" onclick="nextmove(ddeconomics_filestructure[16])" class="secondlistitems">Neo-Keynesian Thinking</div>'
	txt+= '<div id="ddeconomics_monetarists" name="menuname" onMouseOut="document.getElementById(\'ddeconomics_monetarists\').style.color=\'#ffffff\'; document.getElementById(\'ddeconomics_monetarists\').style.backgroundColor=\'#666699\'" onmouseover="document.getElementById(\'ddeconomics_monetarists\').style.color=\'#ffffff\'; document.getElementById(\'ddeconomics_monetarists\').style.backgroundColor=\'#003366\'" onclick="nextmove(ddeconomics_filestructure[17])" class="secondlistitems">The Monetarists</div>'
	txt+= '</span>'

	txt+= '<span id="ddfinance" class="dropdown" style="display:none; position:absolute; left:180px" onSelectStart="return false">'
	txt+= '<div id="ddfinance_institutional" name="menuname" onMouseOut="document.getElementById(\'ddfinance_institutional\').style.color=\'#ffffff\'; document.getElementById(\'ddfinance_institutional\').style.backgroundColor=\'#666699\'" onmouseover="document.getElementById(\'ddfinance_institutional\').style.color=\'#ffffff\'; document.getElementById(\'ddfinance_institutional\').style.backgroundColor=\'#003366\'" onclick="nextmove(ddfinance_filestructure[0])" class="secondlistitems">Institutional Framework</div>'
	txt+= '<div id="ddfinance_mathematics" name="menuname" onMouseOut="document.getElementById(\'ddfinance_mathematics\').style.color=\'#ffffff\'; document.getElementById(\'ddfinance_mathematics\').style.backgroundColor=\'#666699\'" onmouseover="document.getElementById(\'ddfinance_mathematics\').style.color=\'#ffffff\'; document.getElementById(\'ddfinance_mathematics\').style.backgroundColor=\'#003366\'" onclick="nextmove(ddfinance_filestructure[1])" class="secondlistitems">Mathematics of Interest</div>'
	txt+= '<div id="ddfinance_forwards" name="menuname" onMouseOut="document.getElementById(\'ddfinance_forwards\').style.color=\'#ffffff\'; document.getElementById(\'ddfinance_forwards\').style.backgroundColor=\'#666699\'" onmouseover="document.getElementById(\'ddfinance_forwards\').style.color=\'#ffffff\'; document.getElementById(\'ddfinance_forwards\').style.backgroundColor=\'#003366\'" onclick="nextmove(ddfinance_filestructure[2])" class="secondlistitems">Forward Markets</div>'
	txt+= '<div id="ddfinance_moneymarkets" name="menuname" onMouseOut="document.getElementById(\'ddfinance_moneymarkets\').style.color=\'#ffffff\'; document.getElementById(\'ddfinance_moneymarkets\').style.backgroundColor=\'#666699\'" onmouseover="document.getElementById(\'ddfinance_moneymarkets\').style.color=\'#ffffff\'; document.getElementById(\'ddfinance_moneymarkets\').style.backgroundColor=\'#003366\'" onclick="nextmove(ddfinance_filestructure[3])" class="secondlistitems">Money Markets</div>'
	txt+= '<div id="ddfinance_bonds" name="menuname" onMouseOut="document.getElementById(\'ddfinance_bonds\').style.color=\'#ffffff\'; document.getElementById(\'ddfinance_bonds\').style.backgroundColor=\'#666699\'" onmouseover="document.getElementById(\'ddfinance_bonds\').style.color=\'#ffffff\'; document.getElementById(\'ddfinance_bonds\').style.backgroundColor=\'#003366\'" onclick="nextmove(ddfinance_filestructure[4])" class="secondlistitems">Bonds</div>'
	txt+= '<div id="ddfinance_equities" name="menuname" onMouseOut="document.getElementById(\'ddfinance_equities\').style.color=\'#ffffff\'; document.getElementById(\'ddfinance_equities\').style.backgroundColor=\'#666699\'" onmouseover="document.getElementById(\'ddfinance_equities\').style.color=\'#ffffff\'; document.getElementById(\'ddfinance_equities\').style.backgroundColor=\'#003366\'" onclick="nextmove(ddfinance_filestructure[5])" class="secondlistitems">Equities</div>'
	txt+= '<div id="ddfinance_options" name="menuname" onMouseOut="document.getElementById(\'ddfinance_options\').style.color=\'#ffffff\'; document.getElementById(\'ddfinance_options\').style.backgroundColor=\'#666699\'" onmouseover="document.getElementById(\'ddfinance_options\').style.color=\'#ffffff\'; document.getElementById(\'ddfinance_options\').style.backgroundColor=\'#003366\'" onclick="nextmove(ddfinance_filestructure[6])" class="secondlistitems">Options</div>'
	txt+= '<div id="ddfinance_interestrateoptions" name="menuname" onMouseOut="document.getElementById(\'ddfinance_interestrateoptions\').style.color=\'#ffffff\'; document.getElementById(\'ddfinance_interestrateoptions\').style.backgroundColor=\'#666699\'" onmouseover="document.getElementById(\'ddfinance_interestrateoptions\').style.color=\'#ffffff\'; document.getElementById(\'ddfinance_interestrateoptions\').style.backgroundColor=\'#003366\'" onclick="nextmove(ddfinance_filestructure[7])" class="secondlistitems">Interest Rate Options</div>'
	txt+= '</span>'

	txt+= '<span id="ddislamic" class="dropdown" style="display:none; position:absolute; left:180px" onSelectStart="return false">'
	txt+= '<div id="ddislamic_types" name="menuname" onMouseOut="document.getElementById(\'ddislamic_types\').style.color=\'#ffffff\'; document.getElementById(\'ddislamic_types\').style.backgroundColor=\'#666699\'" onmouseover="document.getElementById(\'ddislamic_types\').style.color=\'#ffffff\'; document.getElementById(\'ddislamic_types\').style.backgroundColor=\'#003366\'" onclick="nextmove(ddislamic_filestructure[0])" class="secondlistitems">Types of Contract</div>'
	txt+= '<div id="ddislamic_usury" name="menuname" onMouseOut="document.getElementById(\'ddislamic_usury\').style.color=\'#ffffff\'; document.getElementById(\'ddislamic_usury\').style.backgroundColor=\'#666699\'" onmouseover="document.getElementById(\'ddislamic_usury\').style.color=\'#ffffff\'; document.getElementById(\'ddislamic_usury\').style.backgroundColor=\'#003366\'" onclick="nextmove(ddislamic_filestructure[1])" class="secondlistitems">What is Usury?</div>'
	txt+= '<div id="ddislamic_murabahah" name="menuname" onMouseOut="document.getElementById(\'ddislamic_murabahah\').style.color=\'#ffffff\'; document.getElementById(\'ddislamic_murabahah\').style.backgroundColor=\'#666699\'" onmouseover="document.getElementById(\'ddislamic_murabahah\').style.color=\'#ffffff\'; document.getElementById(\'ddislamic_murabahah\').style.backgroundColor=\'#003366\'" onclick="nextmove(ddislamic_filestructure[2])" class="secondlistitems">Murabahah</div>'
	txt+= '<div id="ddislamic_salam" name="menuname" onMouseOut="document.getElementById(\'ddislamic_salam\').style.color=\'#ffffff\'; document.getElementById(\'ddislamic_salam\').style.backgroundColor=\'#666699\'" onmouseover="document.getElementById(\'ddislamic_salam\').style.color=\'#ffffff\'; document.getElementById(\'ddislamic_salam\').style.backgroundColor=\'#003366\'" onclick="nextmove(ddislamic_filestructure[3])" class="secondlistitems">Bay al-Salam</div>'
	txt+= '<div id="ddislamic_ijara" name="menuname" onMouseOut="document.getElementById(\'ddislamic_ijara\').style.color=\'#ffffff\'; document.getElementById(\'ddislamic_ijara\').style.backgroundColor=\'#666699\'" onmouseover="document.getElementById(\'ddislamic_ijara\').style.color=\'#ffffff\'; document.getElementById(\'ddislamic_ijara\').style.backgroundColor=\'#003366\'" onclick="nextmove(ddislamic_filestructure[4])" class="secondlistitems">Ijara</div>'
	txt+= '<div id="ddislamic_sarf" name="menuname" onMouseOut="document.getElementById(\'ddislamic_sarf\').style.color=\'#ffffff\'; document.getElementById(\'ddislamic_sarf\').style.backgroundColor=\'#666699\'" onmouseover="document.getElementById(\'ddislamic_sarf\').style.color=\'#ffffff\'; document.getElementById(\'ddislamic_sarf\').style.backgroundColor=\'#003366\'" onclick="nextmove(ddislamic_filestructure[5])" class="secondlistitems">Bay al-Sarf</div>'
	txt+= '<div id="ddislamic_mushmud" name="menuname" onMouseOut="document.getElementById(\'ddislamic_mushmud\').style.color=\'#ffffff\'; document.getElementById(\'ddislamic_mushmud\').style.backgroundColor=\'#666699\'" onmouseover="document.getElementById(\'ddislamic_mushmud\').style.color=\'#ffffff\'; document.getElementById(\'ddislamic_mushmud\').style.backgroundColor=\'#003366\'" onclick="nextmove(ddislamic_filestructure[6])" class="secondlistitems">Mudarabah and Musharakah</div>'
	txt+= '<div id="ddislamic_istisna" name="menuname" onMouseOut="document.getElementById(\'ddislamic_istisna\').style.color=\'#ffffff\'; document.getElementById(\'ddislamic_istisna\').style.backgroundColor=\'#666699\'" onmouseover="document.getElementById(\'ddislamic_istisna\').style.color=\'#ffffff\'; document.getElementById(\'ddislamic_istisna\').style.backgroundColor=\'#003366\'" onclick="nextmove(ddislamic_filestructure[7])" class="secondlistitems">Istisna`a</div>'
	txt+= '<div id="ddislamic_history" name="menuname" onMouseOut="document.getElementById(\'ddislamic_history\').style.color=\'#ffffff\'; document.getElementById(\'ddislamic_history\').style.backgroundColor=\'#666699\'" onmouseover="document.getElementById(\'ddislamic_history\').style.color=\'#ffffff\'; document.getElementById(\'ddislamic_history\').style.backgroundColor=\'#003366\'" onclick="nextmove(ddislamic_filestructure[8])" class="secondlistitems">Jurists</div>'
	txt+= '<div id="ddislamic_world" name="menuname" onMouseOut="document.getElementById(\'ddislamic_world\').style.color=\'#ffffff\'; document.getElementById(\'ddislamic_world\').style.backgroundColor=\'#666699\'" onmouseover="document.getElementById(\'ddislamic_world\').style.color=\'#ffffff\'; document.getElementById(\'ddislamic_world\').style.backgroundColor=\'#003366\'" onclick="nextmove(ddislamic_filestructure[9])" class="secondlistitems">Basic History</div>'
	txt+= '<div id="ddislamic_sources" name="menuname" onMouseOut="document.getElementById(\'ddislamic_sources\').style.color=\'#ffffff\'; document.getElementById(\'ddislamic_sources\').style.backgroundColor=\'#666699\'" onmouseover="document.getElementById(\'ddislamic_sources\').style.color=\'#ffffff\'; document.getElementById(\'ddislamic_sources\').style.backgroundColor=\'#003366\'" onclick="nextmove(ddislamic_filestructure[10])" class="secondlistitems">Muslim World</div>'
	txt+= '<div id="ddislamic_beliefs" name="menuname" onMouseOut="document.getElementById(\'ddislamic_beliefs\').style.color=\'#ffffff\'; document.getElementById(\'ddislamic_beliefs\').style.backgroundColor=\'#666699\'" onmouseover="document.getElementById(\'ddislamic_beliefs\').style.color=\'#ffffff\'; document.getElementById(\'ddislamic_beliefs\').style.backgroundColor=\'#003366\'" onclick="nextmove(ddislamic_filestructure[11])" class="secondlistitems">Sources of Law</div>'
	txt+= '<div id="ddislamic_schools" name="menuname" onMouseOut="document.getElementById(\'ddislamic_schools\').style.color=\'#ffffff\'; document.getElementById(\'ddislamic_schools\').style.backgroundColor=\'#666699\'" onmouseover="document.getElementById(\'ddislamic_schools\').style.color=\'#ffffff\'; document.getElementById(\'ddislamic_schools\').style.backgroundColor=\'#003366\'" onclick="nextmove(ddislamic_filestructure[12])" class="secondlistitems">Beliefs</div>'
	txt+= '<div id="ddislamic_interviews" name="menuname" onMouseOut="document.getElementById(\'ddislamic_interviews\').style.color=\'#ffffff\'; document.getElementById(\'ddislamic_interviews\').style.backgroundColor=\'#666699\'" onmouseover="document.getElementById(\'ddislamic_interviews\').style.color=\'#ffffff\'; document.getElementById(\'ddislamic_interviews\').style.backgroundColor=\'#003366\'" onclick="nextmove(ddislamic_filestructure[13])" class="secondlistitems">Schools of Thought</div>'
	txt+= '<div id="ddislamic_financing" name="menuname" onMouseOut="document.getElementById(\'ddislamic_financing\').style.color=\'#ffffff\'; document.getElementById(\'ddislamic_financing\').style.backgroundColor=\'#666699\'" onmouseover="document.getElementById(\'ddislamic_financing\').style.color=\'#ffffff\'; document.getElementById(\'ddislamic_financing\').style.backgroundColor=\'#003366\'" onclick="nextmove(ddislamic_filestructure[14])" class="secondlistitems">Interviews With Scholars</div>'
	txt+= '</span>'

	txt+= '<span id="ddmarketeye" class="dropdown" style="display:none;" onSelectStart="return false">'
	txt+= '<div id="ddmarketeye_market" name="menuname" onMouseOut="document.getElementById(\'ddmarketeye_market\').style.color=\'#ffffff\'; document.getElementById(\'ddmarketeye_market\').style.backgroundColor=\'#006699\'" onmouseover="document.getElementById(\'ddmarketeye_market\').style.color=\'#ffffff\'; document.getElementById(\'ddmarketeye_market\').style.backgroundColor=\'#003366\'" onclick="nextmove(ddmarketeye_filestructure[0])" class="listitems">Market Eye</div>'
	txt+= '</span>'

	txt+= '<span id="ddaboutus" class="dropdown" style="display:none" onSelectStart="return false">'
	txt+= '<div id="ddaboutus_introduction" name="menuname" onMouseOut="document.getElementById(\'ddaboutus_introduction\').style.color=\'#ffffff\'; document.getElementById(\'ddaboutus_introduction\').style.backgroundColor=\'#006699\'" onmouseover="document.getElementById(\'ddaboutus_introduction\').style.color=\'#ffffff\'; document.getElementById(\'ddaboutus_introduction\').style.backgroundColor=\'#003366\'" onclick="nextmove(ddaboutus_filestructure[0])" class="listitems">Overview</div>'
	txt+= '<div id="ddaboutus_presentations" name="menuname" onMouseOut="document.getElementById(\'ddaboutus_presentations\').style.color=\'#ffffff\'; document.getElementById(\'ddaboutus_presentations\').style.backgroundColor=\'#006699\'" onmouseover="document.getElementById(\'ddaboutus_presentations\').style.color=\'#ffffff\'; document.getElementById(\'ddaboutus_presentations\').style.backgroundColor=\'#003366\'" onclick="nextmove(ddaboutus_filestructure[1])" class="listitems">Editor\'s Lectures</div>'
	txt+= '<div id="ddaboutus_advertising" name="menuname" onMouseOut="document.getElementById(\'ddaboutus_advertising\').style.color=\'#ffffff\'; document.getElementById(\'ddaboutus_advertising\').style.backgroundColor=\'#006699\'" onmouseover="document.getElementById(\'ddaboutus_advertising\').style.color=\'#ffffff\'; document.getElementById(\'ddaboutus_advertising\').style.backgroundColor=\'#003366\'" onclick="nextmove(ddaboutus_filestructure[2])" class="listitems">Advertising Rates</div>'
	txt+= '</span>'
	}
// END OF NN5 NON-MAC FLYOUTS

	if((browserCode=="IE") && browserVersion >=5 && (browserPlatform != 'mac')){
		window.document.all.menuConstruct.innerHTML=txt
	}
	if((browserCode=="IE") && (browserVersion <5) && (browserPlatform != 'mac')){
		document.write(txt)
	}
	if((browserCode =="NN" || browserCode=="FF") && (browserVersion >=5) && (browserPlatform != 'mac')){
		document.getElementById("menuConstruct").innerHTML=txt
	}
}


// NAV BUTTON FUNCTIONS
function loadImages() {
	this[1] = new Image();
	this[1].src = "http://www.islamic-finance.com/item18_on.gif"
	this[2] = new Image();
	this[2].src = "http://www.islamic-finance.com/item18_off.gif"
	this[3] = new Image();
	this[3].src = "http://www.islamic-finance.com/item18_show.gif"
	this[4] = new Image();
	this[4].src = "http://www.islamic-finance.com/research_on.gif"
	this[5] = new Image();
	this[5].src = "http://www.islamic-finance.com/research_off.gif"
	this[6] = new Image();
	this[6].src = "http://www.islamic-finance.com/research_show.gif"
	this[7] = new Image();
	this[7].src = "http://www.islamic-finance.com/jobs_on.gif"
	this[8] = new Image();
	this[8].src = "http://www.islamic-finance.com/jobs_off.gif"
	this[9] = new Image();
	this[9].src = "http://www.islamic-finance.com/jobs_show.gif"
	this[10] = new Image();
	this[10].src = "http://www.islamic-finance.com/item10_on.gif"
	this[11] = new Image();
	this[11].src = "http://www.islamic-finance.com/item10_off.gif"
	this[12] = new Image();
	this[12].src = "http://www.islamic-finance.com/item10_show.gif"
	this[13] = new Image();
	this[13].src = "http://www.islamic-finance.com/item_statistics_on.gif"
	this[14] = new Image();
	this[14].src = "http://www.islamic-finance.com/item_statistics_off.gif"
	this[15] = new Image();
	this[15].src = "http://www.islamic-finance.com/item_statistics_show.gif"
	this[16] = new Image();
	this[16].src = "http://www.islamic-finance.com/item14_on.gif"
	this[17] = new Image();
	this[17].src = "http://www.islamic-finance.com/item14_off.gif"
	this[18] = new Image();
	this[18].src = "http://www.islamic-finance.com/item14_show.gif"
	this[19] = new Image();
	this[19].src = "http://www.islamic-finance.com/item15_on.gif"
	this[20] = new Image();
	this[20].src = "http://www.islamic-finance.com/item15_off.gif"
	this[21] = new Image();
	this[21].src = "http://www.islamic-finance.com/item15_show.gif"
	this[22] = new Image();
	this[22].src = "http://www.islamic-finance.com/item110_on.gif"
	this[23] = new Image();
	this[23].src = "http://www.islamic-finance.com/item110_off.gif"
	this[24] = new Image();
	this[24].src = "http://www.islamic-finance.com/item110_show.gif"
	this[25] = new Image();
	this[25].src = "http://www.islamic-finance.com/marketeye_on.gif"
	this[26] = new Image();
	this[26].src = "http://www.islamic-finance.com/marketeye_off.gif"
	this[27] = new Image();
	this[27].src = "http://www.islamic-finance.com/marketeye_show.gif"
	this[28] = new Image();
	this[28].src = "http://www.islamic-finance.com/resources_on.gif"
	this[29] = new Image();
	this[29].src = "http://www.islamic-finance.com/resources_off.gif"
	this[30] = new Image();
	this[30].src = "http://www.islamic-finance.com/resources_show.gif"
	this[31] = new Image();
	this[31].src = "http://www.islamic-finance.com/about_on.gif"
	this[32] = new Image();
	this[32].src = "http://www.islamic-finance.com/about_off.gif"
	this[33] = new Image();
	this[33].src = "http://www.islamic-finance.com/about_show.gif"
	this[34] = new Image();
	this[34].src = "http://www.islamic-finance.com/nav_1_on.gif"
	this[35] = new Image();
	this[35].src = "http://www.islamic-finance.com/nav_1_off.gif"
	this[36] = new Image();
	this[36].src = "http://www.islamic-finance.com/nav_2_on.gif"
	this[37] = new Image();
	this[37].src = "http://www.islamic-finance.com/nav_2_off.gif"
	this[38] = new Image();
	this[38].src = "http://www.islamic-finance.com/nav_3_on.gif"
	this[39] = new Image();
	this[39].src = "http://www.islamic-finance.com/nav_3_off.gif"
	this[40] = new Image();
	this[40].src = "http://www.islamic-finance.com/nav_4_on.gif"
	this[41] = new Image();
	this[41].src = "http://www.islamic-finance.com/nav_4_off.gif"
}
if (document.images) {
	loadImages();
}

function navOff(){
	if(document.item18.src.indexOf ('item18_off.gif') == -1){
		document.item18.src ='http://www.islamic-finance.com/item18_off.gif'
	}
	if(document.research.src.indexOf ('research_off.gif') == -1){
		document.research.src ='http://www.islamic-finance.com/research_off.gif'
	}
	if(document.jobs.src.indexOf ('jobs_off.gif') == -1){
		document.jobs.src ='http://www.islamic-finance.com/jobs_off.gif'
	}
	if(document.item10.src.indexOf ('item10_off.gif') == -1){
		document.item10.src ='http://www.islamic-finance.com/item10_off.gif'
	}
	if(document.item14.src.indexOf ('item14_off.gif') == -1){
		document.item14.src ='http://www.islamic-finance.com/item14_off.gif'
	}
	if(document.item15.src.indexOf ('item15_off.gif') == -1){
		document.item15.src ='http://www.islamic-finance.com/item15_off.gif'
	}
	if(document.item110.src.indexOf ('item110_off.gif') == -1){
		document.item110.src ='http://www.islamic-finance.com/item110_off.gif'
	}
	if(document.marketeye.src.indexOf ('marketeye_off.gif') == -1){
		document.marketeye.src ='http://www.islamic-finance.com/marketeye_off.gif'
	}
	if(document.resources.src.indexOf ('resources_off.gif') == -1){
		document.resources.src ='http://www.islamic-finance.com/resources_off.gif'
	}
	if(document.about.src.indexOf ('about_off.gif') == -1){
		document.about.src ='http://www.islamic-finance.com/about_off.gif'
	}
}

function whereNav(where){
// get button label from newly loaded page in content frame 
// light up correct button on nav bar
	if(where != "testaname"){
		imageName = 'http://www.islamic-finance.com/'+where+'_show.gif';
		navOff();
		eval('document.'+where).src=imageName;
	}
	if(where == "testaname"){
		navOff();
	}
}

// show flyout for button on mouseOver if IE non-mac browser
function dropDown(imagename)
{
	if((browserCode=="IE") && (browserPlatform != 'mac')){
		eventcoTop = window.event.clientY - window.event.offsetY
		eventcoLeft = window.event.clientX - window.event.offsetX
		if(window.loaded==true){
		hideFlyOuts()
		eval('document.all.'+ imagename).style.pixelTop = eventcoTop - 2 + document.body.scrollTop ;
		eval('document.all.'+ imagename).style.pixelLeft = eventcoLeft + 108;
		eval('document.all.'+ imagename).style.display = "";
		}
	}
	if((browserCode=="NN" || browserCode=="FF") && (browserVersion >= 5) && (browserPlatform != 'mac')){
		if(imagename=="ddeditorial"){
			eventcoTop = document.item18.y
			eventcoLeft = document.item18.x+110
		}
		if(imagename=="ddresearch"){
			eventcoTop = document.research.y
			eventcoLeft = document.research.x+110
		}

		if(imagename=="ddinstitutions"){
			eventcoTop = document.item10.y
			eventcoLeft = document.item10.x+110
		}

		if(imagename=="ddevents"){
			eventcoTop = document.item110.y
			eventcoLeft = document.item110.x+110
		}

		if(imagename=="ddglossary"){
			eventcoTop = document.item14.y
			eventcoLeft = document.item14.x+110
		}

		if(imagename=="ddbooks"){
			eventcoTop = document.item15.y
			eventcoLeft = document.item15.x+110
		}

		if(imagename=="ddjobs"){
			eventcoTop = document.jobs.y
			eventcoLeft = document.jobs.x+110
		}

		if(imagename=="ddresources"){
			eventcoTop = document.resources.y
			eventcoLeft = document.resources.x+110
		}

		if(imagename=="ddmarketeye"){
			eventcoTop = document.marketeye.y
			eventcoLeft = document.marketeye.x+110
		}

		if(imagename=="ddaboutus"){
			eventcoTop = document.about.y
			eventcoLeft = document.about.x+110
		}
if(window.loaded==true){
		hideFlyOuts()
		eval('document.getElementById("'+ imagename+'")').style.top =  eventcoTop;
		eval('document.getElementById("'+ imagename+'")').style.left = eventcoLeft;
		eval('document.getElementById("'+ imagename+'")').style.display = "";
		}
	}
}


// show flyout for button on mouseOver if IE non-mac browser
function secondDropDown(imagename, firstflyout)
{
	if((browserCode=="IE") && (browserPlatform != 'mac')){
		eventcoTopB = eval('document.all.'+firstflyout).style.pixelTop
		eventcoLeftB = eval('document.all.'+firstflyout).style.pixelLeft
		if(window.loaded==true){
		eval('document.all.'+ imagename).style.pixelTop = eventcoTopB ;
		eval('document.all.'+ imagename).style.pixelLeft = eventcoLeftB + 180;
		eval('document.all.'+ imagename).style.display = "";
		}
	}
	if((browserCode =="NN"  || browserCode=="FF") && (browserVersion >= 5) && (browserPlatform != 'mac')){
		eventcoTopB = document.resources.y
		eventcoLeftB = document.resources.x+290
		if(window.loaded==true){
		eval('document.getElementById("'+ imagename+'")').style.top = eventcoTopB ;
		eval('document.getElementById("'+ imagename+'")').style.left = eventcoLeftB;
		eval('document.getElementById("'+ imagename+'")').style.display = "";
		}
	}
}



/// SCRIPT FOR ROW 2
function NewWindow(page) {
if ((navigator.appName != "Microsoft Internet Explorer") || (parseInt(navigator.appVersion)<4)){
window.open(page)
 } 
else {
 window.open(page, "CtrlWindow", "width=800,height=620,toolbar=yes,menubar=yes,location=yes,scrollbars=yes,resizable=yes");
 }
}
function sendForm(formObj){
window.open("","resultWindow", "width=400,height=300,center=yes,resizable=no,status=no,scrollbars=yes");
formObj.submit();
}


// SCRIPT FOR ROW 3
function checkForm(formObj) 
{
formObj.submit();
}


// write islamic-finance.com logo to top left of page
function writeLogo(){
if(screen.colorDepth){
if(screen.colorDepth < 16){
document.write ('<img src="http://www.islamic-finance.com/trans.gif" border="0" width="2" height="5" /><img src="http://www.islamic-finance.com/islam1.gif" width="170" height="35" border="0" />');
}
if(screen.colorDepth > 15){
document.write ('<img src="http://www.islamic-finance.com/trans.gif" border="0" width="2" height="5" /><img src="http://www.islamic-finance.com/islam1_hc.gif" width="170" height="35" border="0" />');
}
}
else if(screen.pixelDepth){
if(screen.pixelDepth < 16){
document.write ('<img src="http://www.islamic-finance.com/trans.gif" border="0" width="2" height="5" /><img src="http://www.islamic-finance.com/islam1.gif" width="170" height="35" border="0" />');
}
if(screen.pixelDepth > 15){
document.write ('<img src="http://www.islamic-finance.com/trans.gif" border="0" width="2" height="5" /><img src="http://www.islamic-finance.com/islam1_hc.gif" width="170" height="35" border="0" />');
}
}
else{
document.write ('<img src="http://www.islamic-finance.com/trans.gif" border="0" width="2" height="5" /><img src="http://www.islamic-finance.com/islam1.gif" width="170" height="35" border="0" />');
}
}

// write searchbox to top right of page
function writeSearchbox(){
document.write('<table bgcolor="#dddddd" border="0"  cellpadding="0" cellspacing="0" width="100%" align="center"><tr><td colspan="5"><img alt=" " src="trans.gif" border="0" width="5" height="2" /></td></tr>');
document.write('<tr><td colspan="2" valign="middle" style="text-align:left" width="35%"><a href="javascript:NewWindow(\'http://www.kreatoc.com\')"><img src="http://www.islamic-finance.com/logo_name_small.gif" width="140" height="29" border=0 alt="to Kreatoc Ltd." /></a></td>');
document.write('<td valign="middle" style="text-align:center" width="30%"><img src="http://www.islamic-finance.com/bismillah.gif" border="0" alt ="In the name of God most Gracious most Merciful" width="107" height ="24" /></td>');
if(navigator.userAgent.indexOf("Win")!=-1 && (navigator.appName.indexOf('Microsoft')!= -1 || navigator.appName.indexOf('Opera')!= -1))
{
document.write('<form name="search" action="/cgi/i_searchbox_f.pl" method="post" target="resultWindow"><td width="35%" valign="middle" style="text-align:right"><a href="javascript:sendForm(document.search)">Search</a>&nbsp;&nbsp;<input type="text" name="searchbox" maxlength="50" style="width:100px"></td></form>');
}
else if(navigator.userAgent.indexOf("Win")!=-1 && navigator.appName.indexOf('Netscape')!= -1 && browserVersion < 5)
{
document.write('<form name="search" action="/cgi/i_searchbox_f.pl" method="post" target="resultWindow"><td width="35%" valign="middle" align="right"><a href="javascript:sendForm(document.search)">Search</a>&nbsp;&nbsp;<input type="text" name="searchbox" size="30" maxlength="50"></td></form>');
}
else if(navigator.userAgent.indexOf("Win")!=-1 && navigator.appName.indexOf('Netscape')!= -1 && browserVersion > 4)
{
document.write('<form name="search" action="/cgi/i_searchbox_f.pl" method="post" target="resultWindow"><td width="35%" valign="middle" style="text-align:right"><a href="javascript:sendForm(document.search)">Search</a>&nbsp;&nbsp;<input type="text" name="searchbox" size="13" maxlength="50"></td></form>');
}
else if(navigator.userAgent.indexOf("Linux")!=-1)
{
document.write('<form name="search" action="/cgi/i_searchbox_f.pl" method="post" target="resultWindow"><td width="35%" valign="middle" style="text-align:right"><a href="javascript:sendForm(document.search)">Search</a>&nbsp;&nbsp;<input type="text" name="searchbox" size="13" maxlength="50"></td></form>');
}
else if(navigator.userAgent.indexOf("Mac")!=-1 && navigator.appName.indexOf('Microsoft')!= -1)
{
document.write('<form name="search" action="/cgi/i_searchbox_f.pl" method="post" target="resultWindow"><td width="35%" valign="middle"  style="text-align:right"><a href="javascript:sendForm(document.search)">Search</a>&nbsp;&nbsp;<input type="text" name="searchbox" maxlength="50" style="width:100px"></td></form>');
}
else
{
document.write('<td width="35%" valign="middle"  style="text-align:right">established 09/1997</td>');
}
document.write('<td><img alt=" " src="trans.gif" border="0" width="5" height="1" /></td></tr><tr><td colspan="5"><img alt=" " src="trans.gif" border="0" width="5" height="2" /></td></tr></table>');
}



// write navigation menu
function writeNavigation(){
document.write("<table border=\"0\" cellpadding=\"0\" cellspacing=\"0\" width=\"100%\">");
document.write("<tr>");
document.write("<td><img src=\"http://www.islamic-finance.com/white.gif\" border=\"0\" width=\"1\" height=\"1\" alt=\"\" /></td>");
document.write("</tr>");
document.write("<tr>");
document.write("<td><a onmouseover=\"dropDown('ddeditorial'); if(document.item18.src.indexOf('item18_show.gif') == -1 ){document.item18.src='http://www.islamic-finance.com/item18_on.gif'}\" onmouseout=\"if(document.item18.src.indexOf('item18_show.gif') == -1){document.item18.src='http://www.islamic-finance.com/item18_off.gif'}\" href=\"http://www.islamic-finance.com/item18_f.htm\"><img id=\"item18\" name=\"item18\" src=\"http://www.islamic-finance.com/item18_off.gif\" border=\"0\" width=\"110\" height=\"21\" alt=\"\"   /></a></td>");
document.write("</tr>");
document.write("<tr>");
document.write("<td><img src=\"http://www.islamic-finance.com/white.gif\" border=\"0\" width=\"1\" height=\"1\" alt=\"\" /></td>");
document.write("</tr>");
document.write("<tr>");
document.write("<td valign=\"bottom\"><a href=\"http://www.islamic-finance.com/research_search_f.htm\" onmouseover=\"dropDown('ddresearch'); if(document.research.src.indexOf('research_show.gif') == -1 ){document.research.src='http://www.islamic-finance.com/research_on.gif'}\" onmouseout=\"if(document.research.src.indexOf('research_show.gif') == -1){document.research.src='http://www.islamic-finance.com/research_off.gif'}\"><img name=\"research\" src=\"http://www.islamic-finance.com/research_off.gif\" border=\"0\" width=\"110\" height=\"21\" alt=\"\"   /></a></td>");
document.write("</tr>");
document.write("<tr>");
document.write("<td><img src=\"http://www.islamic-finance.com/white.gif\" border=\"0\" width=\"1\" height=\"1\" alt=\"\" /></td>");
document.write("</tr>");
document.write("<tr>");
document.write("<td><a onmouseover=\"dropDown('ddinstitutions'); if(document.item10.src.indexOf('item10_show.gif') == -1 ){document.item10.src='http://www.islamic-finance.com/item10_on.gif'}\" onmouseout=\"if(document.item10.src.indexOf('item10_show.gif') == -1){document.item10.src='http://www.islamic-finance.com/item10_off.gif'}\" href=\"http://www.islamic-finance.com/item10_f.htm\"><img name=\"item10\" src=\"http://www.islamic-finance.com/item10_off.gif\" border=\"0\" width=\"110\" height=\"21\" alt=\"\"   /></a></td>");
document.write("</tr>");
document.write("<tr>");
document.write("<td><img src=\"http://www.islamic-finance.com/white.gif\" border=\"0\" width=\"1\" height=\"1\" alt=\"\" /></td>");
document.write("</tr>");
document.write("<tr>");
document.write("<td><a onmouseover=\"dropDown('ddevents'); if(document.item110.src.indexOf('item110_show.gif') == -1 ){document.item110.src='http://www.islamic-finance.com/item110_on.gif'}\" onmouseout=\"if(document.item110.src.indexOf('item110_show.gif') == -1){document.item110.src='http://www.islamic-finance.com/item110_off.gif'}\" href=\"http://www.islamic-finance.com/item110_f.htm\"><img name=\"item110\" src=\"http://www.islamic-finance.com/item110_off.gif\" border=\"0\" width=\"110\" height=\"21\" alt=\"\"   /></a></td>");
document.write("</tr>");
document.write("<tr>");
document.write("<td><img src=\"http://www.islamic-finance.com/white.gif\" border=\"0\" width=\"1\" height=\"1\" alt=\"\" /></td>");
document.write("</tr>");
document.write("<tr>");
document.write("<td><a onmouseover=\"dropDown('ddglossary'); if(document.item14.src.indexOf('item14_show.gif') == -1 ){document.item14.src='http://www.islamic-finance.com/item14_on.gif'}\" onmouseout=\"if(document.item14.src.indexOf('item14_show.gif') == -1){document.item14.src='http://www.islamic-finance.com/item14_off.gif'}\" href=\"http://www.islamic-finance.com/item14_f.htm\"><img name=\"item14\" src=\"http://www.islamic-finance.com/item14_off.gif\" border=\"0\" width=\"110\" height=\"21\" alt=\"\"   /></a></td>");
document.write("</tr>");
document.write("<tr>");
document.write("<td><img src=\"http://www.islamic-finance.com/white.gif\" border=\"0\" width=\"1\" height=\"1\" alt=\"\" /></td>");
document.write("</tr>");
document.write("<tr>");
document.write("<td><a onmouseover=\"dropDown('ddbooks'); if(document.item15.src.indexOf('item15_show.gif') == -1 ){document.item15.src='http://www.islamic-finance.com/item15_on.gif'}\" onmouseout=\"if(document.item15.src.indexOf('item15_show.gif') == -1){document.item15.src='http://www.islamic-finance.com/item15_off.gif'}\" href=\"http://www.islamic-finance.com/item15_f.htm\"><img name=\"item15\" src=\"http://www.islamic-finance.com/item15_off.gif\" border=\"0\" width=\"110\" height=\"21\" alt=\"\"   /></a></td>");
document.write("</tr>");
document.write("<tr>");
document.write("<td><img src=\"http://www.islamic-finance.com/white.gif\" border=\"0\" width=\"1\" height=\"1\" alt=\"\" /></td>");
document.write("</tr>");
document.write("<tr>");
document.write("<td><a onmouseover=\"dropDown('ddjobs'); if(document.jobs.src.indexOf('jobs_show.gif') == -1 ){document.jobs.src='http://www.islamic-finance.com/jobs_on.gif'}\" onmouseout=\"if(document.jobs.src.indexOf('jobs_show.gif') == -1){document.jobs.src='http://www.islamic-finance.com/jobs_off.gif'}\" href=\"http://www.islamic-finance.com/jobs_f.htm\"><img name=\"jobs\" src=\"http://www.islamic-finance.com/jobs_off.gif\" border=\"0\" width=\"110\" height=\"21\" alt=\"\"   /></a></td>");
document.write("</tr>");
document.write("<tr>");
document.write("<td><img src=\"http://www.islamic-finance.com/white.gif\" border=\"0\" width=\"1\" height=\"1\" alt=\"\" /></td>");
document.write("</tr>");
document.write("<tr>");
document.write("<td valign=\"bottom\"><a onmouseover=\"dropDown('ddresources'); if(document.resources.src.indexOf('resources_show.gif') == -1 ){document.resources.src='http://www.islamic-finance.com/resources_on.gif'}\" onmouseout=\"if(document.resources.src.indexOf('resources_show.gif') == -1){document.resources.src='http://www.islamic-finance.com/resources_off.gif'}\" href=\"http://www.islamic-finance.com/resources_f.htm\"><img name=\"resources\" src=\"http://www.islamic-finance.com/resources_off.gif\" border=\"0\" width=\"110\" height=\"21\" alt=\"\"   /></a></td>");
document.write("</tr>");
document.write("<tr>");
document.write("<td><img src=\"http://www.islamic-finance.com/white.gif\" border=\"0\" width=\"1\" height=\"1\" alt=\"\" /></td>");
document.write("</tr>");
document.write("<tr>");
document.write("<td><a onmouseover=\"dropDown('ddmarketeye'); if(document.marketeye.src.indexOf('marketeye_show.gif') == -1 ){document.marketeye.src='http://www.islamic-finance.com/marketeye_on.gif'}\" onmouseout=\"if(document.marketeye.src.indexOf('marketeye_show.gif') == -1){document.marketeye.src='http://www.islamic-finance.com/marketeye_off.gif'}\" href=\"http://www.islamic-finance.com/marketeye_f.htm\"><img name=\"marketeye\" src=\"http://www.islamic-finance.com/marketeye_off.gif\" border=\"0\" width=\"110\" height=\"21\" alt=\"\"   /></a></td>");
document.write("</tr>");
document.write("<tr>");
document.write("<td><img src=\"http://www.islamic-finance.com/white.gif\" border=\"0\" width=\"1\" height=\"1\" alt=\"\" /></td>");
document.write("</tr>");
document.write("<tr>");
document.write("<td valign=\"bottom\"><a onmouseover=\"dropDown('ddaboutus'); if(document.about.src.indexOf('about_show.gif') == -1 ){document.about.src='http://www.islamic-finance.com/about_on.gif'}\" onmouseout=\"if(document.about.src.indexOf('about_show.gif') == -1){document.about.src='http://www.islamic-finance.com/about_off.gif'}\" href=\"http://www.islamic-finance.com/aboutus_f.htm\"><img name=\"about\" src=\"http://www.islamic-finance.com/about_off.gif\" border=\"0\" width=\"110\" height=\"21\" alt=\"\"   /></a></td>");
document.write("</tr>");
document.write("<tr>");
document.write("<td><img src=\"http://www.islamic-finance.com/white.gif\" border=\"0\" width=\"1\" height=\"1\" alt=\"\" /></td>");
document.write("</tr>");
document.write("<tr>");
document.write("<td>");
if(screen.colorDepth){
if(screen.colorDepth < 16){
document.write ("<a href=\"javascript: void 0\" onMouseOver=\"if(window.loaded==true){hideFlyOuts()}\"><img src=\"http://www.islamic-finance.com/side_long.gif\" width=\"110\" height=\"574\" border=0 alt=\"\" /></a><br>");
}
if(screen.colorDepth > 15){
document.write ("<a href=\"javascript: void 0\" onMouseOver=\"if(window.loaded==true){hideFlyOuts()}\"><img src=\"http://www.islamic-finance.com/side_long_hc.gif\" width=\"110\" height=\"413\" border=0 alt=\"\" /></a>");
}
}
else if(screen.pixelDepth){
if(screen.pixelDepth < 16){
document.write ("<a href=\"javascript: void 0\" onMouseOver=\"if(window.loaded==true){hideFlyOuts()}\"><img src=\"http://www.islamic-finance.com/side_long.gif\" width=\"110\" height=\"574\" border=0 alt=\"\" /></a><br>");
}
if(screen.pixelDepth > 15){
document.write ("<a href=\"javascript: void 0\" onMouseOver=\"if(window.loaded==true){hideFlyOuts()}\"><img src=\"http://www.islamic-finance.com/side_long_hc.gif\" width=\"110\" height=\"413\" border=0 alt=\"\" /></a>");
}
}
else{
document.write ("<a href=\"javascript: void 0\" onMouseOver=\"if(window.loaded==true){hideFlyOuts()}\"><img src=\"http://www.islamic-finance.com/side_long.gif\" width=\"110\" height=\"574\" border=0 alt=\"\" /><br></a>");
}
document.write("</td>");
document.write("</tr>");
document.write("</table>");
}

// write strip of text at bottom of page
function writeBottomstrip(){
if(navigator.appName){
document.write('<font size="1" class="mystrip" color="black" face="trebuchet,verdana,arial,helvetica"><a href="#top">top</a> | <a href="mailto:info@islamic-finance.com">contact us</a> | <a href="http://www.islamic-finance.com/disclaimer_f.htm">Terms and Conditions of Use</a> | &copy; islamic-finance.com ');
document.write('1997 - ' + yearPrint);
document.write(' </font>');}
}