Image1a= new Image
Image1a.src = "http://d1127440.dotsterhost.com/Images/videoframebutton.png"
Image1b = new Image
Image1b.src = "http://d1127440.dotsterhost.com/Images/videoframebutton2.png"
function SwapOut1() {
document.imageflip1a.src = Image1b.src; return true;
}
function SwapBack1() {
document.imageflip1a.src = Image1a.src; return true;
}

