/**
 * @author cnehls
 */
var openlink = function(url){
	
	window.open(url);
	
}

