function ShowShot(name,w,h)
{
  window.open('pics/'+name,'screen','width=' + w + ',height=' + h + ',resizable=1');
  return false;
}

function ShowShotN(name,w,h)
{
  window.open(name,'screen','width=' + w + ',height=' + h + ',resizable=1');
  return false;
}


function ShowShot2(name,w,h)
{
  window.open('../pics/'+name,'screen','width=' + w + ',height=' + h + ',resizable=1');
  return false;
}

function flash_popup()
{
swindow.open('flash/preloader.html','','toolbar=no,location=no,directories=no,status=no,menubar=no,scrollbars=no,resizable=no,width=774,height=480,left=200,top=100');
}