/*
 * FancyBox - simple and fancy jQuery plugin
 * Examples and documentation at: http://fancy.klade.lv/
 * Version: 1.2.1 (13/03/2009)
 * Copyright (c) 2009 Janis Skarnelis
 * Licensed under the MIT License: http://en.wikipedia.org/wiki/MIT_License
 * Requires: jQuery v1.3+
*/
		$(document).ready(function() {
			$("a#fb").fancybox();
		});
		        // iframe content
        $("a.fancypage").fancybox({
                'frameWidth':   550,
                'frameHeight':  592,
                'zoomSpeedIn':  300,
                'zoomSpeedOut': 300,
                'overlayShow':  false,
                'noGallery':    true
        }); 