function sendDownload(url){
	alert(url + '&w='+screen.width+'&h='+screen.height);
	window.location = url + '&w='+screen.width+'&h='+screen.height;
}
