function insert_codec(pid, codec) {
	$.post('http://www.virtualtravel.sk/ajax/ins_pano_view.php', { pid: parseInt(pid) });
}

