/*
 * Created on May 19, 2007 by nhorvath
 *
 * NXWEB Technologies
 * All Rights Reserved - Unauthorized Use Prohibited
 * For information contact licensing@nxwebtechnologies.com
 * 
 */ 
 
// Assembles other attributes such as color, size, embellishments, subscription 
// that are document.global input id's in the templates
function getOtherOrderAttributes(productId) {
	
	if (document.getElementById(productId+"_subscription")) {
		subscription = document.getElementById(productId+"_subscription").value;
	} else {
		subscription = false;
	}
	
	return "?subscription="+subscription;

}

var dropdownRegistry = new Array();
dropdownRegistry[1] = 'frmShippingState';
dropdownRegistry[2] = 'frmBillingStateDirty';
dropdownRegistry[3] = '1_volume';
dropdownRegistry[4] = '2_volume';
dropdownRegistry[5] = 'frmCreditCardExpiryMonth';
dropdownRegistry[6] = 'frmCreditCardExpiryYear';

