a31=new Image
a31.src="../products/images/backtoprod.gif"
a32=new Image
a32.src="../products/images/backtoprod1.gif"


function filter(imagename,objectsrc){
if (document.images)
document.images[imagename].src=eval(objectsrc+".src")
}

function showLegal(legalname) {
var fileName=legalname + ".htm";
window.open(fileName,"legalWindow","width=375,height=460,top=45,left=500");
}
