function outlook(url,newwin,coords) {
window.open(url,newwin,coords);
}

