var k_button={ff_link:document.getElementById("kampylink"),close_button:document.getElementById("k_close_button"),extra_params:null,newwindow:"",popitup:function(A){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()}return false},open_ff:function(B,A){var D=A||window.location.href;if(!B){var E=k_button.ff_link.href}else{var E="http://www.kampyle.com/feedback_form/ff-feedback-form.php?"+B}if(this.extra_params){var C=this.make_query_string(this.extra_params);E=E+"&"+C}this.popitup(E+"&url="+encodeURIComponent(D))},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(B){var A=document.createElement("link");A.setAttribute("rel","stylesheet");A.setAttribute("type","text/css");A.setAttribute("href",B);if(typeof A!="undefined"){document.getElementsByTagName("head")[0].appendChild(A)}}};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"};