﻿function openPopup(url, w, h) {
   window.open(url,'thevocalrooms','width=' + w + ',height=' + h + ',menubar=yes,status=yes,location=yes,toolbar=yes,scrollbars=yes');
}
