			//Rollover
Rollimage = new Array()

Rollimage[0]= new Image(53,24)
Rollimage[0].src = "images/but_home.gif"

Rollimage[1]= new Image(53,24)
Rollimage[1].src = "images/but_home_omo.gif"

Rollimage[2]= new Image(81,24)
Rollimage[2].src = "images/but_ceramics.gif"

Rollimage[3]= new Image(81,24)
Rollimage[3].src = "images/but_ceramics_omo.gif"

Rollimage[4]= new Image(116,24)
Rollimage[4].src = "images/but_naturalstone.gif"

Rollimage[5]= new Image(116,24)
Rollimage[5].src = "images/but_naturalstone_omo.gif"

Rollimage[6]= new Image(104,24)
Rollimage[6].src = "images/but_terratorium.gif"

Rollimage[7]= new Image(104,24)
Rollimage[7].src = "images/but_terratorium_omo.gif"

Rollimage[8]= new Image(104,24)
Rollimage[8].src = "images/but_press.gif"

Rollimage[9]= new Image(104,24)
Rollimage[9].src = "images/but_press_omo.gif"

Rollimage[10]= new Image(73,24)
Rollimage[10].src = "images/but_contact.gif"

Rollimage[11]= new Image(73,24)
Rollimage[11].src = "images/but_contact_omo.gif"



function SwapOut_Home(){ document.home.src = Rollimage[1].src; return true; }
function SwapBack_Home(){ document.home.src = Rollimage[0].src; return true; }

function SwapOut_ceramics(){ document.ceramics.src = Rollimage[3].src; return true; }
function SwapBack_ceramics(){ document.ceramics.src = Rollimage[2].src; return true; }

function SwapOut_naturalstone(){ document.naturalstone.src = Rollimage[5].src; return true; }
function SwapBack_naturalstone(){ document.naturalstone.src = Rollimage[4].src; return true; }

function SwapOut_terratorium(){ document.terratorium.src = Rollimage[7].src; return true; }
function SwapBack_terratorium(){ document.terratorium.src = Rollimage[6].src; return true; }

function SwapOut_press(){ document.press.src = Rollimage[9].src; return true; }
function SwapBack_press(){ document.press.src = Rollimage[8].src; return true; }

function SwapOut_contact(){ document.contact.src = Rollimage[11].src; return true; }
function SwapBack_contact(){ document.contact.src = Rollimage[10].src; return true; }