﻿// JScript File
$(document).ready(function(){
    $('#record_list_controls span.total_records').corner("round 8px");
    $('div.cart_total_value').corner("round 8px");
    $.fn.colorbox.settings.transition = "fade";
    $.fn.colorbox.settings.bgOpacity = "0.9";
    $.fn.colorbox.settings.contentCurrent = "image {current} of {total}";
    $(".lightbox").colorbox();
    $('input.labelify').labelify();
});

// The following function allows the help windows to popup
<!--
function MM_goToURL() { //v3.0
  var i, args=MM_goToURL.arguments; document.MM_returnValue = false;
  for (i=0; i<(args.length-1); i+=2) eval(args[i]+".location='"+args[i+1]+"'");
}
//-->