﻿<!-- Begin

// NOTE: If you use a ' add a slash before it like this \'



var color		= "ffffff"	// HEADER BACKGROUND COLOR

var showlang	= "yes"		// SHOW THE DATE ON THE PAGE
var langLR		= "right"	// LANGUAGE LEFT OR RIGHT
var langX		= "10"		// LANGUAGE X LOCATION
var langY		= "2"		// LANGUAGE Y LOCATION
var menuX		= "10"		// MENU X LOCATION
var menuY		= "99"		// MENU Y LOCATION
var menuLR		= "right"	// MENU LEFT OR RIGHT

//document.write('<TABLE cellpadding=0 cellspacing=0 border=0 width="100%" bgcolor="#'+color+'"><tr>');
//document.write('<td ALIGN="LEFT">');
//document.write('<a href="index.html"><img src="picts/logo.jpg" border="0"></a><br>');
//document.write('</td></tr></table>');


// START DATE SCRIPT
   if (showlang == "yes") {

document.write('<div id="date-location" style="'+langLR+': '+langX+'px; POSITION: absolute; TOP: '+langY+'px">');
//var d=new Date()
//var weekday=new Array("Sunday","Monday","Tuesday","Wednesday","Thursday","Friday","Saturday")
//var monthname=new Array("January","February","March","April","May","June","July","August","September","October","November","December")
//document.write("<span class=\"date-font\"><nobr>" + weekday[d.getDay()] + " ")
//document.write(monthname[d.getMonth()] + " ")
//document.write(d.getDate() + ". ")
//document.write(d.getFullYear())
//document.write("</nobr><br></span>")
//document.write('</div>');
document.write('<span class=\"date-font\"><nobr> <a href=index_ru.htm>Русский</a>')
document.write(" | ")
document.write('<a href=index_en.htm>English</a>')
document.write("</nobr><br></span>")
document.write('</div>');
}

// Horizontal Menu
document.write('<div id="date-location" style="'+menuLR+': '+menuX+'px; POSITION: absolute; TOP: '+menuY+'px">');
document.write('<a href="index_ru.htm" target="_top">Главная</a> ');
document.write(" | ");
document.write('<a href="about_ru.htm" target="_top">О компании</a> ');
document.write(" | ");
document.write('<a href="contact_ru.htm" target="_top">Контакты</a> ');
document.write(" | ");
document.write('<a href="http://www.24swiss.ch/amember/login.php" target="_top">Вход</a> ');
document.write("</nobr><br></span>")
document.write('</div>');

//  End -->
