function redirect(url) 
{
	if (url) {
               window.open(url, "coherent_international");
        }
}