function starts(lily){
popup=window.open(lily,"popup","width=421,height=500,toolbar=no,scrollbars=yes,resizable=yes")
popup.focus()
}
function start(lily){
popup=window.open(lily,"","width=421,height=500,toolbar=no,scrollbars=yes,resizable=yes")
popup.focus()
}
function openw(lily){
popup=window.open(lily,"open","width=700,height=500,toolbar=yes,scrollbars=yes,resizable=yes");
popup.focus();
}

function openCalendar(formName, fieldName)
{
	var w = null;
	w = window.open("/bgsm/common/calendar.jsp?parent_form_name=" + formName + "&parent_name=" + fieldName,"","status=0,width=225,height=210,left=" + (event.screenX-225) + ",top=" + (event.screenY-95));
}

function openCalendar_baobao(formName, fieldName)
{
	var w = null;
	w = window.open("/bgsm/common/calendar_baobao.jsp?parent_form_name=" + formName + "&parent_name=" + fieldName,"","status=0,width=225,height=210,left=" + (event.screenX-225) + ",top=" + (event.screenY-95));
}