$( function() {

    setDefaultInputText();

    $( "#recommendation-tabs" ).tabs();
    $( "#product-tabs" ).tabs();

    $( "a.dialog" ).fancybox( {
        "width": 750,
        "height": 550
    } );

    $( "a.dialog-med" ).fancybox( {
        "width": 550,
        "height": 450
    } );

    $( "a.dialog-small" ).fancybox( {
        "width": 400,
        "height": 325
    } );
    
    $( "a.dialog-shippingcal" ).fancybox( {
        "width": 600,
        "height": 600
    } );

} );

