<!--
        var position = 0;
function scroller() {
        if (position != 425) {
                position++;
                scroll(0,position);
                clearTimeout(timer);
                var timer = setTimeout("scroller()",3); timer;
        }
        else
                 {
           location.replace("#");
        }
}
// -->

<!--
var message='Copy Right 2000, V & P Expanded Metal '; function click(e)
{if (document.all) {if (event.button == 2) {alert(message);return false;}}
if (document.layers) {if (e.which == 3) {alert(message);return false;}}}
if (document.layers) {document.captureEvents(Event.MOUSEDOWN);}
document.onmousedown=click;
// -->