function winpopup(url, width, height, name)
{
  window.open(url, name, "width="+width+",height="+height+",toolbar=0,directories=0,menubar=0,resizable=0,location=0,scrollbars=0,copyhistory=0");
  return false;
}

function winpopup_scroll(url, width, height, name)
{
  window.open(url, name, "width="+width+",height="+height+",toolbar=0,directories=0,menubar=0,resizable=0,location=0,scrollbars=1,copyhistory=0");
  return false;
}

function openflash(url, width, height)
{
  window.open(url, 'sitewin'+width+'x'+height, "width="+width+",height="+height+",left="+(screen.width - width)/2+",top="+(screen.height - height)/2+",toolbar=0,directories=0,menubar=0,resizable=0,location=0,scrollbars=0,copyhistory=0");
}
