<!--
function chat()
        {
        UP = window.open('http://www.hi-fanclub.com/chat/','Print','scrollbars=0,top=100,left=100,width=715,height=515');
        UP.focus();
        }
// -->
<!--
function shoutbox()
        {
        UP = window.open('content/user/popup/shoutbox.php','Print','scrollbars=1,top=100,left=100,width=350,height=550');
        UP.focus();
        }
// -->
<!--
function veran_teiln(ID)
        {
        UP = window.open('content/user/popup/veran_teiln.php?id='+ID,'Print','scrollbars=0,top=100,left=200,width=450,height=250');
        UP.focus();
        }
// -->
<!--
function smilie(smilie)
{
document.form.text.value = document.form.text.value + smilie;
}
// -->
<!-- Begin
function clearfield(){
if (document.findform.suchwert.value == "Suche...")
	document.findform.suchwert.value = "";
}
//  End -->
<!--
function user_profil_avatar()
        {
        UP = window.open('content/user/popup/profil_avatar.php','Print','scrollbars=0,top=100,left=200,width=450,height=260');
        UP.focus();
        }
// -->