reformal_wdg_w    = "713";
reformal_wdg_h    = "450";
reformal_wdg_domain    = "lf-travel";
reformal_wdg_mode    = 0;
reformal_wdg_title   = "Мнение о сайте LF Travel";
reformal_wdg_ltitle  = "Оставить мнение о сайте";
reformal_wdg_lfont   = "";
reformal_wdg_lsize   = "";
reformal_wdg_color   = "#ff3300";
reformal_wdg_bcolor  = "#dedcdc";
reformal_wdg_tcolor  = "#666666";
reformal_wdg_align   = "right";
reformal_wdg_charset = "utf-8";
reformal_wdg_waction = 0;
reformal_wdg_vcolor  = "#F64C20";
reformal_wdg_cmline  = "#e4e3e3";
reformal_wdg_glcolor  = "#7C93B0";
reformal_wdg_tbcolor  = "#FFFFFF";

function ref_ud(a){document.write(a);}

var dref_w = (typeof reformal_wdg_w != "undefined") ? reformal_wdg_w : 713 ;
var dref_h = (typeof reformal_wdg_h != "undefined") ? reformal_wdg_h : 450 ;
var dref_mode = (typeof reformal_wdg_mode != "undefined") ? reformal_wdg_mode : 0 ;
var dref_title = (typeof reformal_wdg_title != "undefined") ? reformal_wdg_title : "Реформал" ;
var dref_ltitle = (typeof reformal_wdg_ltitle != "undefined") ? reformal_wdg_ltitle : "Оставить отзыв" ;
var dref_lfont = (typeof reformal_wdg_lfont != "undefined") ? reformal_wdg_lfont : "" ;
var dref_lsize = (typeof reformal_wdg_lsize != "undefined") ? reformal_wdg_lsize : "12px" ;
var dref_color = (typeof reformal_wdg_color != "undefined" && '#'!=reformal_wdg_color) ? reformal_wdg_color : "orange" ;
var dref_bcolor = (typeof reformal_wdg_bcolor != "undefined") ? reformal_wdg_bcolor : "#FFA000" ;
var dref_tcolor = (typeof reformal_wdg_tcolor != "undefined") ? reformal_wdg_tcolor : "#FFFFFF" ;
var dref_align = (typeof reformal_wdg_align != "undefined" && ''!=reformal_wdg_align) ? reformal_wdg_align : "left" ;
var dref_charset = (typeof reformal_wdg_charset != "undefined") ? reformal_wdg_charset : "" ;
var dref_waction = (typeof reformal_wdg_waction != "undefined") ? reformal_wdg_waction : "0" ;
var dref_vcolor = (typeof reformal_wdg_vcolor != "undefined") ? reformal_wdg_vcolor : "#9fce54" ;
    dref_vcolor = dref_vcolor.substring(1, dref_vcolor.length);
var dref_cmline = (typeof reformal_wdg_cmline != "undefined") ? reformal_wdg_cmline : "#E0E0E0" ;
    dref_cmline = dref_cmline.substring(1, dref_cmline.length);
var dref_glcolor = (typeof reformal_wdg_glcolor != "undefined") ? reformal_wdg_glcolor : "#105895" ;
    dref_glcolor = dref_glcolor.substring(1, dref_glcolor.length);
var dref_tbcolor = (typeof reformal_wdg_tbcolor != "undefined") ? reformal_wdg_tbcolor : "#FFFFFF" ;
    dref_tbcolor = dref_tbcolor.substring(1, dref_tbcolor.length);

var dref_ext_img = (typeof reformal_wdg_bimage != "undefined" && reformal_wdg_bimage!='') ? 1 : 0 ;
var dref_ext_img_m = (dref_ext_img && reformal_wdg_bimage.substring(3, reformal_wdg_bimage).toLowerCase()=='htt') ? 1 : 0;
if (dref_ext_img_m && reformal_wdg_bimage.indexOf( 'reformal.ru/files/', 0 ) > 0) { dref_ext_img_m = 0; var v = reformal_wdg_bimage.toString().split ( '/' ); reformal_wdg_bimage = v[v.length-1]; }

var dref_ext_cms = ((typeof reformal_wdg_cms != "undefined") ? reformal_wdg_cms : 'reformal') ;

//out_link = 'http://'+reformal_wdg_domain+'.reformal.ru/proj/?mod=one';
out_link = 'http://lf-travel.ru/feedback.html';

vlink = 'http://lf-travel.ru/feedback.html';	

MyOtzivCl = function() {
    var siteAdr = 'http://widget.reformal.ru/';
    
    this.mo_get_win_width = function() {
        var myWidth = 0;
        if( typeof( window.innerWidth ) == 'number' )             myWidth = window.innerWidth;
        else if( document.documentElement && document.documentElement.clientWidth )             myWidth = document.documentElement.clientWidth;
        else if( document.body && document.body.clientWidth)             myWidth = document.body.clientWidth;
        return myWidth;
    }
	
    this.mo_get_win_height = function() {
        var myHeight = 0;
        if( typeof( window.innerHeight ) == 'number' )             myHeight = window.innerHeight;
        else if( document.documentElement && document.documentElement.clientHeight )             myHeight = document.documentElement.clientHeight;
        else if( document.body && document.body.clientHeight)             myHeight = document.body.clientHeight;
        return myHeight;
    }

    this.mo_get_scrol = function() {
        var yPos = 0;
        if (self.pageYOffset) {
            yPos = self.pageYOffset;
        } else if (document.documentElement && document.documentElement.scrollTop){
            yPos = document.documentElement.scrollTop;
        } else if (document.body) {
            yPos = document.body.scrollTop;
        }
        return yPos;
    }

    this.mo_show_box = function() {
	    if (document.getElementById("fthere").innerHTML == "") {
		    document.getElementById("fthere").innerHTML = "<iframe id=\"thrwdgfr\" src=\""+siteAdr+"wdg3.php?w="+dref_w+"&h="+dref_h+"&domain="+reformal_wdg_domain+"&bcolor="+dref_tbcolor+"&glcolor="+dref_glcolor+"&cmline="+dref_cmline+"&vcolor="+dref_vcolor+"\" width=\""+dref_w+"\" height=\""+(dref_h-75)+"\" frameborder=\"0\" scrolling=\"no\">Frame error</iframe>";
		}
        var l = this.mo_get_win_width()/2 - dref_w/2 - 100;
        var t = this.mo_get_win_height()/2 - dref_h/2 + this.mo_get_scrol();
        document.getElementById('myotziv_box').style.top  = (dref_ext_cms=='joomla') ? '35px' : t+'px';
        document.getElementById('myotziv_box').style.left = l+'px'; 
        document.getElementById('myotziv_box').style.display='block';
    }

    this.mo_hide_box = function() {
        document.getElementById('myotziv_box').style.display='none';
    }
    this.mo_showframe = function() {
	    if (!dref_mode) {
            if ('left' == dref_align) { 
	        if (!dref_ext_img)
		{
                ref_ud("<div class=\"frby\"><a href=\""+vlink+"\""+((dref_waction)?' target=\"_blank\"':"")+"><img src=\""+siteAdr+"i/transp.gif\" width=\"22\" height=\"180\" alt=\"\" style=\"border: 0;\" class=\"tdsh\" /></a></div>");
		}else
		{
		ref_ud("<div class=\"frby\"><a href=\""+vlink+"\""+((dref_waction)?' target=\"_blank\"':"")+"><img src=\""+(dref_ext_img_m ?reformal_wdg_bimage : siteAdr+'files/images/buttons/'+reformal_wdg_bimage)+"\" alt=\"\" style=\"border: 0;\" class=\"tdsh\" /></a></div>");
		}
            } 
            else {
		if (!dref_ext_img)
		{
                ref_ud("<div class=\"frgtd\"><a href=\""+vlink+"\""+((dref_waction)?' target=\"_blank\"':"")+"><img src=\""+siteAdr+"i/transp.gif\" width=\"22\" height=\"180\" alt=\"\" style=\"border: 0;\" class=\"tdsh\" /></a></div>");}else
		{
		ref_ud("<div class=\"frgtd\"><a href=\""+vlink+"\""+((dref_waction)?' target=\"_blank\"':"")+"><img src=\""+(dref_ext_img_m ?reformal_wdg_bimage : siteAdr+'files/images/buttons/'+reformal_wdg_bimage)+"\" alt=\"\" style=\"border: 0;\" class=\"tdsh\" /></a></div>");
		
		}
            }
         } else { 
             ref_ud("<a href=\""+vlink+"\" style=\"color:"+dref_color+"; "+(dref_lfont ? 'font-family:'+dref_lfont+';' : '')+" "+(dref_lsize ? 'font-size:'+dref_lsize+';' : '')+"\""+((dref_waction)?' target=\"_blank\"':"")+">"+dref_ltitle+"</a>");
         } 

		ref_ud("<div class=\"tgdtoc\"  style=\""+((dref_ext_cms=='joomla') ? 'position:fixed;' : 'position:absolute;')+" display: none; top: 0px; left: 0px;\" id=\"myotziv_box\">");

		ref_ud("<div id=\"xob_gb\"><div id=\"xob_gb_n\" class=\"xob_gb\"></div><div id=\"x_bg37\" class=\"xob_gb\"></div><div id=\"xob_gb_e\" class=\"xob_gb\"></div><div id=\"xob_gb_se\" class=\"xob_gb\"></div><div id=\"xob_gb_s\" class=\"xob_gb\"></div><div id=\"x_bws3\" class=\"xob_gb\"></div><div id=\"xob_gb_w\" class=\"xob_gb\"></div><div id=\"xob_gb_nw\" class=\"xob_gb\"></div></div>");
		ref_ud("<div id=\"xob_nocentn\"><div class=\"tegdiw_pot\"><div class=\"tegdiw_snbub\">");
		ref_ud("<a href=\"javascript:MyOtziv.mo_hide_box();\" id=\"tdiweloc\"><img src=\""+siteAdr+"i/wd/sp.gif\" width=\"16\" height=\"16\" alt=\"Закрыть\" /></a> <a href=\""+out_link+"\" id=\"tdiwnaxe\"><img id=\"_e_max_box\" src=\""+siteAdr+"i/wd/sp.gif\" width=\"17\" height=\"14\" alt=\"Развернуть\" /></a></div><h2 id=\"_e_h2_color\" style=\"color:"+dref_tcolor+"\">"+dref_title+"</h2></div>");

		ref_ud("<div class=\"bvnmrte\" style=\"height: "+(dref_h-75)+"px;\" id=\"fthere\">");
		ref_ud("</div>");

		ref_ud("<div class=\"tegdiw_mottob\"><div class=\"dwopyb\"> на платформе <a href=\"http://reformal.ru\" target=\"_blank\"><img src=\""+siteAdr+"i/wd/reformal.png\" width=\"62\" height=\"9\" alt=\"Reformal.ru\" /></a></div></div></div></div>");

		/*ref_ud("</div>");*/
    }
}

var MyOtziv = new MyOtzivCl();	
MyOtziv.mo_showframe();
