Displaying pages based on sessionid

Yes,
See the red one?

session.setItem("key", value);

That should be the actual value you wish to store.

  1. For example (in case of sperate static images):
if(value === "something"){
    $w("#image1").collapse();
    $w("#image2").expand();
}