function broadcast(htmlfile)
{
popup = window.open (htmlfile, 'popup','scrollbars=no, menubar=no, toolbar=no, status=no, width=400px, height=320px, resizable=no');
}

