function showFullList(curLink)
{
	curLink.style.display = 'none';
	document.getElementById('subLIst2').style.display = 'block';
}

function sendForm(formName)
{
    //var url = 'http://ergonized.com/kolya/consumer/consumernew/subpost.php';
    //var url = 'http://www.consumerbase.com/quote/subpost.php';
    var url = 'http://www.netpostmaster.com/subpost.php';
	window.scrollTo(0,0);
	dl$('formThanks').style.display = 'block';
	dl$('shadow').style.height = dl$('wrapper').offsetHeight+'px';
	dl$('shadow').style.display = 'block';
	//return true;	
    dl.send(
    {
        url:url,
        form:formName,
        method:'POST',
        success : function(response)
        {
            //alert(response);
            /*window.scrollTo(0,0);
			dl$('formThanks').style.display = 'block';
			dl$('shadow').style.height = dl$('wrapper').offsetHeight+'px';
			dl$('shadow').style.display = 'block';*/
        }
    });
}
