function trocaBg(obj, css, tipo) {
	if(tipo == 'TIPO1') {
		obj.className = "bg7 " + css;
	} else if(tipo == 'TIPO2') {
		obj.className = "bg10 " + css;
	} else if(tipo == 'TIPO3') {
		obj.className = "bg16 pd8_2 " + css;
	} else if(tipo == 'TIPO4') {
		obj.className = "bg18 pd8_2 " + css;
	}
}

function pop(url,nome,param){
	janela = window.open(url,nome,param);
}

function getLink(){
	document.forml.link.value = opener.location.href;
}
