// JavaScript Document
var close_timeout;

function bbo_email_form_string()
{
	return "<a href='javascript:hide_to_dealers();' style='position:absolute;left:40px;top:28px;width:26px;height:83px;display:block;'></a><a href='javascript:uniworld_close_windows();' style='position:absolute;right:85px;top:10px;width:30px;height:30px;display:block;'></a><div style='position:absolute;top:48px;width:416px;height:207px;left:88px; '><div style='margin-left:0px;position:absolute;left:0px;top:0px;width:416px;height:207px;'><iframe name='content_frame' marginwidth=0 marginheight=0 width=416 height=207 src='http://www.bbopokertables.com/email_collector_page.asp?id="+bbo_email_collector_id+"&thanks="+escape(bbo_email_collector_image_4)+"&form="+escape(bbo_email_collector_image_3)+"' frameborder=0></iframe></div><div style='text-align:right;margin-top:15px;position:absolute;left:400px;'><a href='javascript:bbo_pop_checkemail();' style='color:#bdbdbd;float:left;width:78px;height:34px;' ></a></div></div>";	
}

function uniworld_pop_windows(text)
{

	var temp_string="";
	var hide_images_string="http://www.bbopokertables.com/template/plugin/email_collector/holiday-popup-1.png";
	
	if(bbo_email_collector_image_1!="")
	{
		hide_images_string=bbo_email_collector_image_1;
	}

	temp_string+='<div class="bbo_email_collector" style="width:556px;position:absolute">';
		temp_string+='<div class="bbo_email_collector_content">';
		temp_string+="<div style='background:url("+hide_images_string+");width:606px;height:292px;position:relative;' id='sale_back_ground'>"+bbo_email_form_string()+"</div>";
		temp_string+='</div>';
	temp_string+='</div>';		
	
	uniworld__black_background_images(temp_string);


}

function uniworld__keep_bottom()
{
	$(".bbo_email_collector").css("top",(document.documentElement.scrollTop+document.documentElement.clientHeight-292)+"px");
	setTimeout(uniworld__keep_bottom,300);
}


function uniworld__black_background_images(html)
{	
	$("body").append(html);
	$(".bbo_email_collector").css("top",(document.documentElement.scrollTop+document.documentElement.clientHeight-292)+"px");
	$(".bbo_email_collector").css("right","-606px");
	if (Number($.cookie("close_times"))<3)
	$(".bbo_email_collector").animate({right:'0px'}, "slow");
	uniworld__keep_bottom();
}




function uniworld_close_windows()
{
	$(".bbo_email_collector").fadeOut();
}



function show_to_dealers(){
	
		var hide_images_string="http://www.bbopokertables.com/template/plugin/email_collector/holiday-popup-1.png";
		
		if(bbo_email_collector_image_1!="")
		{
		hide_images_string=bbo_email_collector_image_1;
		}
		$("#sale_back_ground").css("background","url("+hide_images_string+")");
								  
								  
		$("#sale_back_ground").html(bbo_email_form_string());
		$(".bbo_email_collector").animate({right:'0px'}, "slow");
}

function hide_to_dealers()
{
	$(".bbo_email_collector").animate({right:'-488px'}, "slow",function(){
		var hide_images_string="http://www.bbopokertables.com/template/plugin/email_collector/holiday-popup-2.png";
		
		if(bbo_email_collector_image_2!="")
		{
		hide_images_string=bbo_email_collector_image_2;
		}
		$("#sale_back_ground").css("background","url("+hide_images_string+")");
		$("#sale_back_ground").html("<a href='javascript:show_to_dealers();' style='position:absolute;left:40px;top:28px;width:26px;height:83px;display:block;'></a>");	
		cookie_close();
	});
	
}

	
	
function cookie_close(){
	//alert(Number($.cookie("close_times")));
	if(Number($.cookie("close_times"))==0)
	{
		$.cookie("close_times",0);
	}
	
	$.cookie("close_times",parseInt($.cookie("close_times"))+1,{expires:30});
	
	}
	
	function start_email_collector()
	{
		uniworld_pop_windows("");
		show_to_dealers()
		}

$(function(){
	
	$("body").css("overflow","hidden");
	$("body").css("margin","0px");
	$("body").css("padding","0px");
	

//	uniworld_pop_windows("");
//	hide_to_dealers();
//	$(".bbo_email_collector").ze_lin_alpha(bbo_email_collector_transparent);
//	
//	close_timeout=setTimeout(hide_to_dealers,120000);
//alert(Number($.cookie("close_times")));
	if (Number($.cookie("close_times"))<2)
	{
	//alert("testaa");
	setTimeout(start_email_collector,10000);
	//$(".bbo_email_collector").animate({right:'0px'}, "slow");
	}
	else
	{
		//alert("test");
	uniworld_pop_windows("");
	hide_to_dealers();
	
	}
	$(".bbo_email_collector").ze_lin_alpha(bbo_email_collector_transparent);
	close_timeout=setTimeout(hide_to_dealers,120000);
	$(".bbo_email_collector").click(function(){clearTimeout(hide_to_dealer);});

});
