\n'); } var ns6,ns4,ie4; ns4 = (document.layers)? true:false ie4 = (document.all)? true:false ns6 = false; if (ns4 == ie4) { ns6 = true; ie4 = false; ns4 = false; } function show(id,intValue) { if (document.layers){ if (document.layers[id]){ if (ns4){ document.layers[id].visibility = "show" document.embeds["vids"].SetVariable("_root.aid",intValue) document.embeds["vids"].Play(); } } } else if (ie4){ if (document.all[id]){ document.all[id].style.visibility = "visible"; document.all[id].style.display = ""; document.all["vids"].SetVariable("_root.aid",intValue) document.all["vids"].Play(); } } else if (ns6){ if (document.getElementById(id)){ document.embeds["vids"].SetVariable("_root.aid",intValue) document.embeds["vids"].Play(); document.getElementById(id).style.visibility = "visible"; document.getElementById(id).style.display = ""; document.getElementById(id).style.display = ""; document.getElementById("vids").SetVariable("_root.aid",intValue) document.getElementById("vids").Play(); } } } function hide(id) { if (document.layers){ if (document.layers[id]){; if (ns4){ document.layers[id].visibility = "hide" document.embeds["vids"].Rewind(); } } } else if (ie4) { if (document.all[id]){ document.all[id].style.visibility = "hidden"; document.all[id].style.display = "none"; document.all["vids"].Rewind(); } } else if (ns6) { if (document.getElementById(id)){ document.embeds["vids"].Rewind(); document.getElementById(id).style.visibility = "hidden"; document.getElementById("vids").Rewind(); } } } //-->