function chktop() {
 if (parent == self) {	// top frame, create the header
  self.name='body';
  var msg = '<table bgcolor="#FFFFFF" background="/images/green__2_.gif" border=0 cellspacing=0 cellpadding=0 width="103%" height=70 nof="LY">'
  msg += '<tr valign="TOP" align="LEFT"><td align="LEFT" valign="TOP"><img src="/images/topicon__2_.gif" border=0 width=20 height=14 align="top">'
  msg += '<img src="/images/logotype__2_.gif" border=0 width=204 height=66 align="top"></td>'
  msg += '<td align="RIGHT" valign="CENTER"><img src="/images/bannerview__2_.gif" border=0 width=160 height=56></td></tr></table>'
  msg += '<table border=0 cellpadding=0 cellspacing=0 height=16 bgcolor="#FFFFFF">'
  msg += '<tr><td width=85 align="center"><a href="/index.html" OnMouseOver="window.status=\'123soho home page\'; return true">'
  msg += '<img src="/images/home_y.gif" alt="home" border=0 width=85 height=16></a></td>'
  msg += '<td width=85 align="center"><a href="/artist/index.html" OnMouseOver="window.status=\'Feature artists\'; return true">'
  msg += '<img src="/images/artists_y.gif" alt="artists" border=0 width=85 height=16></a></td>'
  msg += '<td width=85 align="center"><a href="/asian/index.html" OnMouseOver="window.status=\'Asian artists\'; return true">'
  msg += '<img src="/images/asian_art_y.gif" alt="asian artists" border=0 width=85 height=16></a></td>'
  msg += '<td width=85 align="center"><a href="/upload/index.html" OnMouseOver="window.status=\'Free posting for all\'; return true">'
  msg += '<img src="/images/free_posting_y.gif" alt="free posting" border=0 width=85 height=16></a></td>'
  msg += '<td width=85 align="center"><a href="/ecard/index.html" OnMouseOver="window.status=\'E-card for you\'; return true">'
  msg += '<img src="/images/ecards_y.gif" alt="e-card" border=0 width=85 height=16></a></td>'
  msg += '<td width=85 align="center"><a href="/art_helpline/index.html" OnMouseOver="window.status=\'Lets talk about art\'; return true">'
  msg += '<img src="/images/art_talk_y.gif" alt="art talk" width=85 height=16 border=0></a></td></tr></table>'
  document.writeln(msg)
 }
}

