function popup() {
	$(".popupwindow").popupwindow({
		profissionais: {
			center:1,
			height:600,
			width:600,
			resizable:0,
			scrollbars:1
    },
    tratamentos: {
			center:1,
			height:600,
			width:600,
			resizable:0,
			scrollbars:1
    },
		contato: {
			center:1,
			height:450,
			width:400,
			resizable:0
		},
		album: {
			center:1,
			height:521,
			width:670,
			resizable:0
		}
	});
}
