function poplist(_id)
{	popwindow=window.open("details.cfm?pop=1&id="+_id, "listpop", "toolbar=0,location=0,directories=0,status=1,menubar=0,scrollbars=1,resizable=1,width=650,height=350,top=100,left=100,fullscreen=0");
	popwindow.focus();
}

function updateImage(place) 
{	document.getElementById('mainImg').src = '/imgs/comms/'+ place;
}

function UIP(place) 
{	document.getElementById('mainImg').src = place;
}

function openform(div)
{	document.getElementById(div).style.display = 'block';
}

function closeform(div)
{	document.getElementById(div).style.display = 'none';
}
