
$(document).ready(function(){
	$(".popupLink").colorbox({width:"700px", height:"460px", iframe:true, scrolling:false, opacity:0.75});

	$(".popup1").colorbox({width:"700px", height:"230px", iframe:true, scrolling:false, opacity:0.75});
	$(".popup2").colorbox({width:"700px", height:"350px", iframe:true, scrolling:false, opacity:0.75});
	$(".popup3").colorbox({width:"700px", height:"420px", iframe:true, scrolling:true, opacity:0.75});

	$(".cbPh").colorbox({rel:'cbPh'});
});


