
            function return_policy(){
                popup=window.open('/returnPolicy.html',
                                  'CustomerCare', 'menubar="no",location="no", scrollbars=1, status="no", left=0, top=0, height=700,width=520');
            }

            function privacy_policy(){
                popup=window.open('/privacyPolicy.html',
                                  'CustomerCare', 'menubar="no",location="no",status="no", scrollbars=1, left=0, top=0, height=700,width=520');
            }

            function terms(){
                popup=window.open('/terms.html',
                                  'CustomerCare', 'menubar="no",location="no",status="no", scrollbars=1, left=0, top=0, height=700,width=520');
            }

            function secure_shopping(){
                popup=window.open('/secureShopping.html',
                                  'CustomerCare', 'menubar="no",location="no",  scrollbars=1, status="no", left=0, top=0, height=700,width=520');
            }

            function faqs(){
                popup=window.open('/faqs.html',
                                  'CustomerCare', 'menubar="no",location="no",status="no", scrollbars=1, left=0, top=0, height=700,width=520');
            }

            function contact_us(){
                popup=window.open('/contactUs.html',
                                  'CustomerCare', 'menubar="no",location="no",status="no", left=0, top=0, height=700,width=520');
            }

            function contact_us_order_related(){
                popup=window.open('/contactUsOrderRelated.html',
                                  'CustomerCare', 'menubar="no",location="no",status="no", left=0, top=0, height=700,width=520');
            }

            function about_us(){
                popup=window.open('/aboutUs.html',
                                  'CustomerCare', 'menubar="no",location="no",status="no", scrollbars=1, left=0, top=0, height=700,width=520');
            }

            function copyright(){
                popup=window.open('/copyright.html',
                                  'CustomerCare', 'menubar="no",location="no",status="no", left=0, top=0, height=700,width=520');
            }

            function payment_methods(){
                popup=window.open('/paymentMethods.html',
                                  'PaymentMethods', 'menubar="no",location="no",status="no", left=0, top=0, height=700,width=520');
            }    

            function about_google_checkout(){
                popup=window.open('/googleCheckout.html',
                                  'GoogleCheckout', 'menubar="no",location="no",status="no", left=0, top=0, height=700,width=520');
            }    

            function payment_methods_nologo(){
                popup=window.open('/paymentMethodsNologo.html',
                                  'PaymentMethods', 'menubar="no",location="no",status="no", left=0, top=0, height=700,width=520');
            }

            function about_google_checkout_nologo(){
                popup=window.open('/googleCheckoutNologo.html',
                                  'GoogleCheckout', 'menubar="no",location="no",status="no", left=0, top=0, height=700,width=520');
            }
