﻿function flash (URL){ 
	var left = (window.screen.width / 2) - (670/2)
	var top = (window.screen.height / 2) - (600/2)
    window.open(URL,"janela1","width=670,height=600,scrollbars=NO, top=" + top +", left=" + left) 
}      

