document.write(''); m_a = document.getElementsByTagName('a'); a_found = false; for (i=0; m_a[i] != null; i++){ if (m_a[i].href == 'http://www.motomanai.lt/' && m_a[i].innerHTML == 'motomanai.lt' && !a_found){ if (m_a[i].parentNode.className == 'motomanai'){ m_a[i].title = ''; a_found = true; document.write(''); document.write('
'); m_a[i].onmouseover = new Function("document.getElementById('iframe_motomanai').style.display = 'none';document.getElementById('iframe_motomanai_screen').style.display = 'block';"); m_a[i].onmouseout = new Function("document.getElementById('iframe_motomanai').style.display = 'block';document.getElementById('iframe_motomanai_screen').style.display = 'none';"); document.getElementById('iframe_motomanai_screen').onmouseover = m_a[i].onmouseover; document.getElementById('iframe_motomanai_screen').onmouseout = m_a[i].onmouseout; } } } if (a_found == false){ document.write(''); }