function chatFrame(query) { if (parent.frames.length < 1) { document.location.href='http://www.schwanzvergleich.de/svindex.php?' + query; document.getElementById('chatButton').style.display='none'; } else { parent.location.href='http://www.schwanzvergleich.de/index.php?' + query; document.getElementById('chatButton').style.display='block'; } } function chatOpen(uid, path) { if (parent.frames.length < 1) { opener.chatOpen(uid, path); } else { parent.frames['chat'].openChat(uid, path); } } function getChat() { }