function loadMainContent(platformId,categoryId){document.location=global_path+platformId+","+categoryId+",main.html";}
function changeMainBox(boxName){if(boxName=='mostdownloaded'){$("#bestrated").hide();$("#mostdownloaded").show();$("#mostdownloaded_switch").removeClass('most_off');$("#mostdownloaded_switch").addClass('most_on');$("#bestrated_switch").removeClass('best_off');$("#bestrated_switch").addClass('best_off');}else{$("#mostdownloaded").hide();$("#bestrated").show();$("#bestrated_switch").removeClass('best_off');$("#bestrated_switch").addClass('best_on');$("#mostdownloaded_switch").removeClass('most_on');$("#mostdownloaded_switch").addClass('most_off');}}
function selectFirstSoftware(listname,type)
{if(type>0){var color='#6699CC';if(listname.match(/1/))color='#99CCFF';$("#fsoft"+listname).css({'background-color':color});$("#fsoftdet"+listname).css({'background-color':color});}else{$("#fsoft"+listname).css({'background-color':'#FFFFFF'});$("#fsoftdet"+listname).css({'background-color':'#FFFFFF'});}}