var k_button={ff_link:document.getElementById("kampylink"),close_button:document.getElementById("k_close_button"),extra_params:null,newwindow:"",popitup:function(a,b){if(!this.newwindow.closed&&this.newwindow.location){this.newwindow.location.href=a}else{this.newwindow=window.open(a,"kampyle_ff","left="+((window.screenX||window.screenLeft)+10)+",top="+((window.screenY||window.screenTop)+10)+",height=502px,width=440px,resizable=false");if(!this.newwindow.opener){this.newwindow.opener=self}}if(window.focus){this.newwindow.focus()}if(b!="kampyle_ff"){this.newwindow.name=b}return false},open_ff:function(c,b){var a=b||window.location.href;a=encodeURIComponent(a);if(!c){var e=k_button.ff_link.href}else{if(k_button.ff_link.href.substring(0,24)=="http://www.inputlive.com"){var e="http://www.inputlive.com/feedback_form/ff-feedback-form.php?"+c}else{var e="http://www.kampyle.com/feedback_form/ff-feedback-form.php?"+c}}if(this.extra_params){var d=this.make_query_string(this.extra_params);e=e+"&"+d}longUrl="kampyle_ff";if((e.length+a.length)>250){longUrl=a;a="noUrl"}this.popitup(e+"&url="+a,longUrl)},hide_button:function(){k_button.ff_link.style.display="none";k_button.close_button.style.display="none"},make_query_string:function(d){var b="";var c=[];for(var a in d){c.push(a+"="+encodeURIComponent(d[a]))}b=c.join("&");return b},addCss:function(a){var b=document.createElement("link");b.setAttribute("rel","stylesheet");b.setAttribute("type","text/css");b.setAttribute("href",a);if(typeof b!="undefined"){document.getElementsByTagName("head")[0].appendChild(b)}}};if(((screen.width<=800)&&(screen.height<=600))&&(k_button.ff_link.className!="k_static")){k_button.close_button.onclick=k_button.hide_button;k_button.close_button.innerHTML="X";k_button.close_button.style.display="block"};