
/*  ----------------------------------------------------------------------------------
 *  Document : script2.css - Specific scripts for shop module
 *  Author   : Gene M. Diaz Jr. - mail@genediazjr.com
 *  Version  : 0.1 August 8, 2011 Copyright (c) 2011
 *  License  : Creative Commons Attribution-NonCommercial-NoDerivs 3.0 Unported
 *  ----------------------------------------------------------------------------------
 */

jQuery(document).ready(function() {

    /* placed inside timeout on zero due to incorrect values being retrieved */
    setTimeout('jQuery(".side_content_panel",".support .content_graded").css({ "height" : ( jQuery(".content_graded",".support").height() + 100) + "px"});',0);
    setTimeout('jQuery(".phones_content",".primary_content").css({ "height" : ( jQuery(".phones_content_sidebar",".primary_content").height()) + "px"});',0);
    setTimeout('jQuery(".phoneinfo_content",".primary_content").css({ "height" : ( jQuery(".phoneinfo_side",".primary_content").height()) + "px"});',0);

});

