
Image1V= new Image(58,15)
Image1V.src = "http://www.cybercatalogs.com/images/Graphics_L-Z/SiteHelp_bkg04_30.jpg"
Image2V = new Image(58,15)
Image2V.src = "http://www.cybercatalogs.com/images/Graphics_L-Z/SiteHelp_bkg04_Flip_30.jpg"
function SwapOutV() {
document.imageflipV.src = Image2V.src; return true;
}
function SwapBackV() {
document.imageflipV.src = Image1V.src; return true;
}

Image1I= new Image(48,15)
Image1I.src = "http://www.cybercatalogs.com/images/Graphics_L-Z/NEXT_NEW_30.jpg"
Image2I = new Image(48,15)
Image2I.src = "http://www.cybercatalogs.com/images/Graphics_L-Z/NEXT_FLIP_30.jpg"
function SwapOutI() {
document.imageflipI.src = Image2I.src; return true;
}
function SwapBackI() {
document.imageflipI.src = Image1I.src; return true;
}

Image1II= new Image(48,15)
Image1II.src = "http://www.cybercatalogs.com/images/Graphics_L-Z/PREV_NEW_30.jpg"
Image2II = new Image(48,15)
Image2II.src = "http://www.cybercatalogs.com/images/Graphics_L-Z/PREV_FLIP_30.jpg"
function SwapOutII() {
document.imageflipII.src = Image2II.src; return true;
} 
function SwapBackII() {
document.imageflipII.src = Image1II.src; return true;
} 


