﻿//$(document).ready(function() {

//    $('#divPlayersContents').hide();
//    $('#divTermsAndConditionsContents').hide();

//    $('#imgPlayersExpandCollapse').toggle(
//  function() { $('#imgPlayersExpandCollapse').attr("src", "Images/Min.gif"); $("#boxes .window").width("700px"); $('#divPlayersContents').show(); },
//  function() { $('#imgPlayersExpandCollapse').attr("src", "Images/Max.gif"); $("#boxes .window").width("690px"); $('#divPlayersContents').hide(); }
//);

//    $('#imgTermsAndConditionsExpandCollapse').toggle(
//  function() { $('#imgTermsAndConditionsExpandCollapse').attr("src", "Images/Min.gif"); $("#boxes .window").width("700px"); $('#divTermsAndConditionsContents').show(); },
//  function() { $('#imgTermsAndConditionsExpandCollapse').attr("src", "Images/Max.gif"); $("#boxes .window").width("690px"); $('#divTermsAndConditionsContents').hide(); }
//);

//});



