<!--
// popups
function Popnoticias(mypage){
i=200;
conditions="width=200 height=225 resize=no scrollbars=yes top="+(screen.height/2-100)+" left="+(screen.width/2-100)
wind=window.open(mypage,"popup",conditions)
do{
eval("wind.resizeTo("+i+","+i+")");
eval("wind.moveTo("+(screen.width/2-i/2-8)+","+(screen.height/2-i/2)+")");
i=i+10;
}while(i<=485)
do{
eval("wind.resizeTo("+i+", 550)");
i=i+10;
}while(i<=485)
}

function Popinfo(mypage){
i=200;
conditions="width=200 height=225 resize=no scrollbars=yes top="+(screen.height/2-100)+" left="+(screen.width/2-100)
wind=window.open(mypage,"popup",conditions)
do{
eval("wind.resizeTo("+i+","+i+")");
eval("wind.moveTo("+(screen.width/2-i/2-8)+","+(screen.height/2-i/2)+")");
i=i+10;
}while(i<=690)
do{
eval("wind.resizeTo("+i+", 560)");
i=i+10;
}while(i<=485)
}
//-->