function ad() {
window.open('ad.html','Shema','width=600,height=450,scrollbars=0,toolbar=0,location=0,directories=0,status=0,menubar=0,resizable=0');
}
function op1() {
window.open('op1.html','Shema','width=1000,height=708,scrollbars=0,toolbar=0,location=0,directories=0,status=0,menubar=0,resizable=0');
}
function op2() {
window.open('op2.html','Shema','width=800,height=1143,scrollbars=0,toolbar=0,location=0,directories=0,status=0,menubar=0,resizable=0');
}
function op3() {
window.open('op3.html','Shema','width=800,height=1128,scrollbars=0,toolbar=0,location=0,directories=0,status=0,menubar=0,resizable=0');
}
function op4() {
window.open('op4.html','Shema','width=800,height=1122,scrollbars=0,toolbar=0,location=0,directories=0,status=0,menubar=0,resizable=0');
}
function fl() {
document.write('<object  align="absbottom" classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=5,0,0,0" width="187" height="113">\n');
document.write('<param name=movie value="img/logo.swf">\n');
document.write('<param name=quality value=high>\n');
document.write('<embed src="img/logo.swf" quality=high pluginspage="http://www.macromedia.com/shockwave/download/index.cgi?P1_Prod_Version=ShockwaveFlash" type="application/x-shockwave-flash" width="187" height="113" align="absbottom" >\n');
document.write('</embed></object>\n');
}
function flen() {
document.write('<object  align="absbottom" classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=5,0,0,0" width="187" height="113">\n');
document.write('<param name=movie value="img/logo_en.swf">\n');
document.write('<param name=quality value=high>\n');
document.write('<embed src="img/logo_en.swf" quality=high pluginspage="http://www.macromedia.com/shockwave/download/index.cgi?P1_Prod_Version=ShockwaveFlash" type="application/x-shockwave-flash" width="187" height="113" align="absbottom" >\n');
document.write('</embed></object>\n');
}

function cl(n) {
if (document.getElementById("m1").className=="m1")
{
document.getElementById("m1").className="m";
}
}


function action(n) {

if (document.getElementById("m"+n).className=="m1")
{
document.getElementById("m"+n).className="m";
}
else
{
document.getElementById("m"+n).className="m1";
}
}

function onColor(colm) {colm.style.backgroundColor='#EDE6D8';}
function offColor(colm) {colm.style.backgroundColor='';}

function r1_out() {
document.getElementById("n1").className="n1";


}


function r1_on() {

if (document.getElementById("n1").className=="n1")
{
document.getElementById("n1").className="n2";
}
else
{
document.getElementById("n1").className="n1";
}
}


function r2_out() {
document.getElementById("r1").className="r1";

}

function s2_out() {
document.getElementById("m1").className="m";
}

function s1_out() {
document.getElementById("m2").className="m";
}


function r2_on() {

if (document.getElementById("r1").className=="r1")
{
document.getElementById("r1").className="r2";
}
else
{
document.getElementById("r1").className="r1";
}
}