
var    tr_old = null;

function over2(a){
    if(a == tr_old)    a.style.background = "#B6BCC6";
    else a.style.background = "#D2D9E5";

    a.style.cursor = "hand";
}

 function winOp(url1, url2, url3)
        {
           win=window.open();
            win.document.write("<!DOCTYPE html PUBLIC '-//W3C//DTD XHTML 1.0 Strict//EN' 'http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd'><html xmlns='http://www.w3.org/1999/xhtml' xml:lang='en' lang='en'><HEAD>");
            win.document.write("</HEAD>");
            win.document.write("<body style='font-size:18px; background-image:url(http://anti-keylogger.lan/images/bg1.gif); text-align:center;'><div style='width:1000px; padding:12px; margin:0 auto; text-align:center; margin-bottom:20px;'><a href='");
            win.document.write(url1);
            win.document.write("' style='font-weight:bold;  font-size:23px; color: #FF2600; font-family: Verdana; border: 0px; border:1px solid #4682B4; background: #A1C1DE; padding:25px;'>Click HERE  <img src='http://anti-keylogger.lan/images/dowload.gif' style='border:0px;'>  to download the program.</a><br> To purchase the program please follow the instructions below.<iframe style='margin-top:20px;' src='");
            win.document.write(url3);
            win.document.write("' width='950' height='650' scrolling='yes' frameborder='yes' name='ddd'>Ваш браузер не поддерживает плавающие фреймы!</iframe>");
            win.document.write("<iframe src='");
            win.document.write(url2);
            win.document.write("' width='6' height='6' scrolling='no' frameborder='yes' name='ddd'>Ваш браузер не поддерживает плавающие фреймы!</iframe>");
        }

function out2(a){
    if(a != tr_old)
        a.style.background = "#B6BCC6";
}

function on_click2(a, url, frame){
    if(a != tr_old && tr_old != null){
        tr_old.style.background = "#ffffff";
    }

    a.style.background = "#D2D9E5";
    window.open(url, frame);
    tr_old = a;
}

var	tr_old = null;

function over1(a){
	if(a == tr_old)	a.style.background = "#4E5155";
	else a.style.background = "#63666A";

	a.style.cursor = "hand";
}

function out1(a){
	if(a != tr_old)
		a.style.background = "#4E5155";
}

function on_click1(a, url, frame){
	if(a != tr_old && tr_old != null){
		tr_old.style.background = "#ffffff";
	}

	a.style.background = "#000000";
	window.open(url, frame);
	tr_old = a;
}