$(function() {
	$.nyroModalSettings({
		  height: $(window).height(),
		  width: 650,
		  closeButton: '<a href="#" class="nyroModalClose" id="closeBut" title="Zavrie">Zavrie</a>',
		  title: 'Fotoponuka autobazáru'
	});
  
	$('#autovia').click(function(e) {
		e.preventDefault();
		$.nyroModalManual({
			url: 'http://iframe.autovia.sk/iframe/icars/results?customer=37085&hash=775f2b72be53bca3388d908ec8e28e83'
		});
		return false;
	});
});
