
function JSRemote() { }

JSRemote.categoryDivisions = function(p0, callback)
{
    DWREngine._execute('/dwr_rdtel', 'JSRemote', 'categoryDivisions', p0, callback);
}

JSRemote.playerPhotoPath = function(p0, callback)
{
    DWREngine._execute('/dwr_rdtel', 'JSRemote', 'playerPhotoPath', p0, callback);
}

JSRemote.divisionCategory = function(p0, callback)
{
    DWREngine._execute('/dwr_rdtel', 'JSRemote', 'divisionCategory', p0, callback);
}

JSRemote.getDivisionsByCategory = function(p0, p1, callback)
{
    DWREngine._execute('/dwr_rdtel', 'JSRemote', 'getDivisionsByCategory', p0, p1, callback);
}

JSRemote.playerTempPhotoPath = function(p0, callback)
{
    DWREngine._execute('/dwr_rdtel', 'JSRemote', 'playerTempPhotoPath', p0, callback);
}

JSRemote.savePlayerPhoto = function(p0, p1, callback)
{
    DWREngine._execute('/dwr_rdtel', 'JSRemote', 'savePlayerPhoto', p0, p1, callback);
}

JSRemote.cancelPlayerPhoto = function(p0, p1, callback)
{
    DWREngine._execute('/dwr_rdtel', 'JSRemote', 'cancelPlayerPhoto', p0, p1, callback);
}

JSRemote.deletePlayerPhoto = function(p0, p1, callback)
{
    DWREngine._execute('/dwr_rdtel', 'JSRemote', 'deletePlayerPhoto', p0, p1, callback);
}

JSRemote.getPlayerPhoto = function(p0, p1, callback)
{
    DWREngine._execute('/dwr_rdtel', 'JSRemote', 'getPlayerPhoto', p0, p1, callback);
}

JSRemote.getAllTeamsDescription = function(callback)
{
    DWREngine._execute('/dwr_rdtel', 'JSRemote', 'getAllTeamsDescription', callback);
}

JSRemote.getTeamsDescriptionByCategory = function(p0, callback)
{
    DWREngine._execute('/dwr_rdtel', 'JSRemote', 'getTeamsDescriptionByCategory', p0, callback);
}

JSRemote.getTListByCategory = function(p0, p1, callback)
{
    DWREngine._execute('/dwr_rdtel', 'JSRemote', 'getTListByCategory', p0, p1, callback);
}

JSRemote.getRelatedGamesDescriptionByCategory = function(p0, callback)
{
    DWREngine._execute('/dwr_rdtel', 'JSRemote', 'getRelatedGamesDescriptionByCategory', p0, callback);
}

