﻿window.onload=function timeOut()
{
    window.setTimeout("window.location.reload(true)",1810000);
}
        
function myPopUp(page)
{
    window.open(
        page ,
        "MyWindow" ,
        "toolbar=no,location=center,directories=no,status=yes,menubar=no,scrollbars=yes,resizable=no,width=600,height=200,top=10,left=10");
} 

function myEmail(address, domain)
{
    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>');
}
