/**
 * @author Markus
 */

function dropLink(e)
{
	if(e.value != '0')
	{
		window.open(e.value,'blank');
	}
}