﻿
$(function () {
	$('#gallery a').lightBox();
});

function showMagazine() {
	day = new Date();
	id = day.getTime();

	if (location.host != "localhost")
		URL = "http://" + location.host + "/desktopmodules/eoamagazine/viewmagazine.aspx";
	else
		URL = "http://" + location.host + "/eoa/desktopmodules/eoamagazine/viewmagazine.aspx";

	eval("page" + id + " = window.open(URL, '" + id + "', 'toolbar=0,scrollbars=1,location=0,statusbar=0,menubar=0,resizable=1,width=1200,height=900,left = 100, top = 100');");
	//eval("page" + id + " = window.open(URL, '" + id + "', 'fullscreen=1,scrollbars=auto');");

}

function popuplink(url, breite, hoehe) {
	var width = parseInt(breite);
	var height = parseInt(hoehe);
	$.fancybox({
		'width': width,
		'height': height,
		'autoScale': false,
		'transitionIn': 'none',
		'transitionOut': 'none',
		'type': 'iframe',
		'href': url
	});
}
