function jpg_over(src) {
	src.children.tags('IMG')[0].src=src.children.tags('IMG')[0].src.replace('.jpg','r.jpg');
} 
function jpg_out(src) {
	src.children.tags('IMG')[0].src=src.children.tags('IMG')[0].src.replace('r.jpg','.jpg');
}
function gif_over(src) {
	src.children.tags('IMG')[0].src=src.children.tags('IMG')[0].src.replace('.gif','r.gif');
} 
function gif_out(src) {
	src.children.tags('IMG')[0].src=src.children.tags('IMG')[0].src.replace('r.gif','.gif');
}
function MiniNewWindow(newurl) {
        h=130;
        w=250;
		
	window.open('http://' + location.hostname + '/' + newurl, 'MiniJunoRecords', 'height='+h+',width='+w+',toolbar=1,scrollbars=1,resizable=1,location=1');
        return false;
}
