You are viewing a post by Co_don SanAdH. View all 59149 posts in [align=justify][b]bagi member yang ingin bertanya seputar tweaking FS, silahkan bertanya dan posting disini, tapi jangan lupa,,sebelum itu tolong [url=http://theftalk.com/t2744-%5BImportant%5D-.
lo ngopasnya ga lengkap coba liat lagi di halaman sebelah
[quote]var six_B = false; if(document.all) { six_B = true; }
function getObject(id) {
if (six_B) { return document.all[id]; }
else { return document.getElementById(id); } }
function toggle(link, divId) {
var lText = link.innerHTML; var d = getObject(divId);
if (lText == '[= show =]') { link.innerHTML = '[= hide =]'; d.style.display = 'block'; }
else { link.innerHTML = '[= show =]'; d.style.display = 'none'; }
}[/quote]