Реферат: Цемент и его продукты
browserName = navigator.appName; // detect browser
appstr = navigator.userAgent;
version = "n2";
if( (appstr.substring(0, 11) == "Mozilla/2.0") ||
(appstr.substring(0,11) == "Mozilla/3.0") ||
(appstr.substring(0,11) == "Mozilla/4.5") ||
(appstr.substring(0,11) == "Mozilla/4.0"))
{ version = "n3"};
if (version == "n3") {
img0on = new Image();
img0on.src = "/Images/hom_a.gif";
img1on = new Image();
img1on.src = "/Images/arch_a.gif";
img2on = new Image();
img2on.src = "/Images/leg_a.gif";
img3on = new Image();
img3on.src = "/Images/stat_a.gif";
img4on = new Image();
img4on.src = "/Images/mat_a.gif";
img5on = new Image();
img5on.src = "/Images/put_a.gif";
img6on = new Image();
img6on.src = "/Images/search-red.gif";
img0off = new Image();
img0off.src = "/Images/hom_d.gif";
img1off = new Image();
img1off.src = "/Images/arch_d.gif";
img2off = new Image();
--> ЧИТАТЬ ПОЛНОСТЬЮ <--