if (top.location != self.location) top.location.replace(self.location); function ShowBigimage(elem,bigimagesrc) { smallleft=elem.style.left; smalltop=elem.style.top; newelement=document.createElement('img'); newelement.src=bigimagesrc; document.body.appendChild(newelement); newelement.style.left=smallleft+80; newelement.style.top=smalltop; newelement.style.position='absolute'; } function replaceHref(name,url,display) { document.getElementById(name).href = url; setTimeout("replaceBackHref('"+name+"','"+display+"')",500); } function replaceBackHref(name,display) { document.getElementById(name).href = display; } document.write("");