<!-- Begin - Brands
function formlowerlinks(form){
var URL = document.form.site.options[document.form.site.selectedIndex].value;
window.location.href = URL;
}
document.write('<form name="form">');
document.write('<select name="site" size=1 onChange="javascript:formlowerlinks()" style="background-color:#000; color:#FFF; font-family:Verdana, Arial; font-size:10pt;">');
document.write('<option value="#">Brand Ranges...');
document.write('<option value="index.php">- Original Range >>');
document.write('<option value="index.php">- Paper Express >>');
document.write('<option value="index.php">- Foldio Plus >>');
document.write('</select>');
document.write('</form>');
// End -->