/*
 *	javascript functions 
 * 
*/
jQuery(document).ready(function() {
	jQuery('.tx-mmforum-pi1-newpost-middle table tr:eq(0)').hide();
	
	//hide text after group suggested
	if (window.location.search == "?create=1"){
		jQuery('#page_522 #c1192').hide();
	}

});

function checkBoxes(a) {
    for (i=0; i<document.form.elements.length; i++) {
        if (document.form.elements[i].name=='list[]')
        	document.form.elements[i].checked = a;
    }
}


