function switchToBg(num) { var ident = ""; if(num == 2) { ident = "2"; $("bgLink1").style.textDecoration = "none"; $("bgLink2").style.textDecoration = "underline"; $("text1").style.display = "none"; $("text2").style.display = "block"; } else { $("bgLink2").style.textDecoration = "none"; $("bgLink1").style.textDecoration = "underline"; $("text1").style.display = "block"; $("text2").style.display = "none"; } var bgDiv = $("bgDiv"); bgDiv.style.backgroundImage = "url('/mtg/images/multiverse/planeswalkers/bg_pw_garruk"+ident+".jpg')"; } //
Artigos
Artigos
Feature Archive
Procurando mais? Explore nosso arquivo e mergulhe em milhares de artigos sobre Magic escritos pelos seus autores favoritos.