function Execute() {
	/*window.addEvent('domready', function() {
		var data = {
			'001.jpg': {caption: ''}, 
			'002.jpg': {caption: ''},
			'003.jpg': {caption: ''},
			'004.jpg': {caption: ''},
			'005.jpg': {caption: ''}
		};
		var myShow = new Slideshow('show', data, { captions: false, controller: true, height: 400, hu: '../photo/img/', width: 400 });
	});*/
}
function Slideshow(action, script, data) {
	eval(FormatName(action, "Xxx") + "()")
	alert(data)
	function First() {
		/*if (IsIE()) {
			alert(dialogArguments.arrIDs) //
		} else {
			alert(window.opener.arrIDs) //
		}*/
	}
	function Last() {
		
	}
	function Next() {
		
	}
	function Previous() {
		
	}
	function Start() {
		url = "../photo/slideshow.asp?param_script=" + script
		w = 610
		h = 680
		win = OpenModalWindow(url, w, h)
	}
}
function ViewPublication() {
	OpenAuxWindow("http://www.gentedigital.es/upload/ficheros/revistas/200806/arganda_71.pdf#page=6", 640, 480, "")
}
