function setOver(a)
{
	a.backgroundColor='#999999';
}

function setOut(a)
{
	a.backgroundColor='#339966';
}

function AddLink(append, tLinkType, tLinkRef)
{ window.open('adduserlink.asp?'+append+'&ult='+tLinkType+'&ulr='+tLinkRef,'addbus','status=no,scrollbars=no,resizable=yes,width=500,height=250,screenX=10,screenY=10,top=10,left=10'); }

function AddBus(append, tBusRef)
{ window.open('addbusiness.asp?'+append+'&busref='+tBusRef,'addbus','status=no,scrollbars=no,resizable=yes,width=400,height=150,screenX=10,screenY=10,top=10,left=10'); }

function AddUsr(append, tUserRef)
{ window.open('addmember.asp?'+append+'&ref='+tUserRef,'addmem','status=no,scrollbars=no,resizable=yes,width=400,height=150,screenX=10,screenY=10,top=10,left=10'); }

function CheckSize(a, size)
{
	if ( a.value.length > size) {
			alert('Text is too large, it has been adjusted.');
			a.value=a.value.substr(0,size);
			a.focus();
	}
}

function show_gallery(ref)
{
	window.open('show_gallery.asp?ref='+ref,'gallery'+ref,'status=no,scrollbars=no,resizable=yes,width=600,height=700,screenX=10,screenY=10,top=10,left=10');
}