/*
  Script para alterar as cores dos includes das galerias.
*/
function JgConCor(tipo){
  if(JgCon=="" || JgCon=="egs2004"  || JgCon=="egs2005" || JgCon=="tgs2006" || JgCon=="tgs2005" || JgCon=="tgs2004" || JgCon=="tgs2003" || JgCon=="tgs2002") {if (tipo == 1){return "#FFDF00"}else{return "#D0B61F"}}
  if(JgCon=="pc") {if (tipo == 1){return "#FF6600"}else{return "#CC3300"}}
  if(JgCon=="sony") {if (tipo == 1){return "#008BFF"}else{return "#0069DA"}}
  if(JgCon=="nintendo") {if (tipo == 1){return "#9B78ED"}else{return "#613DA7"}}
  if(JgCon=="x0" || JgCon=="x06") {if (tipo == 1){return "#FFDF00"}else{return "#D0B61F"}}
  if(JgCon=="xbox") {if (tipo == 1){return "#00C500"}else{return "#009900"}}
  if(JgCon=="generico" || JgCon=="gdc2006" || JgCon=="gc2006" || JgCon=="gdc2007") {if (tipo == 1){return "#CCCCCC"}else{return "#7E7E7E"}}
}
