function brands(pL)
{
	 window.open ("/"+pL,"brands","width=800,height=580");	
}
function gotoPage(newPage)
{
	document.location.href=newPage;	
}