/**
    (C) by ug-abi.de development team.
    All rights reserved.

    xtras.js
    Various Java Scripts used mainly in xtras.inc.php functions
    
    created by wav 04.12.2003
		
	last updates:
    		    by walter 24.10.04: Scrollbars für Smily-Fenster
	webmaster@ug-abi.de
*/


//popupadd by David H. copied by wav 2003
function popupadd(){
    addwindow2 = open('/modules/smilies.php','smilies','width=430,height=480,scrollbars=yes,status=no,locationbar=no,menubar=no,dependent=yes');
}

function charsleft() {
    document.postdata.chars.value=document.postdata.post.maxLength-document.postdata.post.value.length;
return true;
}
