

function showPhoto(vPhoto,vText) {
windowFeatures = "toolbar=no,location=no,directories=no,status=no,menubar=no,scrollbars=yes,resizable=yes,width=550,height=480";
vUrl = "showfoto.htm?"+vPhoto+"&"+vText;
window.open (vUrl,"", windowFeatures);
return;
}



