<!--
	// -------------------------------------------------
	// Custom functions 
	// -------------------------------------------------

	function CustomGallery(id,language,startImage)
	{
		return CL_popupDiv('/pages/flashGallery.aspx?gallery='+id+'&language='+language+'&startimage='+startImage,800,800,null,20);
	}
	
	function FL_CloseFlash()
	{
 		return CL_removePopup();
	}	
//-->

