$(function() {
		
	$("#popup1").dialog({
		bgiframe: true,	
		height: 572.5,
		width: 955,
		autoOpen: false,
		closeText: 'close',
		show: 'blind',
		hide: 'highlight',
		modal: true	
	});

	$("#popup2").dialog({
		bgiframe: true,	
		height: 572.5,
		width: 925,
		autoOpen: false,
		closeText: 'close',
		show: 'blind',
		hide: 'highlight',
		modal: true	
	});
	
	$("#popup3").dialog({
		bgiframe: true,	
		height: 550,
		width: 952.5,
		autoOpen: false,
		closeText: 'close',
		show: 'blind',
		hide: 'highlight',
		modal: true	
	});
	
	$("#popup4").dialog({
		bgiframe: true,	
		height: 759,
		width: 509.2,
		autoOpen: false,
		closeText: 'close',
		show: 'blind',
		hide: 'highlight',
		modal: true	
	});
	
	$("#popup5").dialog({
		bgiframe: true,	
		height: 572.4,
		width: 853.65,
		autoOpen: false,
		closeText: 'close',
		show: 'blind',
		hide: 'highlight',
		modal: true	
	});
	
	$("#popup6").dialog({
		bgiframe: true,	
		height: 574.65,
		width: 875.7,
		autoOpen: false,
		closeText: 'close',
		show: 'blind',
		hide: 'highlight',
		modal: true	
	});
	
	$("#popup7").dialog({
		bgiframe: true,	
		height: 571,
		width: 857.25,
		autoOpen: false,
		closeText: 'close',
		show: 'blind',
		hide: 'highlight',
		modal: true	
	});
	
	$("#popup8").dialog({
		bgiframe: true,	
		height: 620,
		width: 958.5,
		autoOpen: false,
		closeText: 'close',
		show: 'blind',
		hide: 'highlight',
		modal: true	
	});
	
	$("#popup9").dialog({
		bgiframe: true,	
		height: 571,
		width: 857.25,
		autoOpen: false,
		closeText: 'close',
		show: 'blind',
		hide: 'highlight',
		modal: true	
	});
	
	$("#popup10").dialog({
		bgiframe: true,	
		height: 571,
		width: 857.25,
		autoOpen: false,
		closeText: 'close',
		show: 'blind',
		hide: 'highlight',
		modal: true	
	});
	
	$("#popup11").dialog({
		bgiframe: true,	
		height: 571,
		width: 857.25,
		autoOpen: false,
		closeText: 'close',
		show: 'blind',
		hide: 'highlight',
		modal: true	
	});
	
	$("#popup12").dialog({
		bgiframe: true,	
		height: 571,
		width: 857.25,
		autoOpen: false,
		closeText: 'close',
		show: 'blind',
		hide: 'highlight',
		modal: true	
	});
	
	$(".image_open_popup").click(function () {
		var img = $(this).next()[0].value;
		var destino = $('#popup' + img).children("img").attr("src");
		if(destino.indexOf(".jpg") < 0 ){
			$('#popup' + img).children("img").attr("src", destino + ".jpg");
		}
                
                $('#popup' + img).children("img").attr("style", "width: 100%; height: 100%;");
		$('#popup' + img).parent().attr("style", "filter: alpha(opacity = 100); margin: auto; position: absolute;");
		if($('#popup' + img).dialog('isOpen')){
			$('#popup' + img).dialog('close');
			$('#popup' + img).dialog('destroy');
		}
		$('#popup' + img).dialog('open');                
	});
});
