// JavaScript Document
toggle=function (target){
	obj=document.getElementById(target)
	$(obj).animate({"height": "toggle"}, { duration: 150 });
}
