var ie=(document.all)?true:false;

var g_video_id = '';
var g_thumb = '';
function cargarVideo(video_id, thumb){
	g_video_id = video_id;
	g_thumb = thumb;
	/*
		case -1:
			if (ie) {
				$('video').innerHTML = '<embed src="participa/coca_tube.swf" id="movieyt" WMODE="transparent" type="application/x-shockwave-flash" '+ 
					'allowscriptaccess="always" allowfullscreen="true" width="500" height="300"></embed>';
			}
			else {
				$('video').innerHTML = '<object width="500" height="300" id="videoYT">'+
			        '    <param name="allowFullScreen" value="true"></param>'+
			        '    <param name="allowscriptaccess" value="always"></param>'+
					'	<PARAM NAME="WMODE" VALUE="transparent">'+
					'<embed src="participa/coca_tube.swf" id="movieyt" WMODE="transparent" type="application/x-shockwave-flash" '+ 
					'allowscriptaccess="always" allowfullscreen="true" width="500" height="300"></embed>'+
			        '</object>';
			}
			break;
*/

	if (ie) {
		$('video').innerHTML = '<embed src="participa/YoutubePlayer.swf?vid_id=' +
		video_id +
		'" WMODE="transparent" type="application/x-shockwave-flash"' +
		'	allowscriptaccess="always" allowfullscreen="true" width="515" height="330"></embed>';
	}
	else {
		$('video').innerHTML = '<object width="515" height="330">' +
		'    <param name="allowFullScreen" value="true"></param>' +
		'    <param name="allowscriptaccess" value="always"></param>' +
		'	<PARAM NAME="WMODE" VALUE="transparent"></param>' +
		'<embed src="participa/YoutubePlayer.swf?vid_id=' +
		video_id +
		'" WMODE="transparent" type="application/x-shockwave-flash"' +
		'	allowscriptaccess="always" allowfullscreen="true" width="515" height="330"></embed>'+
		'</object>';
		
	}
	
	if(video_id == 'yyZ9T8fXTuY'){
		$('botonesRedesSociales').style.display = 'none';
	}else{
		$('botonesRedesSociales').style.display = 'block';
	}
}
/*
function fbs_click_home(video) {
	u = "http://www.subituesposible.com/";
	if(video != ''){
		u += "index.php?vid="+video;
	}
	
	t=document.title;
	window.open('http://www.facebook.com/sharer.php?u='+encodeURIComponent(u)+'&t='+encodeURIComponent(t),'sharer','toolbar=0,status=0,width=626,height=436');
	return false;
}
*/
function fbs_click_home(idvideo, image_url) {
	if (idvideo == '' && g_video_id == '') {
		idvideo = 'wdm2XOW3PX0';
	}else if(g_video_id != ''){
		idvideo = g_video_id;
		image_url = g_thumb;
	}
	
	swf = "cocafacetube_votar.swf";
	
	var attachment = {	'media': [{'type': 'flash', 'swfsrc': 'http://www.subituesposible.com/ranking/facebook/'+swf+'?idvideo='+idvideo, 'imgsrc': 'http://www.subituesposible.com/ranking/facebook/imagen.php?path_img='+image_url, 'width': '130', 'height': '98', 'expanded_width': '400', 'expanded_height': '300'}]
				,'description':'Coca-Cola Zero te invita a participar del concurso Subí tu es posible. Subí tu video, participá del concurso y ganate increibles premios. www.subituesposible.com'};
				
	var actionLinks = [{ "text": "Participá", "href": "http://www.subituesposible.com/participa/"}];
	FB.Connect.streamPublish('', attachment, actionLinks, null, 'Contale a tus amigos el concurso y consegu&iacute; m&aacute;s votos', null, true);
}

function twitter_click_home(video){
	if (video != '') {
		window.open('share_twitter.php?vid=' + video, 'sharer', 'toolbar=0,status=0,width=626,height=436');
	}
	else {
		window.open('http://twitter.com/home?status=Les dejo el link del video del concurso de Coca-Cola Zero, http://tinyurl.com/yz2a6nx, veanlo y participen. subituesposible.com', 'sharer', 'toolbar=0,status=0,width=626,height=436');
	}
}

function fbs_click_premios() {
	/*
	u = "http://www.subituesposible.com/premios/";
	t=document.title;
	window.open('http://www.facebook.com/sharer.php?u='+encodeURIComponent(u)+'&t='+encodeURIComponent(t),'sharer','toolbar=0,status=0,width=626,height=436');
	return false;
	*/
	
	var attachment = {	'media': [{'type': 'flash', 'swfsrc': 'http://www.subituesposible.com/ranking/facebook/cocafacetube_votar.swf?idvideo=B5xaa9TVYng', 'imgsrc': 'http://www.subituesposible.com/ranking/facebook/imagen.php?path_img=http://i3.ytimg.com/vi/B5xaa9TVYng/default.jpg', 'width': '130', 'height': '98', 'expanded_width': '400', 'expanded_height': '300'}]
				,'description':'Coca-Cola Zero te invita a participar del concurso Subí tu es posible. Subí tu video, participá del concurso y ganate increibles premios. www.subituesposible.com'};
				
	var actionLinks = [{ "text": "Participá", "href": "http://www.subituesposible.com/participa/"}];
	FB.Connect.streamPublish('', attachment, actionLinks, null, 'Contale a tus amigos el concurso y consegu&iacute; m&aacute;s votos', null, true);
}

function twitter_click_premios(video){
	if (video != '') {
		window.open('share_twitter.php?vid=' + video, 'sharer', 'toolbar=0,status=0,width=626,height=436');
	}
	else {
		window.open('http://twitter.com/home?status=http://tinyurl.com/yzqcuv6', 'sharer', 'toolbar=0,status=0,width=626,height=436');
	}
	
}

function ponerBorde(imagen){
	imagen.style.border = "1px solid #959192";
}

function sacarBorde(imagen){
	imagen.style.border = "1px solid #2a2525";
}
