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();
}
