function autoPopup(imagem) {
	//var winl = (screen.width - w) / 2;
	//var wint = (screen.height - h) / 2;
	//winprops = 'height='+h+',width='+w+',top='+wint+',left='+winl+',scrollbars='+scroll+',resizable=no,status=no';
	window.open('../inc/inc.popup.asp?imagem=' + imagem, 'autoPopup', 'width=20, height=20, top=50');
}
function catalogoPopup() {
	window.open('../inc/inc.login.asp', 'autoPopup', 'width=350, height=350, top=50');
}