/*function abrepop(){
   window.open('pop.html','window','toolbar=0,location=0,directories=0,menubar=0,status=0,resizable=0,scrollbars=0,width=270,height=420,left=0,top=0')
}*/
// --------------------------------------------------------------------------------	
// Função PNG ativo no IE6 ou inferior
function highlight(value, srcPrefix, img){
	img.style.filter = "progid:DXImageTransform.Microsoft.AlphaImageLoader(src='img/" + srcPrefix + (value>0?1:0) + ".png', sizingMethod='scale')"
}