domain_id = 157 if (document.documentElement && document.documentElement.clientWidth){ W = document.documentElement.clientWidth; H = document.documentElement.clientHeight; } else if (document.body){ W = document.body.clientWidth; H = document.body.clientHeight; } else{ W = window.innerWidth; H = window.innerHeight; } function ContactCompany(Company_ID){ window.open("http://www.RockfordSearch.com/contactcompany.asp?domain_id=" + domain_id + "&Company_ID=" + Company_ID,"Contact_" + Company_ID,"scrollbars,width=500,height=255,top=75,left=75"); } function Pop_Map(Company_ID){ window.open("http://www.rockfordsearch.com/driving_directions.asp?Company_ID=" + Company_ID, "pop", "width=620, height=620, center=yes, location=no, menubar=no, status=no, scrollbars=no, resizable=no") } function Print_Coupons_Now(Company_ID){window.open("http://www.rockfordsearch.com/print_coupons.asp?domain_ID=" + domain_id+ "&Company_ID=" + Company_ID+ "","popPrint_" + Company_ID+ "","width=800,height=450,left=0,top=0,scrollbars");} function PrintThisCoupon(Coupon_ID,Company_ID){window.open("http://www.rockfordsearch.com/print_coupon.asp?domain_ID=" + domain_id+ "&Company_ID=" + Company_ID+ "&coupon_id="+Coupon_ID,"Coupon_ID_"+Coupon_ID,"width=775,height=300,left=0,top=0");}