/*
	[Desenvolvimento]
		Filter Netmarketing
		www.filter.com.br
		falecom@filter.com.br
	[Responsável]
		Marco Aurélio Neuwiem
		marco@filter.com.br
*/

function muda_css(obj,classe){
if (document.all){elemento=event.srcElement;}
else if (document.getElementById){elemento=obj.target;}
elemento.className=classe;}

function vai(selObj){valor = selObj.options[selObj.selectedIndex].value;if(valor != "#"){self.location = valor;}}

function abre_banner_capa(scw_id)
{
w = 360;
h = 250;
largura = screen.width;
altura = screen.height;
XX = (largura-w)/2;
YY = (altura-h)/2;
janela = window.open('../home/pop.php?scw_id='+scw_id,'POP_BANNER','width='+w+',height='+h+',left='+XX+',top='+YY+',scrollbars=no,status=no,resizable=no, toolbar=no,directories=no,menubar=no');
janela.focus();
}


function pop_up(local, w, h)
{
largura = screen.width;
altura 	= screen.height;
XX 		= (largura-w)/2;
YY		= (altura-h)/2;
janela = window.open(local,'POP_UP','width='+w+',height='+h+',left='+XX+',top='+YY+',scrollbars=yes,status=no,resizable=yes, toolbar=no,directories=no,menubar=yes');
janela.focus();
}

