/*
if (typeof jQuery != 'undefined' && !(document.cookie)) {
	$(document).ready(function() {
		var cookieTime = new Date();
		var cookieExpiration = cookieTime.getTime() + (1 * 24 * 60 * 60 * 1000);
		cookieTime.setTime(cookieExpiration);
		document.cookie = "Name=Exhibit Ad; expires=" + cookieTime.toGMTString();
		$('#box-note-exhibit').before('<a href="#box-note-exhibit" class="nyroModal"></a>')
		$('.nyroModal').nyroModalManual({
			closeButton:'',
			minHeight: 637,
			minWidth: 440
		})
	
		$('#nyroModalFull').click(function(){
			$.nyroModalRemove()
		});

		$('a.nyroModal').remove()
	});
}
*/

function popmeup(Adresse,impressum)
{
  if (Adresse=='./impressum.php') {
	  var iPopupWidth = 400;
	  var iPopupHeight = 450;
	} else {
	  var iPopupWidth = screen.availWidth;
		var iPopupHeight = screen.availHeight;
	}
  Portfolio = window.open(Adresse, "Zweitfenster", "width="+iPopupWidth+",height="+iPopupHeight+",left=0,top=0,dependent=yes");
  Portfolio.focus();
}
