function displayReferAFriend()
{
  var pageUrl=escape(document.URL);
  var pageTitle=document.title;
  remoteWin = window.open('/refer_a_friend.php?pageTitle='+pageTitle+'&pageUrl='+pageUrl,"",'width=700,height=500,resizable=yes,scrollbars=yes;toolbar=yes');
}
document.write(
'<!-- CONTACT DETAILS CONTAINER -->'+
'<div>&nbsp;</div>'+
'<table width="960" border="0" cellspacing="0" cellpadding="0" class="center">'+
  '<!-- REFER-A-FRIEND TABLE ROW -->'+
  '<tr>'+
    '<td>'+
      '<table border="0" cellspacing="0" cellpadding="0" class="Contact">'+
        '<tr>'+
		  '<td style="padding-left:0px;text-align:right"><a href="http://www.facebook.com/resene"><img src="http://www.resene.co.nz/picts/Find-us-on-facebook_logo.jpg" width="106" height="32" alt="Visit Resene on Facebook"></td><td style="padding-left:15px"><a href="/videos.htm"><img src="/picts/video-icon.gif" width="80" height="32" alt="View Videos" title="View Videos"></a></td>'+
		  '<td style="padding-left:2px;width:100%;" valign="middle">&nbsp;</td>'+
        '</tr>'+
      '</table>'+
    '</td>'+
  '</tr>'+
  '<tr>'+
    '<td class="ContactsContainer">'+
      '<!-- CONTACTS TABLE, 3 CELLS, SET WIDTH -->'+
      '<table width="85%" border="0" cellspacing="0" cellpadding="2" class="Contact">'+
        '<tr>'+
          '<td class="ContactLeftSide">'+
            '<!-- AU CONTACT INFO TABLE -->'+
            '<table border="0" cellspacing="0" cellpadding="0">'+
              '<tr>'+
                '<td colspan="3" class="footer">In Australia:<br>PO Box 785, Ashmore City, Queensland 4214</td>'+
              '</tr>'+
              '<tr>'+
                '<td class="footer">Phone:</td>'+
                '<td class="footer"><img src="http://www.resene.co.nz/picts/spacer.gif" width="10" height="1" alt=" "></td>'+
                '<td class="footer">1800 738 383</td></tr>'+
              '<tr>'+
                '<td class="footer">Fax:</td>'+
                '<td class="footer">&nbsp;</td>'+
                '<td class="footer">1800 064 960</td>'+
              '</tr>'+
              '<tr>'+
                '<td class="footer">Email:</td><td class="footer">&nbsp;</td>'+
                '<td class="footer"><a href="http://www.resene.co.nz/colorite/form_au.html">advice@resene.com.au</a></td>'+
              '</tr>'+
              '<tr>'+
                '<td colspan="3"><img src="http://www.resene.co.nz/picts/spacer.gif" width="200" height="5" alt=" "></td>'+
              '</tr>'+
            '</table>'+
            '<!-- END OF AU CONTACT INFO TABLE -->'+
          '</td>'+
          '<td class="ContactMidCell"><img src="http://www.resene.co.nz/picts/resene_logo_black.gif" width="130" height="37" alt="Resene Paints Ltd"></td>'+
          '<td class="ContactRightSide">'+
            '<!-- NZ CONTACT INFO TABLE -->'+
              '<table border="0" cellspacing="0" cellpadding="0" class="center">'+
                '<tr>'+
                  '<td colspan="3" class="footer">In New Zealand:<br>PO Box 38242, Wellington Mail Centre, Lower Hutt 5045</td>'+
                '</tr>'+
                '<tr>'+
                  '<td class="footer">Phone:</td><td class="footer"><img src="http://www.resene.co.nz/picts/spacer.gif" width="10" height="1" alt=" "></td>'+
                  '<td class="footer">+64 (4) 577 0500, 0800 RESENE</td>'+
                '</tr>'+
                '<tr>'+
                  '<td class="footer">Fax:</td>'+
                  '<td class="footer">&nbsp;</td><td class="footer">+64 (4) 577 0600</td>'+
                '</tr>'+
                '<tr>'+
                  '<td class="footer">Email:</td>'+
                  '<td class="footer">&nbsp;</td><td class="footer"><a href="http://www.resene.co.nz/colorite/form.html">advice@resene.co.nz</a></td>'+
                '</tr>'+
                '<tr>'+
                  '<td colspan="3"><img src="http://www.resene.co.nz/picts/spacer.gif" width="200" height="5" alt=" "></td>'+
                '</tr>'+
              '</table>'+
              '<!-- END OF NZ CONTACT INFO TABLE -->'+
            '</td>'+
          '</tr>'+
		   '<tr>'+
			  '<td colspan="3" class="FooterVision">Our vision is to be respected as an ethical and sustainable company and acknowledged as the leading provider of innovative paint and colour technology.  View Resene&#8217;s <a href="http://www.resene.co.nz/profile.htm">profile</a> and <a href="http://www.resene.co.nz/pdf/environmental_policy.pdf">Environmental Policy</a>.</td>'+
			  '</tr>'+
			'<tr>'+
			  '<td colspan="3" class="FooterVision">Any personal data, such as name, address, phone, email details, supplied to Resene for the purposes of receiving newsletters, orders etc will be retained by Resene Paints Ltd.  These will not be passed onto third parties.  If you wish to opt out of communication from Resene please complete our <a href="http://www.resene.co.nz/colorite/form.html">contact us form</a>.<br>&nbsp;</td>'+
			  '</tr>'+
        '</table>'+
        '<!-- END OF CONTACTS TABLE -->'+
      '</td>'+
    '</tr>'+
'</table>'+
'<!-- END OF CONTACT DETAILS CONTAINER -->');
