function pop_win(url,name,omadused) {
	window.open(url,name,omadused);
}

