var newwindow;

function openPopUp(runnerId) {
 newwindow=window.open('http://www.eoc2006.ee/rdb/'+runnerId+'.htm', 'Details', 'menubar=no, toolbar=no, location=no, directories=no, status=no, scrollbars=auto, resizable=yes, dependent=no, width=550, height=600, left=50, top=55');
 if (window.focus) 
    {newwindow.focus();}
}

function OpenPopUp(runnerId) {
 newwindow=window.open('http://www.eoc2006.ee/rdb/'+runnerId+'.htm', 'Details', 'menubar=no, toolbar=no, location=no, directories=no, status=no, scrollbars=auto, resizable=yes, dependent=no, width=550, height=600, left=50, top=55');
 if (window.focus) 
    {newwindow.focus();}
}

function hideLogo()
{
  resby.style.display = "none";
}

function showLogo()
{
  resby.style.display = "";
  t=setTimeout("hideLogo()",5000);
}

function startPage()
{
t=setTimeout("showLogo()",3000);
}


function openAlbum(url) {
newwindow = window.open( url, 'Photos', 'menubar=no, toolbar=no, location=no, directories=no, status=no, scrollbars=no, resizable=no, dependent=no, width=450, height=450, left=15, top=15');
if (window.focus) {newwindow.focus()}
}

function openOnline(url) {
newwindow = window.open('online/'+url, 'Online', 'menubar=no, toolbar=no, location=no, directories=no, status=no, scrollbars=no, resizable=no, dependent=no, width=600, height=550, left=10, top=25');
if (window.focus) {newwindow.focus()}
}

function openPhoto(url) {
newwindow = window.open( 'http://www.eoc2006.ee/photo/'+url, 'Photos', 'menubar=no, toolbar=no, location=no, directories=no, status=no, scrollbars=no, resizable=no, dependent=no, width=420, height=420, left=15, top=15');
if (window.focus) {newwindow.focus()}
}
