// JavaScript Document

function popViewerWin(a)
  {
    var search =
     "src="+URLEnc.encode(a.href)+"&"+
     "capt="+URLEnc.encode(a.title);
    PopUpWindow.popOnce("/site/c.cfLEJUOxHkE/b.2432903/k.8E03/Photo_Viewer.htm?"+search, "PhotoWin", "width=700,height=700")
  }