
    $(document).ready(function(){ 
        $(document).pngFix(); 
    }); 
	
	function change_bg(id,img,f)
	{
		if (f)
		document.getElementById(id).style.background="url("+img+") no-repeat";
		else
		document.getElementById(id).style.background="none";
	}

