		$(document).ready(function() {
    		$("a.fancypop").fancybox({
        		'frameWidth':800,
        		'frameHeight':600,
        		'hideOnContentClick': false
    		});
    		$("a.samplepop").fancybox({
       			'frameWidth':640,
        		'frameHeight':400,
        		'hideOnContentClick': false
    		});
    		$("a.sitemappop").fancybox({
        		'frameWidth':440,
        		'frameHeight':600,
        		'hideOnContentClick': false
    		});
		});
