var Colors = new Array;
Colors['s1'] = '#F96F26'
Colors['h1'] = '#808080'
Colors['s2'] = '#808080'
Colors['h2'] = '#F96F26'
Colors['s3'] = '#F96F26'
Colors['h3'] = '#000000'
Colors['h3'] = '#808080'

function Show(ind)
  {if (navigator.appName != "Netscape")  window.event.srcElement.parentElement.bgColor = Colors['s'+ind]}
function Hide(ind)
  {if (navigator.appName != "Netscape") window.event.srcElement.parentElement.bgColor = Colors['h'+ind]}
function Vin()
  {F = 'width=710,height=420,status=0,scrollbars=1,toolbar=0,menubar=0,resizeable=0,maximize=0,top=100,left=20';
   window.open('','vtp_city',F)}
function Go(doc)
{
  var F = 'width=700,height=400,status=0,scrollbars=1,toolbar=0,menubar=0,resizeable=0,maximize=0,left=20,top=100';
  window.open('', 'vtp_'+doc, F)
}




