//
//  © 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 winBRopen() { // V 1.0
	
	
	var winleft = (screen.width - 420) / 2;
	var winUp = (screen.height - 150) / 2;
	//winProp = 'width=420,height=170,left='+winleft+',top='+winUp+',scrollbars=no,resizable=no';
	Win = window.open('/datepicker/cal_popup.asp?FormName=form&FieldName=resdatum&Date='+document.getElementById("resdatum").value+'&CurrentDate='+document.getElementById("resdatum").value+'', 'popup_cal', winProp);
	Win.window.focus();
}
function winBRopenA() { // V 1.0
	
	
	var winleft = (screen.width - 420) / 2;
	var winUp = (screen.height - 150) / 2;
	winProp = 'width=420,height=170,left='+winleft+',top='+winUp+',scrollbars=no,resizable=no';
	Win = window.open('/datepicker/cal_popup.asp?FormName=form&FieldName=resdatumA&Date='+document.getElementById("resdatumA").value+'&CurrentDate='+document.getElementById("resdatumA").value+'', 'popup_cal', winProp);
	Win.window.focus();
}
function winBRopenV() { // V 1.0
	
	
	var winleft = (screen.width - 420) / 2;
	var winUp = (screen.height - 150) / 2;
	winProp = 'width=420,height=170,left='+winleft+',top='+winUp+',scrollbars=no,resizable=no';
	Win = window.open('/datepicker/cal_popup.asp?FormName=form&FieldName=resdatumV&Date='+document.getElementById("resdatumV").value+'&CurrentDate='+document.getElementById("resdatumV").value+'', 'popup_cal', winProp);
	Win.window.focus();
}


