document.observe("dom:loaded",function() {
    if ( location.search.substring(0,16) == "?page=orderforms" ) {
        Element.hide('secondarycontent');
        $('primarycontent').setStyle({
             width: '100%'});
    }
});

