﻿function openLightboxVideo(str_url){
	
	
	$(document).ready(function(){
		$.fn.colorbox({href:str_url, open:true, iframe:true, innerWidth:490, innerHeight:470, opacity: 0.5, scrolling:false}); 
	});
	
	
	
}
function openLightboxHeresHowToWin(str_url){
	
	$(document).ready(function(){
		$.fn.colorbox({href:str_url, open:true, iframe:true, innerWidth:650, innerHeight:420, opacity: 0.5}); 
	});
}
