email_type = "Question" function gray(obj) { email_type = "Question" document.getElementById("question").style.backgroundColor="grey" document.getElementById("suggestion").style.backgroundColor="grey" document.getElementById("problem").style.backgroundColor="grey" document.getElementById(obj.id).style.backgroundColor="white" email_type=obj.id } function sendthis_feedback() { user_email1 = (document.getElementById("user_email_feedback")) subject1 = (document.getElementById("subject_feedback")) email_body1 = (document.getElementById("email_body_feedback")) msg_alert="" if (!(isEmail(user_email1)) || user_email1.value=="Your Email") {msg_alert+="Please check your email\n"} if (subject1.value.length < 4 || subject1.value=="Subject") {msg_alert+="Please check or enter more for subject\n"} if (email_body1.value.length < 25) {msg_alert+="Please enter more in email body\n"} if (msg_alert) { alert(msg_alert) return false } ajaxFunction_form_feedback("http://www.handycanadian.com/incl-feedback-send.asp", "email_type="+encodeURI(email_type)+"&user_email1="+encodeURI(user_email1.value)+"&subject1="+encodeURI(subject1.value)+"&email_body1="+encodeURI(email_body1.value), "email_sent_feedback()") } function email_sent_feedback() { if (return_text_form_feedback=="True") { alert("Your email has been sent") document.getElementById("div_feedback").style.display="none" document.getElementById("transbox1").style.display="none" } else { alert("There was an error sending please try again") } } function show_form_feedback() { document.getElementById("transbox1").style.display="block" document.getElementById("transbox1").style.zIndex=1 document.getElementById("div_feedback").style.display="block" document.getElementById("div_feedback").style.zIndex=3 return false } function close_this() { document.getElementById("div_feedback").style.display="none" document.getElementById("transbox1").style.display="none" document.getElementById("div_invite").style.display="none" try { document.getElementById("email_div").style.display="none" } catch (err) { } } document.getElementById("div_feedback").innerHTML="
Send us your feedback

Let us know what you think about our site!


Send us your questions, suggestions or comments on any site problems and a member of our Customer Service Team will respond within 1 business day.


You can also post your questions and ideas to our discussion forum or jump in and provide answers to other people's questions. Click here to access our forum.


View our Privacy Policy.


Question
X
Suggestion
Problem
 
 
 
 
" document.getElementById("fbutton").innerHTML="
Feedback
"