/*
 * UI.js
 */


function openPic(inValue1)
{
   window.open('gallery/bigpics/'+inValue1, 'mywindow', 'height=365,width=447', false);
}



