
function ChangeFrames(url_contensframe, url_pictureframe)
{
  parent.contensframe.location = url_contensframe;
  parent.pictureframe.location = url_pictureframe;
}

function PrintiFrame()
{
  window.frames['contensframe'].focus();
  window.frames['contensframe'].print();
}
