
function remoteStart(pageToGoTo,features) 
{
window.open(pageToGoTo,"loc" + Math.floor(Math.random()*1001),features)
}
