function replaceImg(link,ad) {
	var imgDest = document.getElementById(ad);
	var imgSrc = link;
	imgDest.setAttribute("src", imgSrc);
}


function artistPop(artistlink) {
	window.open(artistlink, "artistsfull", "status = 1, height = 550, width = 550, resizable = 0, scrollbars=yes" )
}

function zoomPop(zoomlink) {
	window.open(zoomlink, "zoomfull", "status = 1, height = 550, width = 550, resizable = 0, scrollbars=yes" )
}

function form_submit(addrid,formid)
{
	document.address.addrid.value = addrid;
	document.address.formid.value = formid;
    document.address.submit();
//	document.getElementById('address').submit();
}
