if (NS4) {
        ShowBubble = (document.layers.length == 3) ? 1 : 0;
}
if (IE4) {
        ShowBubble = 1;
}

ShowBubble = 1;
