/* - - - - - - - - - - - - - - - - - - - - - - -
 Script de control
 Copyright 2004 by Geoffrey ANNEHEIM for Ti-Gen
 - - - - - - - - - - - - - - - - - - - - - - - */

//Affiche popup
function popup (page, w, h) {window.open (page, '_blank','width='+w+',height='+h+',scrollbars=yes,resizable=yes');}
function gopost (forum_id, cat_id, topic_id, page, post_number) {window.opener.location.href='index.php?action=sujet&forum='+forum_id+'&cat='+cat_id+'&topic='+topic_id+'&page='+page+'&p='+post_number+'#'+post_number;}