//javascript
function start()
{
		mainwin= window.open("pag01.htm","main","width=778, height=450, scrollbars=no");
		mainwin.focus();
}