

function ShowCertificate() {
	openBrWindow('https://seal.verisign.com/splash?form_file=fdf/splash.fdf&dn=WWW.HIFIBITZ.CO.UK&lang=en','verisign','scrollbars=yes,width=515px,height=550px')
}

function openBrWindow(theURL,winName,features){ 
	window.open(theURL,winName,features);
}

