var infoMessage="This web site is run by a small group of artists \nwho live at present in Britain.";

function fun(title,imageFile){
window1.form1.butn.value = title;
window1.form1.bbc.src=imageFile; 
}

function showPic(title,imageFile){
  window1=window.open("viewer.html","window1","menubar='no', toolbar='no',scrollbar='no',resizable='no',status='yes',location='no' ");
  window1.resizeTo(800,800);
  window1.form1.butn.value = title;
  window1.bbc.src=imageFile;
  window1.moveTo(0,0);
  window1.focus();
}


function showPic2(title,imageFile){
  document.view.cption.value=title;
  document.picture.src=imageFile;
  location.href('#showpics');
//  parent.scrollTo(1,7320);
}


function formHandler2(){ 
if (document.form1.select.options[document.form1.select.selectedIndex].value == 'URL')
{ var URL = document.form1.select.options[document.form1.select.selectedIndex].LINK; 
  document.form1.select.selectedIndex=0;
  window.location.href = URL; }
else if (document.form1.select.options[document.form1.select.selectedIndex].value != "#")
{ title = document.form1.select.options[document.form1.select.selectedIndex].value;
  imageFile = document.form1.select.options[document.form1.select.selectedIndex].file;
  showPic2(title,imageFile); 
}
  document.form1.select.selectedIndex=0;
  document.view.select2.selectedIndex=0;
} 

function formHandler1(){ 
if (document.view.select2.options[document.view.select2.selectedIndex].value == 'URL')
{ var URL = document.view.select2.options[document.view.select2.selectedIndex].LINK; 
  window.location.href = URL; }
else if (document.view.select2.options[document.view.select2.selectedIndex].value != "#")
{ document.view.cption.value="    "+document.view.select2.options[document.view.select2.selectedIndex].value;
  document.picture.src=document.view.select2.options[document.view.select2.selectedIndex].file;
}
  document.form1.select.selectedIndex=0;
  document.view.select2.selectedIndex=0;
}



function formHandler4(){ 
if (document.view.select2.options[document.view.select2.selectedIndex].value == 'URL')
{ var URL = document.view.select2.options[document.view.select2.selectedIndex].LINK; 
  window.location.href = URL; }
else if (document.view.select2.options[document.view.select2.selectedIndex].value != "#")
{ title="    "+document.view.select2.options[document.view.select2.selectedIndex].value;
  document.view.cption.value=title;
  imageFile=document.view.select2.options[document.view.select2.selectedIndex].file;
  document.picture.src=imageFile;
  document.view.picName.value=title;
  document.view.picURL.value=imageFile;


}
  document.form1.select.selectedIndex=0;
  document.view.select2.selectedIndex=0;
}

