function openwin(descript) {
  fotowin=window.open(descript, 'hint', "width=1000,height=700,dependent,scrollbars,resizable,menubar,top=20,left=20");
  fotowin.focus();
}
function showpicture(descript) {
  fotowin=window.open(descript, 'hint', 'width=910,height=690,dependent,scrollbars=no,resizable=no,menubar=no,top=0,left=0');
  fotowin.focus();
}
function showpicture2(descript) {
  fotowin=window.open(descript, 'hint', 'width=910,height=800,dependent,scrollbars=no,resizable,menubar=no,top=0,left=0');
  fotowin.focus();
}
function sp(descript,w,h) {
  fotowin=window.open(descript, 'hint', 'width='+w+',height='+h+',dependent,resizable,scrollbars=yes,menubar=no,top=10,left=10');
  fotowin.focus();
}

function run() {}

function show(name)
{
	if (document.all[name].style.display != 'block')
	document.all[name].style.display='block';
	return;
}

function hide(name)
{
	document.all[name].style.display='none';
	return;
}
