function MM_openBrWindow(theURL,winName,features) 
{	window.open(theURL,winName,features);
}

function combo_url(cmb)
{	var page = cmb[cmb.selectedIndex].value;
	top.location = page;
}

function teste(input_form)
{	var largura = screen.availWidth;
	var altura = screen.availHeight;
	testes=window.open("http://cipafacil.cipa.com.br:7778/dev60cgi/rwcgi60?server=Rep60_noveias&report=entra.rdf&desformat=htmlcss&destype=cache&userid="+"internet/internet@mbd2.cipa.com.br"+"&p_codcond="+input_form.p_codcond.value+"&p_senha="+input_form.p_senha.value,"Floater","toolbar=0,location=0,menubar=0,scrollbars=0,resizable=0,width="+(largura-7)+",height="+(altura-7));
}

