function abreLookBook(){
	window.location.href='./lookbook';
}

function abreSlideShow(){
	$.nyroModalManual({
		url:'./modal_slideshow',
		closeButton: '<a href="#" class="nyroModalClose" id="closeBut" title="Fechar">Fechar</a>',
		forceType:'iframe',
		width:910,
		height:735,
		padding: 0,
		minWidth: 910,
		minHeight: 735,
		resizable: true,
		autoSizable: true
	});
}

$(document).ready(function(){
/*	$.nyroModalManual({
		url: './img/aviso-prevenda.jpg',
		closeButton: '<a href="#" class="nyroModalClose" id="closeBut" title="Fechar">Fechar</a>',
		resizable: true,
		autoSizable: true
	});
*/
	// PARA FINS DE TESTES
	// abreSlideShow();
	$("#milhagem-suspensa a").click(function(){
		$(this).parent().fadeOut('slow');
	})
});
