var titre = "Vimoov - La vidéo en mouvement";
var accroche = "Vous voulez un site Internet attractif et innovant ? L’optimisation de votre trafic et de votre ROI font partie de vos objectifs ? Vimoov, la branche spécialisée de la vidéo on line a été créée par l'une des plus importantes Web Agences sur le marché français - Linkeo.com"
var id = "NGXXkLAgqyM"

function OpenBox()
{		
		var box = document.getElementById('share');				
		box.style.display = 'block';
}
function CloseBox()
{
		var box = document.getElementById('share');
		box.style.display = 'none';
}
function CloseShadowBox()
{
	setTimeout("Shadowbox.close()",3000);
}
function LienMySpace()
{
		//var id = "NGXXkLAgqyM";
		//var titre = "La Maison en Bois Massif - Acabois";
		var video = "http://www.youtube.com/v/"+id+"&hl=en&rel=0";
		var lien = "http://www.youtube.com/watch?v="+id;
		
		var embed = "<object width='425' height='355'><param name='movie' value='"
									+video
									+"'></param><embed src='"
									+video
									+"' type='application/x-shockwave-flash' width='425' height='355'></embed></object>";
									
		embed = encodeURIComponent(embed);
		
		var adresse = "http://www.myspace.com/Modules/PostTo/Pages/?t="
									+titre
									+"&c="
									+embed
									+"&u="
									+lien;	
		
		window.open(adresse);

}
function LienFacebook()
{
		//var id = "qIrN486rb1k";
		//var titre = "La Maison en Bois Massif - Acabois";
		var video = "http://www.youtube.com/watch?v="+id;
		
		var embed = video;
									
		embed = encodeURIComponent(embed);
		
		var adresse = "http://www.facebook.com/sharer.php?u="
									+embed
									+"&t="
									+titre;	
		
		window.open(adresse);
}
function LienDigg()
{
		//var id = "qIrN486rb1k";
		//var titre = "La Maison en Bois Massif - Acabois";
		var video = "http://www.youtube.com/watch?v="+id;
		//var accroche = "Acabois présente son concept de maison en bois massif. La 'maison en bois' Acabois permet une économie d'énergie de 75% par rapport à une maison classique.";

		var adresse = "http://digg.com/submit?Phase=2&url="
									+video
									+"&title="
									+titre
									+"&bodytext="
									+accroche
									+"&topic=videos_educational";
									
		window.open(adresse);
}
function LienTwitter()
{				
		//var id = "qIrN486rb1k";
		//var titre = "La Maison en Bois Massif - Acabois";
		var video = "http://www.youtube.com/watch?v="+id;
		
		titre = encodeURIComponent(titre);
		video = encodeURIComponent(video);
		
		var adresse = "http://twitter.com/home?status="
									+titre
									+"%20"
									+video;
									
		window.open(adresse);
}
function LienMail()
{
		//var id = "qIrN486rb1k";
		
		Shadowbox.open({
				content:    "/share-mail.htm",
				player:     "iframe",
				title:      "",
				height:     550,
				width:      600
		});

}