function popwin(fil,navn,bred,hoj,scroll,resize) // Intern1
{
	window.open(fil,navn,eval("'width=" + bred + ",height=" + hoj + ",scrollbars=" + scroll + ",resizable=" + resize + ",status=no,titlebar=no'"));
}

/////FANCY BOX///////

$(document).ready(function() 
	{ 
		$("a.iframe").fancybox({
			'hideOnContentClick': false,
			'frameWidth': 800, 
			'frameHeight': 600,
			'overlayShow': true,
			'padding': 10,
			'easingIn': 500,
			'easingOut': 500
		}); 
	
	});