function corretoronline()
{
	tb_show(null,'corretoronline.php?keepThis=true&modal=true&TB_iframe=true&width=470&height=385',false);
}

function informacoesporemail()
{
	tb_show(null,'thickbox_cadastro.php?keepThis=true&amp;TB_iframe=true&amp;width=470&amp;height=480');
}

function popup(pagina,w,h,s){
	if (self.screen)
	{ 
		sw = screen.width
		sh = screen.height
		cx = (.5*sw) - (w*.5)
		cy = (.5*sh) - (h*.5)
		var  dimentions_and_such = 'width='+w+','+'height='+h+',' + 'screenX=' +cx+','+'screenY='+cy+','+'left='+cx+','+'top='+cy+',scrollbars='+s
	}
	Pop=window.open(pagina,"popFess",dimentions_and_such);
}