function ShowPic(){

P = document.Galleri.src;
L = P.length;
T = L-41;
P1 = P.substring(0,41);
P2 = "STOR-";
P3 = P.substring(41);

PP = P2+P3;

window.location.href = "showpic.asp?Pic=" + PP;
}
