//YAHOO.util.Event.addListener('PaypalButton', 'mousedown', copydelivery);
function copydelivery() {

	//var ghostThis = MSB.$('delOrCollectForm').value;
	//var ghostThis = window.document.delOrCollectForm.value;
	//var ghostThis = document.getElementById('delOrCollect').SelectedText ;	
	//var txt = document.getElementById('selBox').options[document.getElementById('selBox').selectedIndex].value		
		
	//ghostThis.options[ghostThis.selectedIndex].value;


	//var oDDL = document.getElementById('delOrCollect');
	//var curText = oDDL.options[oDDL.selectedIndex].value;


	var MySelectedvalue = document.getElementById('delOrCollect').options[document.getElementById('delOrCollect').selectedIndex].value;
		
	//MSB.$('delOrCollectForm2').value = ghostThis;
	//window.document.delOrCollect.option.value = ghostThis;
	//MSB.$('delOrCollectFormTest').value = ghostThis;
	var carryOver = document.getElementById('delOrCollectPP');
	carryOver.value  = MySelectedvalue;
}



