// Some js for flash

function GroupDelegate(id) {

	var objLink = document.getElementById(id);
	Lightbox.prototype.start(objLink);
	
}

function getClientUrl(id) {
	//	window.location.hash = id;		
}

function refreshHeight(id) {
	document.getElementById('ws').height = id;
}
