// JavaScript Document

function OpenMeFull(){
	remote = window.open('#', 'janela_openFull', 'toolbar=no,location=no,status=yes,menubar=no,scrollbars=yes,resizable=no,top=0,left=0');
	remote.resizeTo(window.screen.availWidth, window.screen.availHeight);
	}

