function jURLParse(path,nbr) {
	var currentRestId = ("/slideshow.asp?path=" + path + "&nbr=" + nbr);
	return currentRestId;
                }

