    function changeImg(theobj, theimg) {
        theobj.src = 'img/' + theimg+'.gif'; 
    }
    function goList(theStep)
    {
		tform.page.value=parseInt(tform.page.value)+theStep;
		tform.submit();
    }
    function dologin()
    {
		tform.action='area.asp';
		tform.areaset.value='s';
		tform.submit();
    }
    function gotoNews(p)
    {
		tform.action='news.asp';
		tform.page.value=p;
		tform.submit();
    }
