// writelogouk.js
// Andrei Boris 20-03-04

function writelogouk(racine,uk,fr,en){
// Display logo

//  racine += '../im/';
  racine = 'http://www.quebec-ukraine.com/ucc/';

  document.write('<table border=0 width="100%" height=74 cellspacing=0 cellpadding=0>');
  document.writeln('  <tr>');
  document.write('<td width=180 rowspan=2><a href="http://ucc.quebec-ukraine.com">');
  document.write('<img src="' + racine + 'logo.gif" width=180 height=74 ');
  document.write('alt="Êîí´ðåñ Óêðà¿íö³â Êàíàäè, â³ää³ë ó Ìîíðåàë³"');
  document.write(' border=0></a></td>');

  document.write('<td valign="top" height=59 width=580><a href="http://ucc.quebec-ukraine.com">');
  document.write('<img src="' + racine + 'banner.gif" width=454 height=59 ');
  document.write('alt="Êîí´ðåñ Óêðà¿íö³â Êàíàäè, â³ää³ë ó Ìîíðåàë³"');
  document.write(' border=0></a></td>');

  document.write('<td rowspan=2>&nbsp;</td>');

  document.write('  </tr>');
  document.write('  <tr>');

  document.write('<td align="right" width=580 valign="bottom" height=25>&nbsp;');

  if (en != '') {
    document.write('<a href="' + en + '">');
    document.write('<img src="' + racine + 'eng_off.gif" width=70 height=17 ');
    document.write('alt="English" border=0></a>');
    document.write('<img src="' + racine + 'ukr_on.gif" width=97 height=17 ');
    document.write('alt="Óêðà¿íñüêà" border=0>');
  }

  document.write('</td>');
  document.write('  </tr>');
  document.writeln('</table>');
}

function SwitchMenuuk(obj) {
  if(document.getElementById) {
    var el = document.getElementById(obj);
    var ar = document.getElementById("cont").getElementsByTagName("SPAN");
    if(el.style.display == "none") {
      for (var i=0; i<ar.length; i++)
        ar[i].style.display = "none";
      el.style.display = "block";
    }
    else
      el.style.display = "none";
  }
}

function sorryToUrluk(myurl) {
  alert('Sorry! Page \'' + myurl + '\' coming soon!');
}
