
function showView( fldr, pos )
{	
    document.images["bigImage"].src = "projects/"+ fldr +"/"+ pos +".jpg";
}

