

function tagimg()
{
  for( i = 0; i < document.images.length; i++ )
  document.images[i].oncontextmenu = new Function ("return false" );
}


