function openChat()
{
	var x = screen.availWidth;
	var y = screen.availHeight;

	if(document.images)
	formWindow = window.open ("http://aft.mainchat.de/","Chat","width="+x+",height="+y+",scrollbars=yes,left=0,screenX=0,top=0,screenY=0");
}

function openPic(vType,vPic,vWidth,vHeight)
{
	window.open('window.php?type='+vType+'&pic='+vPic+'&width='+vWidth+'&height='+vHeight,'Grossansicht','width='+(vWidth+20)+',height='+(vHeight+4)+',scrollbars=yes');
}

function MM_jumpMenu(targ,selObj,restore){ //v3.0
  eval(targ+".location='"+selObj.options[selObj.selectedIndex].value+"'");
  if (restore) selObj.selectedIndex=0;
}
