function popup_audio(path_web){
	window.open(path_web,'Player', 'width=300, height=110, toolbar=0,scrollbars=0,location=0,statusbar=0,menubar=0, directories=0');
}
function popup_video(path_web){
	window.open(path_web,'Player_av', 'width=320, height=260, toolbar=0,scrollbars=0,location=0,statusbar=0,menubar=0, directories=0');
}
