
function popup()
{
   window.open('live.html','','width=500,height=400,status=no,toolbar=no, menubar =no,resizable=0, left=0,top=0');
}
