function cimg( name , url ){
	if( document.images ){
		document.images[name].src = url;
	}
}


function MM_openBrWindow(theURL,winName,features) { //v2.0
  window.open(theURL,winName,features);
}

YAHOO.photoViewer.config = { viewers: { "lightbox5" : { properties: { id: "v3", grow: 0.2, fade: 0.2, modal: true, dragable: false, fixedcenter: true, loadFrom: "html", position: "absolute", easing: YAHOO.util.Easing.easeBothStrong, slideShow: { loop:false, duration:5000, autoStart:true, playMode:"shuffle", controlsText: { play: "play", pause: "pause", stop: "stop", display: "({0} of {1})" } } } } } }; 
