﻿/*
This file is included in every file in the website (loaded in A2ZMasterPage Base Class)
*/

$(document).ready(function() {
    $(document).pngFix();
});

function MM_openBrWindow(theURL,winName,features) { //v2.0
  window.open(theURL,winName,features);
}

