function changePhoto(obj, id, width, height){
	var url = document.getElementById('bigPhotoUrl').value;
	var tmpId = document.getElementById('bigPhotoTmpId');
	document.getElementById('bigPhoto').style.backgroundImage='url("'+url+'get.php?i.'+id+':w.343:h.335")';
	document.getElementById('bigPhotoId').value = id;
	document.getElementById('bigPhotoWidth').value = width;
	document.getElementById('bigPhotoHeight').value = height;
	obj.style.color='#007437';
	obj.style.textDecoration='none';
	obj.blur();
	if(tmpId.value != ''){
		document.getElementById('link_'+tmpId.value+'').style.color='#C21F00';
		document.getElementById('link_'+tmpId.value+'').style.textDecoration='underline';
	}
	tmpId.value = id;
}
function writeFlash(movieLocation,width,height){
  document.write('<object id="flashmast" classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" codebase="http://fpdownload.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=8,0,0,0" width="'+width+'" height="'+height+'"><param name="allowScriptAccess" value="sameDomain"><param name="movie" value="'+movieLocation+'"><param name="quality" value="high"><embed id="flashembed" src="'+movieLocation+'" quality="high" type="application/x-shockwave-flash" pluginspage="http://www.macromedia.com/go/getflashplayer" width="'+width+'" height="'+height+'"></embed></object>');
}