﻿﻿<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	
	>
<channel>
	<title>Comments on: Catalog</title>
	<atom:link href="https://www.avw.co.nz/catalog/feed" rel="self" type="application/rss+xml" />
	<link>https://www.avw.co.nz</link>
	<description></description>
	<lastBuildDate>Mon, 08 Jul 2024 03:41:31 +1200</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=4.1.1</generator>
</channel>
</rss>
<!DOCTYPE html>
<html>
<head>
    <title>AVW: Broadcast, RF and Audio Visual Equipment Wholesalers</title>
    <link rel="stylesheet" href="https://www.avw.co.nz/wp-content/themes/avw/style.css">
    <link rel="alternate" type="application/rss+xml" title="AVW: Broadcast, RF and Audio Visual Equipment Wholesalers &raquo; Catalog Comments Feed" href="https://www.avw.co.nz/catalog/feed" />
<link rel="EditURI" type="application/rsd+xml" title="RSD" href="https://www.avw.co.nz/xmlrpc.php?rsd" />
<link rel="wlwmanifest" type="application/wlwmanifest+xml" href="https://www.avw.co.nz/wp-includes/wlwmanifest.xml" /> 
<meta name="generator" content="WordPress 4.1.1" />
<link rel='canonical' href='https://www.avw.co.nz/catalog' />
<link rel='shortlink' href='https://www.avw.co.nz/?p=23187' />
    <meta name="viewport" content="width=device-width, initial-scale=1" />
    <meta charset="UTF-8">
    <link href='https://fonts.googleapis.com/css?family=Open+Sans:400,300,600,700' rel='stylesheet' type='text/css'>

    <style>
        /* Desktop search form styling */
        .formed {
            padding-top: 8px;
        }
        #search-form > input {
            height: 22px;
            margin-right: 8px;
        }

        /* Mobile menu button */
        #mobile-menu-btn {
            display: none;
        }
	#mobile-menu {
  	    display: none;
  	    position: absolute;
  	    top: 70px;
 	    left: 0;
 	    width: 100%;
    	    height: auto;                  
 	    min-height: 6em;               
   	    box-sizing: border-box;
   	    padding-top: 1.15em;
  	    background: #033357 url('/avw/old static-images/header.png') left bottom no-repeat;
    	    background-size: cover;        
  	    list-style: none;
  	    margin: 0;
   	    padding-left: 0;
   	    padding-right: 0;
   	    z-index: 9999;
	}
        #mobile-menu li {
            display: block !important;
            float: none !important;
            width: 100%;
            white-space: nowrap;
            padding: 6px 12px;
        }
        #mobile-menu li a {
            color: #fff;
            text-decoration: none;
            display: block;
            width: 100%;
        }
        #mobile-menu li form input {
            width: 100%;
            padding: 4px;
            margin-top: 4px;
        }

        /* Responsive rules */
        @media(max-width:768px) {
            .right.menu ul,
            #search-form {
                display: none;
            }
            #mobile-menu-btn {
                display: inline-block;
                position: absolute;
                top: 30px;
                right: 10px;
 		height: 3em;
  	        line-height: 3em;
  	        font-size: 16px;
  	        padding: 0 12px;
                background: transparent;
                color: #fff;
                cursor: pointer;
                z-index: 9999;
            }
        }
    </style>

    <script src="//code.jquery.com/jquery-1.11.2.min.js"></script>
    <script>
        $(function () {

            /* Desktop search logic remains unchanged */
            $('#search-icon').click(function (e) {
                e.preventDefault();
                if ($(this).hasClass('ready')) {
                    $('#search-form').submit();
                }
                $('#search-form').addClass('formed');
                $(this).addClass('ready');
                $('.right.menu ul li').hide();
                $('#search-field').css('display', 'inline-block').focus();
            });

            /* External links logic */
            $('a[href*="://"]').not('a[href*="avw.co.nz/"]').not('a[href*="avw.com.au/"]').each(function () {
                $(this).attr({
                    target: " _blank",
                    rel: "nofollow",
                    title: "Visit " + $(this).attr('href') + " (opens in a new tab)"
                });
            });

            /* Image fallback */
            $(".item img,.product-image img,.category > a img").error(function () {
                $(this).attr('src', '/static-images/noproductimage.png');
            });

            /* Filters */
            $(".filters .view a").click(function (e) {
                e.preventDefault();
                $('#products').attr('class', 'content ' + $(this).attr('class'));
                $.get("/action.php", 'productView=' + $(this).attr('class') + '&action=changeProductView');
                return false;
            });

            /* Checkout toggle */
            $('#checkoutToggle').click(function (e) {
                e.preventDefault();
                if ($(this).attr('data-toggle-to') == "signup") {
                    $('.signup-only').slideDown();
                    $('#checkoutFormType').val("signup");
                    $('#checkoutFormName').text('Create an account');
                    $('#checkoutFormSubmit').val('Create');
                    $(this).text('Already have an Account?').attr('data-toggle-to', 'login');
                } else if ($(this).attr('data-toggle-to') == "login") {
                    $('.signup-only').slideUp();
                    $('#checkoutFormType').val("login");
                    $('#checkoutFormName').text('Login');
                    $('#checkoutFormSubmit').val('Login');
                    $(this).text("Create an Account").attr('data-toggle-to', 'signup');
                }
            });

            /* Forgotten password */
            $('#forgottenToggle').click(function (e) {
                e.preventDefault();
                $('#checkoutFormName').text('Forgotten Password');
                $('#login-signup-form').html("<input type='hidden' id='checkoutFormType' name='checkoutFormType' value='forgot'><input name='loginEmail' type='email' placeholder='Email' /><input id='checkoutFormSubmit' type='submit' value='Submit' class='button blue'>");
                $('#checkoutToggle,#forgottenToggle').hide();
            });

            /* Payments */
            $('.payments > div').click(function () {
                $(this).children('.payment').slideDown();
                $(this).siblings().children('.payment').slideUp();
            });

            /* Cart quantity */
            $('.cart .item .quantity').change(function () {
                $.get("/action.php", 'action=update-quantity-in-cart&update-quantity-id=' + $(this).attr('data-id') + '&update-quantity-quantity=' + $(this).val(), function () {
                    location.href = '/cart';
                });
            });

            /* Auto select input */
            $('.autoselected').focus(function () {
                $(this).select();
            });

            /* Mobile menu toggle */
            $('#mobile-menu-btn').click(function () {
                $('#mobile-menu').slideToggle();
            });

            /* Hide mobile menu on resize */
            function handleResize() {
                if ($(window).width() > 768) {
                    $('#mobile-menu').hide();
                }
            }
            $(window).on('resize', handleResize);
            handleResize();

        });

        function goBack() {
            window.history.back();
        }
    </script>
</head>
<body>
    <div id="navigation">
        <div class="content">
            <div class="left logo">
                <a href="/"><img src="/static-images/logo-nz.png" height="62"/></a>
            </div>
            <div class="right menu">
                <ul>
                    <li><a href="/">Home</a></li>
                    <li><a href="/catalog">Catalog</a></li>
                    <li><a href="/brands">Brands</a></li>
                    <li><a href="/services">Services</a></li>
                    <li><a href="/reference">Reference</a></li>
                    <li><a href="/about-us">About Us</a></li>
                    <li><a href="/login"><b>Login</b></a></li>
                    <form id="search-form" style="display:inline-block;vertical-align:middle;" method="GET" action="/search">
                        <input id="search-field" style="display:none;" type="text" name="q" placeholder="Search..."/>
                        <div id="search-icon" style="width:25px;height:25px;background-image:url('/static-images/search.png');cursor:pointer;display:inline-block;vertical-align:middle"></div>
                    </form>
                </ul>
                <div id="mobile-menu-btn">Menu</div>
                <ul id="mobile-menu">
                    <li><a href="/">Home</a></li>
                    <li><a href="/catalog">Catalog</a></li>
                    <li><a href="/brands">Brands</a></li>
                    <li><a href="/services">Services</a></li>
                    <li><a href="/reference">Reference</a></li>
                    <li><a href="/about-us">About Us</a></li>
                    <li><a href="/login"><b>Login</b></a></li>
                    <li>
                        <form method="GET" action="/search">
                            <input type="text" name="q" placeholder="Search..."/>
                        </form>
                    </li>
                </ul>
            </div>
        </div>
    </div>
    <div class="left logo printonly">
        <img src="/static-images/logo-printable.png" height="62"/>
    </div>
</body>
</html>
<div id="main">


<div class="catalog-head content reverser"><div class="cart-preview">Welcome <b>Guest</b> <a href="/login">[Login]</a><br /> <a href="/cart" style="display:none">Your cart is empty</a></div><ul class="breadcrumbs"><li><a href="/catalog">Catalog</a></li></ul></div> 

    <div class="content category">

    <a href="/catalog/audio-index"><img src="/Images/audio_thumb.jpg" /><h6>Audio Index</h6></a><a href="/catalog/broadcast-index"><img src="/Images/Broadcasting_thumb.jpg" /><h6>Broadcast Index</h6></a><a href="/catalog/cables-connectors"><img src="/Images/Cableconnector_thumb.jpg" /><h6>Cables & Connectors</h6></a><a href="/catalog/cameras"><img src="/Images/Camera_thumb.jpg" /><h6>Cameras</h6></a><a href="/catalog/iptv-digital-signage-digital-matv"><img src="/Images/iptv_thumb.jpg" /><h6>IPTV, Digital Signage & Digital MATV</h6></a><a href="/catalog/live-streaming"><img src="/Images/liv streaming_thumb.jpg" /><h6>Live Streaming</h6></a><a href="/catalog/monitors"><img src="/Images/Monitors_thumb.jpg" /><h6>Monitors</h6></a><a href="/catalog/rf-communications-index"><img src="/Images/rf&communications_thumb.jpg" /><h6>RF & Communications Index</h6></a><a href="/catalog/specials-and-clearance"><img src="/Images/clearance_thumb1.jpg" /><h6>Specials and Clearance</h6></a><a href="/catalog/test-measurement-index"><img src="/Images/test&measurement_thumb.jpg" /><h6>Test & Measurement Index</h6></a><a href="/catalog/tsunami-protective-cases"><img src="/Images/Cases_thumbi.jpg" /><h6>Tsunami Protective Cases</h6></a><a href="/catalog/video-index"><img src="/Images/video_thumb.jpg" /><h6>Video Index</h6></a>
    </div>

    <br /><div class="content search-bar"><form action="/search" method="GET"><h2>Search for </h2><input class="autoselected" type="text" name="q" value="" /></form></div></div>
<div class="container footer">
   <h3>Contact</h3>
   <div class="contact">
      <div class="location">
         <div><b>Australia:</b> <a href="mailto:sales@avw.com.au" target="_blank" >sales@avw.com.au</a></div>
         <div><strong>Syd:</strong>&nbsp;02 8213 0200&nbsp;&nbsp;<strong>Mel:</strong>&nbsp;03 8691 5210&nbsp;<br/><strong>Qld:</strong>&nbsp;07 3607 3785&nbsp;<strong>WA/SA/NT:</strong>&nbsp;08 8120 3203</div>
      </div>
      <div class="location">
         <div><b>New Zealand:</b> <a href="mailto:sales@avw.co.nz" target="_blank">sales@avw.co.nz</a></div>
         <div><strong>Akl:</strong>&nbsp;09 271 4000&nbsp;<strong>Wel:</strong>&nbsp;&nbsp;04 499 3888</div>
      </div>
      <p><a href="/login" target="_blank"><strong>Login</strong></a><strong>&nbsp;</strong>|&nbsp;<b><a href="/login" target="_blank">Create an Account</a></b><br/>Make one in 30 seconds without any annoying questions!</p>
   </div>
</div>
<div class="content footer footer-text">
   &copy; Copyright 2025 AVW Group | All prices are in NZD and are exclusive of GST</div>
	
<script>
  (function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){
  (i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createElement(o),
  m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefore(a,m)
  })(window,document,'script','//www.google-analytics.com/analytics.js','ga');

  ga('create', 'UA-71236548-1', 'auto');
  ga('send', 'pageview');

</script>
</body>


</html>
