/* Verziókövetés:
1.0 - 2009.02.25.
1.1 - 2009.02.28.

*/

function popup_online(show)
{
    open("/online/index.php?show=" + show, "online", "width=420, height=540, directories=0, location=0, menubar=0, toolbar=0, resizable=0, scrollbars=0");
}