 $(document).ready(function() {

$("#openpopup").fancybox({
    'centerOnScroll': false,
    'type': 'iframe',
	'targetLink': 'http://www.google.com',
    'position': 'fixed'
 });

/*we can add more ids like this for more popups*/

} );

