function dl(i){	$('#dllink').html('<img src="/images/img/loadbar.gif">&nbsp;<strong>Preparing download, please wait ...</strong>');		aj('/'+thisdb + '/(GetLink)?OpenAgent&unique=' + i, 'cDl');}function cDl(xmldoc){	l = xmldoc.getElementsByTagName('link')[0];	if(l){		$('#dllink').html('<a href="'+l.firstChild.nodeValue+'" title="Link to download">Click to stream or "Save as" to download</a>');	}else 		location.replace('/oops&r=1');}function dlv2(i){	if($('#download_wait')) $('#download_wait').html("<img src=\"/icons/vwicn113.gif\" />&nbsp;Please wait &hellip;</span>");	aj('/'+thisdb + '/(GetLinkv2)?OpenAgent&unique=' + i, 'cDlv2');}function dlStream(i){	aj('/'+thisdb + '/(GetLinkv2)?OpenAgent&unique=' + i, 'nout');}function nout(){}function cDlv2(xmldoc){	l = xmldoc.getElementsByTagName('link')[0];	if(l){		window.location = l.firstChild.nodeValue;	}else 		window.location = '/oops&r=1';}
