function formsub(fname)
{
document.brandsfrm.action=fname;
document.brandsfrm.submit();
return true;
}

function MM_openBrWindow(theURL,winName,features)
 { 
  window.open(theURL,winName,features);
	}