// JavaScript Document

// COLOR BOX MODAL WINDOWS
$(document).ready(function() {  
	$(".popthepopup").colorbox({opacity:"0.8",iframe:true, innerWidth:915, innerHeight:470});
	$(".popthepopupsmall").colorbox({ opacity: "0.8", iframe: true, innerWidth: 530, innerHeight: 460 });
});



