/************************
Usman Bashir
http://77-m.com

core.js : The core code behind for all of the website.
http://na9eeb.com

Version: 1.0.1.5

Start Date & Time: 16/06/2010 - 04:18:00 PM
Last Build Date & Time: 03/07/2010 - 01:25:00 PM
************************/

$(document).ready(function() {
        swfobject.registerObject("FlashID");
});

function onHelpCLick() {
        var e = document.getElementById("posting-information").style;
        if ( e.display == "none" || e.display == "" ) { e.display = "block"; } else { e.display = "none"; }
}

function onPostToClick(page) {
        var e = document.getElementById(page).style;
        if ( e.display == "none" || e.display == "" ) { e.display = "block"; } else { e.display = "none"; }
}
