$(function() {
	$('a[rel=lightbox]').lightBox();
});
function mostra_foto(foto)
        {
         document.getElementById("div_foto").innerHTML="<a href='admin/fotos/"+foto+"' rel='lightbox' class='MagicZoom'><img src='admin/fotos/img.php?img="+foto+"&x=150&y=200' border='0'></a>";
         return true;
        }
		
function efetuarCompra(){
	if (!$("#fieldTamanho").val()){
		alert("Choose size!")
		return false;
	}
	if (!$("#fieldCor").val()){
		alert("Choose color!")
		return false;
	}
	if (!$("#id_item").val()){
		history.go(0);
		return false;
	}
}
