function do_search(C){var A=document.getElementById("search_str").value;if(A==""){alert("Need something to search for!");return false}var B="index.php?action=search&cart_id="+C+"&search_str="+A;document.location=B;return false}function send_contact_form(E,G,B,C,F,D){var A="";if(document.getElementById("contact_name").value==""){A+="Name\n"}if(document.getElementById("contact_email").value==""){A+="Email\n"}if(document.getElementById("contact_email2").value==""){A+="Re-entry of email\n"}if(document.getElementById("contact_msg").value==""){A+="Message\n"}if(A==""){if(document.getElementById("contact_email").value!=document.getElementById("contact_email2").value){A+="Your email does not match the re-entry of your email\r"}}if(A!=""){alert("The following need attention: \n"+A);return false}document.contact_form.submit();return true}function show_popup(A){alert(A);return false}function popUp2(URL,w,h){day=new Date();id=day.getTime();if(h>400){h=400}alert("w: "+w+" h: "+h);eval("page"+id+" = window.open(URL, '"+id+"', 'toolbar=0,scrollbars=1,location=0,statusbar=0,menubar=0,resizable=0,width=' + w + ',height=' + h + ',left=100,top=100');");return false}function popUp(A,B,C){document.location="inc/show_large_image.php?imgURL="+A;return false};