function email_to_friend(url,
                         productNumber,
                         image,
                         description) {
    var newWin = window.open('/sendEmail.cn?urlOfInterest=' + url + '&description=' + description + '&image=' + image + '&productNumber=' + productNumber,'emailWindow', 'height=600,width=675,resizable,scrollbars,menubar');
}