// JavaScript Document
function estilo(arquivo) {
	var file="templates/ja_topaz/css/"+arquivo;
    document.getElementById('estilo').href=file;
}

