﻿function SetDemoBackground(url) {
    document.getElementById("iPhoneDemo").style.backgroundImage = "url(" + url + ")";
}