function okno(url) {
	window.open(url,'Detail','width=430, height=500');
}

function openUrl(link) {
	
	window.open(link);
	return false;
}
