
<!--
function popitup(url) {
	newwindow2=window.open('','name','height=640,width=840,left=100,top=50,resizable=yes');
	var tmp = newwindow2.document;
	tmp.write('<html><head><title>BOC Gallery</title>');
	tmp.write('</head><body>');
	tmp.write('<div align="center">');
  	tmp.write('<center>');
    tmp.write('<table border="0" cellpadding="0" cellspacing="0" style="border-collapse: collapse" bordercolor="#000000" width="100%" height="100%">');
    tmp.write('<tr>');
    tmp.write('<td align="center">');
    tmp.write('<p><img border="0" src='+url+'></p>');
    tmp.write('</td>');
    tmp.write('</tr>');
  	tmp.write('</table>');
	tmp.write('</center>');
	tmp.write('</div>');
	tmp.write('</body></html>');
	tmp.close();
	if(window.focus) {newwindow2.focus()};
	return false;
}



function jumpTo(form1) { 
          var URL = form1.options[form1.selectedIndex].value;
          parent.frames[2].location=URL;
          form1.options.selectedIndex="0";
          } 




function change_frames(filebanner, filemain, filecontents)
   {
   parent.banner.location=filebanner;
   parent.main.location=filemain;
   parent.contents.location=filecontents;	
   }

-->
