// FUNÇÃO UTILIZADA PELO LINK GALERIAS
function galeria(ID) {
	theURL = "fotos_count.php?ID=" +ID;
	winName = "fotos_popup";
	features = "top=0,left=10,width=700,height=492,status=yes"
	window.open(theURL,winName,features);
}

// FUNÇÃO UTILIZADA PELO LINK CAMARA ON-LINE
function midia() {
	theURL = "camaraonline.php";
	winName = "camaraonline";
	features = "top=0,left=10,width=400,height=540,status=yes"
	window.open(theURL,winName,features);
}