preload = 0; function swap(which_image,flip) { if (preload) { document[which_image].src=eval(which_image + "_" + flip + ".src"); } } Menu01_off = new Image(); Menu01_roll = new Image(); Menu01_off.src = "images/brazil_on.gif"; Menu01_roll.src = "images/brazil_on.gif"; preload = 1; Menu02_off = new Image(); Menu02_roll = new Image(); Menu02_off.src = "images/aus_on.gif"; Menu02_roll.src = "images/aus_on.gif"; preload = 1; function changeColorR(CellName,Switch){ if(Switch){ document.getElementById(CellName).style.background="#DEECF1" document.getElementById(CellName).style.color="#00008B" document.getElementById(CellName).style.cursor="hand" }else{ document.getElementById(CellName).style.background="" document.getElementById(CellName).style.color="" } } function changeText(sWhich){ sText = "" sText += "Elkedra Diamonds NL is a diamond mining and exploration company.

In June 2006 the Company commenced production at its flagship Chapada Alluvial Diamond Project in Brazil. " if(sWhich=="Brazil"){ sText = "Elkedra owns and operates the Chapada Alluvial Diamond Project in the state of Mato Grosso, Brazil, which commenced production in June 2006 and based on initial reserve estimates, has a nine year mine life.

The Company also holds additional diamond exploration tenements covering an area of
270 sq km. " } if(sWhich=="Australia"){ sText = "Elkedra’s Australian diamond exploration projects are located in the prospective Southern Georgina Basin and the Tiwi Islands. Elkedra is targeting areas of previous diamond and indicator mineral recovery and frontier areas where modern geophysical data has only recently become available. " } document.getElementById('swapText').innerHTML=sText }