﻿window.onload=function timeOut()
{
    window.setTimeout("window.location.reload(true)",1810000);
}
        
function myPopUp(page, id)
{
    window.open(
        page , 
        "MyWindow" + id ,
        "toolbar=no,location=center,directories=no,status=no,menubar=no,scrollbars=no,resizable=no,width=442,height=296,top=10,left=10");
} 

function myEmail(address, domain, topic)
{
    if (topic != '')
        document.write('<a href=\"mailto:' + address + '@' + domain + '?subject=' + topic + '\">');
    else
        document.write('<a href=\"mailto:' + address + '@' + domain + '\">');
        
    document.write(address + '@' + domain + '</a>');
}

function emailMySoft()
{
    document.write('<a href=\"mailto:mzsolt@mysoft.hu\">');
    document.write('MySoft Bt.</a>');
}