
function news() { 
this.document.all.gallery.style.display="none"
this.document.all.products.style.display="none"
if
(this.document.all.news.style.display=="none")
{this.document.all.news.style.display="block";}
else {this.document.all.news.style.display="none";}
 }


function products() { 
this.document.all.gallery.style.display="none"
this.document.all.news.style.display="none"
if
(this.document.all.products.style.display=="none")
{this.document.all.products.style.display="block";}
else {this.document.all.products.style.display="none";}
 }


function gallery() { 
this.document.all.products.style.display="none"
this.document.all.news.style.display="none"
if
(this.document.all.gallery.style.display=="none")
{this.document.all.gallery.style.display="block";}
else {this.document.all.gallery.style.display="none";}
 }


function UK() { if
(this.document.all.UK.style.display=="none")
(this.document.all.UK.style.display="block") ;
else (this.document.all.UK.style.display="none") ; 
}


function RoW() { if
(this.document.all.RoW.style.display=="none")
(this.document.all.RoW.style.display="block") ;
else (this.document.all.RoW.style.display="none") ; }


