function image(new_doc,sname,_x,_y){var new_win_html="<html><head><title>"+sname+"</title></head><body bgcolor='#F5F6F7' leftmargin='0' topmargin='0' marginwidth='0' marginheight='0'><img src="+new_doc+"></body></html>";new_win = window.open('','_blank','width='+_x+',height='+_y+',toolbar=no,location=no,status=no,menubar=no,scrollbars=no,directories=no,screenX=0,screenY=0,left=0,top=0');new_win.document.open();new_win.document.write(new_win_html);new_win.document.close();new_win.focus();}
function pic_over(new_img){document[new_img].style.filter="Alpha(Opacity=100)"}
function pic_out(new_img){document[new_img].style.filter="Alpha(Opacity=75)"}