function sidePop(sideNo) {

var sideMsg = "";
showed=0;

switch(sideNo) {
    case 0 : sideMsg="Working cast iron village pumps and pitcher pumps."; break;
    case 1 : sideMsg="Brass taps in a variety of styles."; break;
    case 2 : sideMsg="Wooden barrel taps consisting of a tapered body and a spigot."; break;
    case 3 : sideMsg="Adaptors that allow standard taps to be fitted to wooden barrels."; break;
    case 5 : sideMsg="Electrical accessories including safety breakers and cable connectors."; break;
    case 6 : sideMsg="Lotus GenieMax pond filters including UV lamp and pump."; break;
    case 7 : sideMsg="Electric pond pumps, feature pumps and fountain kits."; break;
    case 8 : sideMsg="Solar Lily fountain."; break;
    case 9 : sideMsg="Pumps for extracting water from water butts."; break;
    case 50 : sideMsg="pumps, taps &amp; electrical connectors index page"; break;
    default: sideMsg=""; break;
    }

showPop(sideMsg,'side');

}