function wxyopen(uri,x,y) {
//	alert('ok');
	window.open(uri,'',"resizable=yes, scrollbars=yes, status=no" + (y > 0 ? ", height=" + y : "") + (x > 0 ? ", width=" + x : ""));
}
$(function (){
	$(".dateinp").datepicker({dateFormat: 'yy-mm-dd'});
});
