function ShowIt(simg, stxt){
newImage = "./_front/" + simg + ".jpg";
document.bigImg.src = newImage;
document.getElementById("sTxt").innerHTML = stxt;}
function HideIt(){
document.bigImg.src = "./_front/pandorabig.jpg";
document.getElementById("sTxt").innerHTML = "Welcome to OtterComics US,<br>home of Pandora webcomics!<br>Roll over a link to get information about any of our features and comics.";}
function ShowG(sgroup){
newGroup = "./banners/" + sgroup + ".jpg";
document.GImg.src = newGroup;}
function HideG(){
document.GImg.src = "./banners/ocbanner.jpg";}
