
function fp3linksinit()
{
var PreImage4=new Image(); 
var PreImage5=new Image(); 
var PreImage6=new Image(); 
PreImage4.src="/images/arts_and_crafts.jpg"; 
PreImage5.src="/images/art_nouveau.jpg"; 
PreImage6.src="/images/art_deco.jpg"; 


	
document.getElementById('premal').onmouseover =function () { document.getElementById("premax").style.visibility="visible"; }
document.getElementById('premal').onmouseout =function () { document.getElementById("premax").style.visibility="hidden"; }

document.getElementById('prembl').onmouseover =function () { document.getElementById("prembx").style.visibility="visible"; }
document.getElementById('prembl').onmouseout =function () { document.getElementById("prembx").style.visibility="hidden"; }

document.getElementById('premcl').onmouseover =function () { document.getElementById("premcx").style.visibility="visible"; }
document.getElementById('premcl').onmouseout =function () { document.getElementById("premcx").style.visibility="hidden"; }


document.getElementById("feaim").style.background="url('http://www.antiquesatlas.com/images/arts_and_crafts.jpg')"; 
document.getElementById("feaa").style.background="#74a9b1";
document.getElementById("feaa").style.color="#fff";
document.getElementById("feab").style.background="#f0f0f0";
document.getElementById("feab").style.color="#777";
document.getElementById("feac").style.background="#f0f0f0";
document.getElementById("feac").style.color="#777";
document.getElementById("fealnk").href="/antiques/style/Arts_And_Crafts.php";

document.getElementById('feaa').onmouseover =function () { document.getElementById("feaim").style.background="url('http://www.antiquesatlas.com/images/arts_and_crafts.jpg')"; document.getElementById("feaa").style.background="#74a9b1";document.getElementById("feab").style.background="#f0f0f0";document.getElementById("feac").style.background="#f0f0f0";document.getElementById("feab").style.color="#777";document.getElementById("feac").style.color="#777";document.getElementById("feaa").style.color="#fff";
document.getElementById("fealnk").href="/antiques/style/Arts_And_Crafts.php";}

document.getElementById('feab').onmouseover =function () { document.getElementById("feaim").style.background="url('http://www.antiquesatlas.com/images/art_nouveau.jpg')"; document.getElementById("feaa").style.background="#f0f0f0"; document.getElementById("feab").style.background="#74a9b1"; document.getElementById("feac").style.background="#f0f0f0";document.getElementById("feab").style.color="#fff";document.getElementById("feaa").style.color="#777";document.getElementById("feac").style.color="#777";
document.getElementById("fealnk").href="/antiques/style/Art_Nouveau.php";}

document.getElementById('feac').onmouseover =function () { document.getElementById("feaim").style.background="url('http://www.antiquesatlas.com/images/art_deco.jpg')"; document.getElementById("feaa").style.background="#f0f0f0"; document.getElementById("feab").style.background="#f0f0f0"; document.getElementById("feac").style.background="#74a9b1";document.getElementById("feab").style.color="#777";document.getElementById("feaa").style.color="#777";document.getElementById("feac").style.color="#fff";
document.getElementById("fealnk").href="/antiques/style/Art_Deco.php";}
}