function spawnWindow(URL) 
{
        window.open(URL, "RealTimeMedia");
}

function relocateWindow(URL)
{
        window.location = URL;
}

