function Janela(End,Nome){
window.open(End,Nome,'width='+(screen.width-10)+',height='+(screen.height-60)+',left=0,top=0,toolbar=No,location=No,status=No,fullscreen=No,resizable=Yes');
void(0);
};