//
//  © 2004-2005 SixSide.com All Rights Reserved
//  If you use this code on your website, please link back to SixSide.com with the following code:
//
// <a href="http://www.sixside.com/asp_date_picker_calendar.asp">Date Picker Calendar provided by SixSide.com</a>
//

function goto_URL(object) {
	    window.location.href = object.options[object.selectedIndex].value;
}

