<!--

var now = new Date(  );
var day = now.getDay(  );
var today = now.getDate(  );
var month = now.getMonth(  );
var year = now.getYear(   );
var dayname;
var monthname;

if (day == 0) { 
    dayname = "Sunday";
}
if (day == 1) {
    dayname = "Monday";
}
if (day == 2) {
    dayname = "Tuesday";
}
if (day == 3) {
    dayname = "Wednesday";
}
if (day == 4) {
    dayname = "Thursday";
}
if (day == 5) {
    dayname = "Friday";
}
if (day == 6) {
    dayname = "Saturday";
}
if (month == 0) {
    monthname = "January";
}
if (month == 1) {
    monthname = "February";
}
if (month == 2) {
    monthname = "March";
}
if (month == 3) {
    monthname = "April";
}
if (month == 4) {
    monthname = "May";
}
if (month == 5) {
    monthname = "June";
}
if (month == 6) {
    monthname = "July";
}
if (month == 7) {
    monthname = "August";
}
if (month == 8) {
    monthname = "September";
}
if (month == 9) {
    monthname = "October";
}
if (month == 10) {
    monthname = "November";
}
if (month == 11) {
    monthname = "December";
}
var WelcomeMessage = "Dear Ladies and Gentlemen. We are very happy that you have visited our website. Today is " + dayname + " " + monthname + " " + today + ", " + year ;
window.status = WelcomeMessage

function OpenWindow1() {
window.open("/catalogue/eng/page/gost-vpz-1.htm","List","toolbar=1,scrollbars=1,resizable=1,width=640,height=480")
}

function OpenWindow2() {
window.open("/catalogue/eng/index.htm","Catalogue","toolbar=1,scrollbars=1,resizable=1,width=640,height=480")
}

function OpenWindow3() {
window.open("buydac.asp","EngDAC","toolbar=1,scrollbars=1,resizable=1,width=640,height=480")
}

function OpenWindow4() {
window.open("buy.asp","EngBicycle","toolbar=1,scrollbars=1,resizable=1,width=640,height=480")
}

function message(text) {
window.status = text;
}

var engprodimageon = new Image (100,15);
engprodimageon.src = "/images/Productseng1.gif";
var engprodimageoff = new Image (100,15);
engprodimageoff.src = "/images/Productseng.gif";
var engabimageon = new Image (100,15);
engabimageon.src = "/images/Abouteng1.gif";
var engabimageoff = new Image (100,15);
engabimageoff.src = "/images/Abouteng.gif";
var engnewsimageon = new Image (100,15);
engnewsimageon.src = "/images/Newseng1.gif";
var engnewsimageoff = new Image (100,15);
engnewsimageoff.src = "/images/Newseng.gif";
var engshimageon = new Image (100,15);
engshimageon.src = "/images/Shareseng1.gif";
var engshimageoff = new Image (100,15);
engshimageoff.src = "/images/Shareseng.gif";
var engcontimageon = new Image (100,15);
engcontimageon.src = "/images/Contacteng1.gif";
var engcontimageoff = new Image (100,15);
engcontimageoff.src = "/images/Contacteng.gif";
var engquimageon = new Image (100,15);
engquimageon.src = "/images/Qualityeng1.gif";
var engquimageoff = new Image (100,15);
engquimageoff.src = "/images/Qualityeng.gif";

function lightup(imgName) {
	imgOn = eval(imgName + "on.src");
	document[imgName].src= imgOn;
}

function turnoff(imgName) {
	imgOff = eval(imgName + "off.src");
	document[imgName].src= imgOff;
}
//-->