function new_window(link) { window.open(link); } function popup_audio(id) { pop = window.open('/audios/?id='+id+'#'+id, 'audiovideo', 'height=405, width=612, top=100, left=100, toolbar=no, menubar=no, location=no, resizable=no, scrollbars=no, status=no'); pop.focus(); } function popup_video(id) { pop = window.open('/videos/?id='+id+'#'+id, 'audiovideo', 'height=405, width=612, top=100, left=100, toolbar=no, menubar=no, location=no, resizable=no, scrollbars=no, status=no'); pop.focus(); } function popup_gallery(id) { pop = window.open('/gallery/?id='+id, 'gallery', 'height=518, width=780, top=50, left=50, toolbar=no, menubar=no, location=no, resizable=no, scrollbars=no, status=no'); pop.focus(); } function popup_print(id, lang) { pop = window.open('/print/?'+lang+'&id='+id, 'print', 'height=400, width=600, top=100, left=100, toolbar=no, menubar=yes, location=no, resizable=yes, scrollbars=yes, status=no'); pop.focus(); } function popup_email(id, lang) { pop = window.open('/send/?'+lang+'&id='+id, 'send', 'height=390, width=305, top=100, left=100, toolbar=no, menubar=no, location=no, resizable=yes, scrollbars=no, status=no'); } function select_thelatest() { val = document.getElementById('thelatest').value; if (val != '') { tab = val.split('|') type = tab[0]; url = tab[1]; if (type == 'popupaudio') popup_audio(url); else if (type == 'popupvideo') popup_video(url); else document.location = url; } } function popup_print_hrmvictims(id) { pop = window.open('/humanrightsfocus/victims/print/?id='+id, 'print', 'height=400, width=600, top=100, left=100, toolbar=no, menubar=yes, location=no, resizable=yes, scrollbars=yes, status=no'); pop.focus(); } function popup_email_hrmvictims(id) { pop = window.open('/humanrightsfocus/victims/send/?id='+id, 'send', 'height=390, width=305, top=100, left=100, toolbar=no, menubar=no, location=no, resizable=yes, scrollbars=no, status=no'); } function popup_hrmcooperation(lang) { pop = window.open('/humanrightsfocus/cooperation?'+lang, 'hrmcooperation', 'height=350, width=600, top=100, left=100, toolbar=no, menubar=no, location=no, resizable=no, scrollbars=no, status=no'); }