function montaCSSP()
{
	document.write("<meta name='Description' content='Bradesco'>");
	if (window.screen)
	{	
		var texto=screen.width+"x"+screen.height;
		var Resolucao=texto.indexOf('640x') 
		
		if(Resolucao < 0){
			if (navigator.appName == "Netscape") {
				document.write("<link href='/css/bradesco_netscape.css' rel='stylesheet'>");
			}else{
			document.write("<link href='/css/bradesco.css' rel='stylesheet'>");
			}
		}else{
			document.write("<link href='/css/bradesco_resolucao.css' rel='stylesheet'>");
		}
	document.write("<script src='/js/dynclick.js' type='text/javascript'><\/script>");
	document.write("<script src='/js/functions.js' type='text/javascript'><\/script>");
	document.write("<script src='/js/init.js' type='text/javascript'><\/script>");	
	}
}	