var enable="true";
function over(img,ref){ if(enable=="true"){ document.images[img].src=ref;}}
function out(img,ref){ if(enable=="true"){ document.images[img].src=ref;}}
function detail(name){ var url = name; window.open(url, "_new","scrollbars=no, status=yes, toolbar=no, location=no, top=10, left=10, width=700px, height=620px"); }  
