<!--
function mail_product(processURL)
{
	email_adr = window.prompt("Na jakou emailovou adresu si přejete inzerát zaslat?", '');
	if ((email_adr != null) && (email_adr != "")) {
        document.location = processURL + '&filter[emailSend]=' + email_adr;
	}
	return true;
}
//-->
