//Google Webfont loader
  WebFontConfig = {
    google: { families: [ 'Arvo:regular,bold'] }
  };
  (function() {
    var wf = document.createElement('script');
    wf.src = ('https:' == document.location.protocol ? 'https' : 'http') +
        '://ajax.googleapis.com/ajax/libs/webfont/1/webfont.js';
    wf.type = 'text/javascript';
    wf.async = 'true';
    var s = document.getElementsByTagName('script')[0];
    s.parentNode.insertBefore(wf, s);
  })();


function popup(url) 
{
 var width  = 550;
 var height = 740;
 var left   = (screen.width  - width)/2;
 var top    = (screen.height - height)/2;
 var params = 'width='+width+', height='+height;
 params += ', top='+top+', left='+left;
 params += ', directories=no';
 params += ', location=no';
 params += ', menubar=no';
 params += ', resizable=no';
 params += ', scrollbars=yes';
 params += ', status=no';
 params += ', toolbar=no';
 newwin=window.open(url,'windowname5', params);
 if (window.focus) {newwin.focus()}
 return false;
}



/*
$(document).ready(function() {
	jQuery('a[rel=fancybox]').fancybox({
		'transitionIn'	:	'fade',
		'transitionOut'	:	'fade',
		'speedIn'		:	600, 
		'speedOut'		:	200, 
		'overlayShow'	:	true,
		'autoDimensions':	false,
		'padding'		: 	0,
		'showNavArrows'	: false,
		'type'			: 'iframe',
		'height'		: 1200,
		'width'			: 550,
		'scrolling'		: 'no',
		'autoscale'		: true
		
		
	});
});
*/
