function  printpage (){
	var nodeid = document.getElementById('idarticle');
	var html = 'http://'+window.location.hostname+'/Special/Print.aspx?nodeid=' + nodeid.value;
	window.open(html,'Print','width=400,height=400,menubar=yes,resizable=yes,scrollbars = yes')
}

function sendmailfriend(){

	var nodeid = document.getElementById('idarticle');
	var html = 'http://'+window.location.hostname+'/Special/SendFriends.aspx?path=' + 'http://'+window.location.hostname+ window.location.pathname;


	window.open(html,'Envoyeami','width=400,height=400,resizable=yes,scrollbars = yes');
}

function uploadpage(){
	var nodeid = document.getElementById('telechargement');
	var html = 'http://'+window.location.hostname + nodeid.value;
	window.open(html,'Upload','width=400,height=400,menubar=yes,resizable=yes,scrollbars = yes')
}
