function popup(mylink, windowname)
{
if (! window.focus)return true;
var href;
if (typeof(mylink) == 'string')
   href=mylink;
else
   href=mylink.href;
window.open(href, windowname, 'width=800,height=620,scrollbars=yes');
return false;
}


function closemegloves(){
	    window.close();
			window.opener.location.href='http://www.roadsafety.mccofnsw.org.au/a/86.html';
	  }
	  
	  
function closemejackets(){
	    window.close();
			window.opener.location.href='http://www.roadsafety.mccofnsw.org.au/a/88.html';
	  }
	  
	  
function closemeimpact(){
	    window.close();
			window.opener.location.href='http://www.roadsafety.mccofnsw.org.au/a/77.html';
	  }
	  
function closemeprotection(){
	    window.close();
			window.opener.location.href='http://www.roadsafety.mccofnsw.org.au/a/78.html';
	  }
	  
function closemehelmets(){
	    window.close();
			window.opener.location.href='http://www.roadsafety.mccofnsw.org.au/a/74.html';
	  }
	  
	  
function closemeboots(){
	    window.close();
			window.opener.location.href='http://www.roadsafety.mccofnsw.org.au/a/87.html';
	  }
