if (document.images) {
   
	arrowoff = new Image();
	arrowoff.src = "/shows/events/fashion_awards/2001/img/spc.gif";
	
	arrowon = new Image();
	arrowon.src = "/shows/events/fashion_awards/2001/img/rollover_arrow.gif";
	
	
	cat_arrowoff = new Image();
	cat_arrowoff.src = "/shows/events/fashion_awards/2001/img/spc.gif";
	
	cat_arrowon = new Image();
	cat_arrowon.src = "/shows/events/fashion_awards/2001/img/catarrows_roll.gif";
	

}



function viewCeleb(id) {

  open(

    'flipbook.celeb.jhtml?photoID=' + id,

    'photo_celeb',

    'width=502,height=621,scrollbars=0'

  ).focus();
  
  
  }
