



function OpenPic(pic,width,height,folder) {
openwin = window.open("xlpic.cfm?pic="+pic+"&folder="+folder,"poppic","width="+width+",height="+height+",left=20,top=50,resizable=yes,scrollbars=yes");
}
